To map Network Drives using the command line, in an elevated command prompt, you have to run the following command:
net use x: \server\share /persistent:yes
Here x is the drive letter, and the /persistent: yes parameter makes it permanent.
To map Network Drives using the command line, in an elevated command prompt, you have to run the following command:
net use x: \server\share /persistent:yes
Here x is the drive letter, and the /persistent: yes parameter makes it permanent.