SCCM OS deployment questions

Rakesh Kumar 461 Reputation points
2023-03-16T13:35:58.7166667+00:00

Hi All,

Has anyone does some short of customization for OS deployment task sequence like below.

Requirement -

  1. Single task sequence to be used for known[existing system in sccm] and unknown[bare metal] computers
  2. deployment should capture the system name and model and match with SCCM and then start the OS deployment. if System exist in SCCM and agent is installed then it should reinstalled the OS along with all the applications and keep the same host name. If system doesn't exist in SCCM then it should do the fresh installation
  3. Task sequence must check the model number before applying drivers once found the match then it should apply the correct drivers. like if there are 4 different model then task sequence must apply the drivers related to the specific model.
Microsoft Security | Intune | Configuration Manager | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Pavel yannara Mirochnitchenko 13,336 Reputation points MVP
    2023-03-16T15:24:15.99+00:00
    1. Totally doable.
    2. If you are moving from Windows 10 to Windows 11, you can do In-place upgrade TS. Otherwise I don't see any point of capturing and re-installing OS on existing systems. Sure, there is UMST from 2012 to capture data, but it is a pain the ass today.
    3. Doable with WMI filters.

  2. CherryZhang-MSFT 6,496 Reputation points
    2023-03-17T09:30:49.4366667+00:00

    Hi @Rakesh Kumar

    Please help describe your requirement for more details.

    1, For existing system, you want to upgrade their OS version, right? If so, what version of the OS are these machines using? What version do you plan to upgrade them to?

    Task sequence must check the model number before applying drivers once found the match then it should apply the correct drivers. like if there are 4 different model then task sequence must apply the drivers related to the specific model.

    2, For apply driver, the step of SCCM task sequence Auto Apply Drivers may can help you.

    The link for your reference:

    Task sequence steps - Configuration Manager | Microsoft Learn

    Looking forward to your reply.

    Best regards,
    Cherry


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.