logon script help

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

Guest

Need to map different users to remote pc and have them logon as same user to
that pc. Have NET USE X:\\xxx.xxx.xxx.xxx\users Need to know how to log them
onto that as the same user. Could someone help me with the variables to that
logon script?
 
net use x: \\serverName_or_IP\share /user:userName password /persistent:no

User should be: domain\userName


--

Paul Williams

http://www.msresource.net
http://forums.msresource.net


Need to map different users to remote pc and have them logon as same user to
that pc. Have NET USE X:\\xxx.xxx.xxx.xxx\users Need to know how to log
them
onto that as the same user. Could someone help me with the variables to
that
logon script?
 
Back
Top