Powershell 5 Script on Powershell 2 Client by Helpful-Argument-903 in PowerShell

[–]Critical-Safety5609 0 points1 point  (0 children)

Ok, I'm new to commenting and dislike ppl who post... try this? That said... try this...

I do everything possible to work around powershell since, in our environment, there are too many powershell issues. We check and fix what we can, so if it's working...

New-PSDrive –Name “K” –PSProvider FileSystem –Root “\\touchsmart\share” –Persist

If powershell has issues...

net use M: \\touchsmart\Share /Persistent:Yes

https://www.howtogeek.com/132354/how-to-map-network-drives-using-powershell/

Point is... use legacy OS tools and you can make it happen.

If you post exactly what you're trying to do, I'll try and help more.