need to map users to remote pc and have them logon as same user

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

need to map users to remote pc and have them logon as same user. Have NET
USE X:\\xxx.xxx.xxx.xxx\users USERNAME? PASSWORD? could someone tell me the
correct variables for this
 
Hello Derek,



Thank you for your post. As I understand your question, you want to map a
drive for using current logged on user. If that is Correct you can use the
variable name USERNAME in the net use command as such for example.

net use x: \\server\share\%USERNAME% /USER:%USERNAME%



Regards,
Sam Rakaba.


Get Secure! - www.microsoft.com/security

============================================================================


When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

============================================================================


This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
 
Back
Top