Hi there,
So, a quick command to create a permanent mapped network drive on windows using credentials that are different from the ones you use for login on windows.
The command to create a mapped drive with the letter X (or any letter you choose other than the ones already used) is :
You'll replace:
Server : Server name
ShareName : shared directory name
UserName : username that has the access
Password : password for the above username
Reference
TechNet
HowtoGeek
So, a quick command to create a permanent mapped network drive on windows using credentials that are different from the ones you use for login on windows.
The command to create a mapped drive with the letter X (or any letter you choose other than the ones already used) is :
net use x: /persistent:yes \\Server\ShareName /user:UserName password
You'll replace:
Server : Server name
ShareName : shared directory name
UserName : username that has the access
Password : password for the above username
Reference
TechNet
HowtoGeek
No comments:
Post a Comment
I'd like to read your comments