Hi Nick S,
It sounds like you are running this policy: https://console.automox.com/manage/worklet-catalog/0116a876-0f71-5b6e-b19e-69f3e8c2ff90
This will upgrade Windows 10 to Windows 11.
Check out this KB article, which allows you to specify the variables necessary to go to 23H2: https://help.automox.com/hc/en-us/articles/6033390730260-Windows-Feature-Update-Registry-Worklet
Hi @Nick S,
The Windows - Configuration - Windows 11 Feature Update worklet is designed to perform an in-place upgrade from Windows 10 to Windows 11 using the Windows Installation Assistant tool. In its current form, devices already on Windows 11 are deemed as compliant. This is why you seeing the aforementioned behavior.
If you are wishing to upgrade from Windows 11 22H2 to Windows 11 23H3, the easiest method would be to do so using a Patch Only policy scoping KB5027397. This will deploy the 23H3 feature update via the Windows 11 enablement package.
Alternatively, if you still wish to use the worklet to push the upgrade, you can modify the remediation code to just include and call the Win11UpgradeWIA
function. This is the primary function that downloads and invokes the Windows Installation Tool to push the Windows 11 upgrade.
Let me know if you have any questions!
Hi @Nick S,
The Windows - Configuration - Windows 11 Feature Update worklet is designed to perform an in-place upgrade from Windows 10 to Windows 11 using the Windows Installation Assistant tool. In its current form, devices already on Windows 11 are deemed as compliant. This is why you seeing the aforementioned behavior.
If you are wishing to upgrade from Windows 11 22H2 to Windows 11 23H3, the easiest method would be to do so using a Patch Only policy scoping KB5027397. This will deploy the 23H3 feature update via the Windows 11 enablement package.
Alternatively, if you still wish to use the worklet to push the upgrade, you can modify the remediation code to just include and call the Win11UpgradeWIA
function. This is the primary function that downloads and invokes the Windows Installation Tool to push the Windows 11 upgrade.
Let me know if you have any questions!
Thanks John,
I ended up editing the version of Windows the worklet was looking for, that worked out great.