Jump to content

Trying to update devices from 21H2 to 22H2


Rondelltron

Recommended Posts

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 ?

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...