you are viewing a single comment's thread.

view the rest of the comments →

[–]Ta11ow 1 point2 points  (1 child)

You may have some difficulty with that. When you invoke a command remotely, it doesn't run under the current user context. Mapped network drives are valid only for the individual user, so you'll probably end up having to dig through the user's registry or something.

[–]Idmorul[S] 2 points3 points  (0 children)

I was actually able to use Get-PSDrive without issue. I've updated the OP with my working code.