Skip to main content

Map Network Drive - Command Line


Example of mapping a drive from the command line

net use m: \\server01\share

Example of mapping a drive from the command line that persists after logoff

net use m: \\server01\share /persistent:Yes