Script to automate sccm patching.

Ankit Prasad 1 Reputation point
2020-09-29T19:54:41.05+00:00

Hii I am new to patch management. I want to write a script which can automate the patch deployment from my sccm machine to all my client machine.
I also need some help with setting up sccm. Can anyone point me in the right direction for both the things.
Any help will be highly appreciated...!!
Thanks in advance.

Microsoft Configuration Manager Updates
Microsoft Configuration Manager Updates
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
962 questions
Microsoft Configuration Manager
{count} votes

2 answers

Sort by: Most helpful
  1. Nick Hogarth 3,436 Reputation points
    2020-09-29T21:41:05.11+00:00

    You can use ADR's for automating software updates - https://learn.microsoft.com/en-us/mem/configmgr/sum/deploy-use/automatically-deploy-software-updates

    For an overview of ConfigMgr, you can review the official documentation - https://learn.microsoft.com/en-us/mem/configmgr/ . Other sites like www.windows-noob.com by Niall Brady have some great guides too.

    1 person found this answer helpful.
    0 comments No comments

  2. AlexZhu-MSFT 5,551 Reputation points Microsoft Vendor
    2020-10-01T07:34:34.637+00:00

    Hi,

    To deploy configuration manager itself, we may refer to this step-by-step guide.

    https://www.prajwaldesai.com/sccm-2002-install-guide-using-baseline-media/
    Note: this is not from MS, just for your reference.

    To deploy software updates automatically, as mentioned above, we may use ADR. For the step-by-step guide, we may refer to below article:

    https://www.prajwaldesai.com/create-automatic-deployment-rule-in-sccm-2012-r2/
    Note: this is not from MS, just for your reference.

    Hope the above information helps.

    Alex Zhu


    If the response is helpful, please click "Accept Answer" and upvote it.

    1 person found this answer helpful.
    0 comments No comments