Easiest way to push PowerShell 3+ to Windows 7 clients?
Carter Maxwell
I'd like to run the Uninstall Google Chrome (per User) 1.0 package against the workstations in my organization to clean up some leftover bits that weren't handled by Chrome's uninstall options. Unfortunately, the vast majority of our Windows 7 workstations are still on PowerShell version 2.
Has anyone put together a package push PowerShell 3 or above with PDQ Deploy?
Alternatively, has anyone re-written the PS script to work with PowerShell 2?
0
Comments
https://www.microsoft.com/en-us/download/details.aspx?id=50395
You should be able to throw Win7AndW2K8R2-KB3134760-x64.msu in an Install step without any extra parameters. Let me know if that doesn't work.