Windows 11 Deployment using PowerShell
Posted by DeejayCa@reddit | sysadmin | View on Reddit | 0 comments
Hi All.
I'm pushing out Win11 on existing Win10 systems using the Win11Upgrade.exe into a temp folder and executing the following command:
Start-Process -FilePath $file -ArgumentList "/quietinstall /skipeula /auto upgrade /copylogs $workingdir"
I am noticing that stand alone workgroup PCs don't seem to have an issue with the upgrade, but any domain joined system are not completing the installation process. The exe downloads and runs as I can see it in process explorer, but then nothing else happens.
Is there some sort of restriction that would be blocking this from happening? There are no registry blocks in place.
How are you all achieving remote unattended Win11 upgrades? Are there things I need to look for to ensure successful installation? Does the PC HealthCheck app have to be installed and have successfully run on each system after a check in order for the install assistant to kick off and install successfully? If so, is there an automated way to achieve this?
Would love to hear your input on this.
Thanks in advance.
0 Comments