New-PSDrive – Credential Parameter doesn’t work in PowerShell 2.0
Some PowerShell scripts have to build a temporary drive connection. For example to get a file from a share. I like to use the “New-PSDrive” commandlet for that. Unfortunately, this...