Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

In-Place OS Upgrade from Windows 10 to 11 via SCCM 2503

  • Thread starter Thread starter yaseengaz
  • Start date Start date
  • Replies Replies 1
  • Views Views 297

yaseengaz

Active Member
Messages
28
Reaction score
1
Points
3
Dear Team,

I would like to ask if it is possible to perform an In-Place OS Upgrade from Windows 10 to Windows 11 using SCCM version 2503, while bypassing the hardware requirements.

I tried adding the following command in the task sequence:

The registry key was added successfully; however, the upgrade still fails.
cmd /c reg add "HKLM\SYSTEM\Setup\MoSetup" /v AllowUpgradesWithUnsupportedTPMOrCPU /t REG_DWORD /d 1 /f


The registry key was added successfully; however, the upgrade still fails.

Could you please advise if there is any supported or alternate method to achieve this? Your guidance would be greatly appreciated.

Best regards,
 

Attachments

Hi yaseengaz
We need the same thing to do, because we have some virtual workstations running on an hyperviser without virtual TPM.
I tried it with a TaskSequence that first donwloads all the content from an W11 Iso to a local directory and second start the upgradeprocess with /productserver. But I didnt suceed yet. But maybe it's worth a try.
"cmd /c C:\temp\NewOsSource\ABC00123\setup.exe /product server /auto upgrade /dynamicupdate disable /eula accept /compat ignorewarning /telemetry disable /quiet /noreboot"
C:\temp\NewOsSource\ABC00123 => Folder where i copy the Content of the W11 ISO
Let us know, if it works for you.
khluz
 
Back
Top