Map a network drive using PowerShell

Map a network drive using PowerShell

Make sure you are using the latest version of PowerShell. On Windows 8/10 run it as administrator and type the following: New-PSDrive –Name “Z” –PSProvider FileSystem –Root “\\fileserver01\share” –Persist Where: Z – is the Drive Letter Within ” ” is the path of the network share that will be presented as the root of the […]

Continue Reading