Windows 11 Upgrade PowerShell Sccript

Is there another way to do an in place upgrade via Bigfix ? I am trying to upgrade around 2k machines to Win 11

You could download the PS1 from a webserver, or cache it directly in BigFix master server, and then run the powershell exe with the switches to your PS1 file.

I am working on that now, Thank you for the idea

So downloading the file from a webserver fixed the issue and the script is running using:

waithidden c:\windows\system32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Bypass -file "file path"

I would recommend this method here https://www.linkedin.com/pulse/windows-in-place-upgrades-brad-sexton/

This will work from going to windows 10 to 11 as well

1 Like