New-PSDrive -Name VM -PSProvider FileSystem -Root "\\win81-wwighamvm\c$"
Cd into it:
When in the root of the drive, the prompt is both empty and gray. (And when you cd into it, it becomes a UNC path, rather than a drive path) This probably isn't wholly intentional.
Make a new temporary drive similarly to this:
Cd into it:
When in the root of the drive, the prompt is both empty and gray. (And when you cd into it, it becomes a UNC path, rather than a drive path) This probably isn't wholly intentional.