Jump to content

Recommended Posts

Posted

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 ?

  • 2 weeks later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...