sccm osd and upgrade package

Czech, Frank 111 Reputation points
2022-07-08T19:23:39.847+00:00

we have a TS that deploys a windows 10 earlier version image and we would like to add to the TS the OS upgrade package to windows 10 21H2.

I created the windows 10 21H2 OS upgrade package and deployed it to the distribution point.

I added an entry to the TS that deploys the image to run the OS upgrade package after the client setup.

When I try to image a computer, the TS errors with 0x8007002.

I have checked all of the settings and all of the settings look correct.

Any help would be great!!!

thanks

Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
920 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Czech, Frank 111 Reputation points
    2022-07-15T15:56:55.797+00:00

    I figured out how to get the task sequence to run the powershell script. the only issue I cannot resolve is setting the start time later to allow for a restart of the computer.
    I added to the script to send me an email with the variable $currentime for time + five minutes included in the email, that worked perfect. I just cannot get the schtasks.exe to use the variable $currenttime.
    C:\windows\system32\schtasks.exe /Create /sc once /TN "mapped" /TR "\server-name\share-name\21H2\fakeone.bat" /st $currenttime /RL HIGHEST

    I need the /st to use the time plus 5 minutes.

    thanks

    1 person found this answer helpful.
    0 comments No comments

  2. Simon Ren-MSFT 30,831 Reputation points Microsoft Vendor
    2022-07-10T15:37:52.347+00:00

    Hi @Czech, Frank ,

    1,Do you want to upgrade to Windows 10 21H2 from a earlier version? If yes, it's recommended to crate a new upgrade Task Sequence (select the option Upgrade an operating system from an upgrade package in the Create Task Sequence Wizard ) rather than using the original task seuqnece. For more details, please refer to:

    Create a task sequence to upgrade an OS in Configuration Manager
    Upgrade Windows 10 21H2 using SCCM Task Sequence | Best Guide

    2,Meanwhile, to support Windows 10 21H2 as a client, please make sure you are using Configuration Manager version 2107 or later.

    Thanks for your time. Have a nice day!

    Best regards,
    Simon


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  3. Czech, Frank 111 Reputation points
    2022-07-11T14:15:05.57+00:00

    what we have is a task sequence to image computers, is it possible to add the upgrade package to the imaging task sequence?

    1. task sequence - imaging
      a. within the above task sequence - run upgrade operating system package

    is this possible?

    MECM is at 2111.