Cannot access network drive in PowerShell running as administrator

In the end the fix was simply to re-map the drive letter while running as Administrator:

net use Z: "\\vmware-host\Shared Folders"

It doesn’t have to be done from the same PowerShell instance (or from PowerShell at all) – it’s just something that needs to be done once for the entire logon session.

Leave a Comment