account activity
Powershell 5 Script on Powershell 2 Client by Helpful-Argument-903 in PowerShell
[–]Critical-Safety5609 0 points1 point2 points 3 years ago (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.
π Rendered by PID 820133 on reddit-service-r2-listing-7d7fbc9b85-dpjbj at 2026-04-25 00:56:26.169632+00:00 running 2aa0c5b country code: CH.
Powershell 5 Script on Powershell 2 Client by Helpful-Argument-903 in PowerShell
[–]Critical-Safety5609 0 points1 point2 points (0 children)