Rondell Lopez Posted July 17 Posted July 17 Good day i am trying to figur out what i have to do to force devices to update . I was given two commands that was used to update devices to 21H2 and wanted to confirm if i can continue using this method . Below are the syntax's used <Replace> <CmdID>b5eba4a1-269c-4ecf-a929-79ba3c541312</CmdID> <Item> <Target> <LocURI>./Vendor/MSFT/Policy/Config/Update/TargetReleaseVersion</LocURI> </Target> <Meta> <Format xmlns="syncml:metinf">chr</Format> </Meta> <Data>21H2</Data> </Item> </Replace> <Delete> <CmdID>b5eba4a1-269c-4ecf-a929-79ba3c541312</CmdID> <Item> <Target> <LocURI>./Vendor/MSFT/Policy/Config/Update/TargetReleaseVersion</LocURI> </Target> <Meta> <Format xmlns="syncml:metinf">chr</Format> </Meta> <Data></Data> </Item> </Delete> Do i simply replace 21h2 with 22H2 and do a custom deployment like before ?
Thomas TERRIEN Posted July 17 Posted July 17 Hi You can use that SyncML code by just replacing the value, as you stated. I'd recommend to also add the ProductVersion property to ensure your devices stay on W10 🙂
Employee Glyn Dobson Posted July 25 Employee Posted July 25 The values you can use for TargetReleaseVersion are listed here: https://learn.microsoft.com/en-us/windows/release-health/supported-versions-windows-client As Thomas mentioned above, make sure to add ProductVersion too unless you want them to move to Windows 11. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now