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

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
 
S

Sam Rakaba [MSFT]

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.

--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top