Jump to content


anyweb

How can I use the Upgrade Task Sequence in System Center Configuration Manager (current branch) ?

Recommended Posts

I was getting "The specified path does not contain a valid operating system or you do not have permission to access it. Specify a valid path."  when I was attempting to add the image from \\CM01\Sources\OSD\OS\OSUpgradePackages\Windows10x64\1809.

The reason why I was getting the error is because the image file was install.esd. Apparently, the process requires a wim file, not a esd file. I used the following to convert the esd to wim. https://theitbros.com/convert-windows-esd-file-to-windows-wim-file/

After ensuring that the wim file was in the \\CM01\Sources\OSD\OS\OSUpgradePackages\Windows10x64\1809, the Add Operating System Upgrade Package Wizard completed.

 

 

Edited by Kugell

Share this post


Link to post
Share on other sites

I need some help with this please. Cannot get the drivers to install with the WMI query.

Evaluating an AND expression    TSManager    2019-02-28 09:39:15    5496 (0x1578)
Evaluating a WMI condition expression    TSManager    2019-02-28 09:39:15    5496 (0x1578)
Expand a string: root\cimv2    TSManager    2019-02-28 09:39:15    5496 (0x1578)
Expand a string: SELECT * FROM Win32_ComputerSystem WHERE Model LIKE “HP Compaq 8200 Elite SFF PC”    TSManager    2019-02-28 09:39:15    5496 (0x1578)
Error enumerating WMI instances returned from WQL query. 
Invalid query (Error: 80041017; Source: WMI)    TSManager    2019-02-28 09:39:15    5496 (0x1578)
Failed to evaluate a WMI expression. Error 0x(80041017)    TSManager    2019-02-28 09:39:15    5496 (0x1578)
Failed to evaluate an expression. Error 0x(80041017)    TSManager    2019-02-28 09:39:15    5496 (0x1578)
Failed to evaluate an AND expression. Error 0x(80041017)    TSManager    2019-02-28 09:39:15    5496 (0x1578)
Failed to evaluate an expression. Error 0x(80041017)    TSManager    2019-02-28 09:39:15    5496 (0x1578)
Error 0x80041017 in evaluating the condition for the action (Download Drivers for HP 8200)    TSManager    2019-02-28 09:39:15    5496 (0x1578)

 

If I remove the query it goes through. My TS is deployed to Windows 7 test machine, upgrading to Windows 10 1809.
 

Untitled picture.png

Share this post


Link to post
Share on other sites

your query is incorrect

SELECT * FROM Win32_ComputerSystem WHERE Model LIKE “HP Compaq 8200 Elite SFF PC”

try replacing it with this instead

SELECT * FROM Win32_ComputerSystem WHERE Model LIKE "HP Compaq 8200 Elite SFF PC"

also, are you sure that the computer model is indeed HP Compaq 8200 Elite SFF PC ?

Share this post


Link to post
Share on other sites

 I mean I scheduled updates and something broke. I checked everywhere on my primary site but i am not able to find it.

Please guide me. 

is your post related to using an Upgrade Task Sequence in ConfigMgr or something else ? if it's something else then please raise a new topic.

Share this post


Link to post
Share on other sites

thanks for the reply.

I followed the guide form the link below, i created rhe upgrade package and TS. I deployed it on my test machine and it completed the upgrade and do some post tasks and then machine stuck in restart loop. it pops up dell logo and restart again.

Thanks

 

Share this post


Link to post
Share on other sites

ok well if it's restarting over and over it's probably missing drivers, did you apply any driver package for that model during the IPU task sequence ?

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.