How to Create Deployment Template for Software Update Deployment in SCCM?

Ramanan 1 Reputation point
2023-01-04T08:23:35.363+00:00

Hi All,

I want to create Deployment Template for Software Update Deployment in SCCM(Configuration Manager 2207). Anyone help on this.

Thanks
Ramanan

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).
1,058 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. CherryZhang-MSFT 6,491 Reputation points
    2023-01-05T05:27:09.243+00:00

    Hi @Ramanan ,

    If I misunderstand anything, please let me know. The following is my suggestions:

    1, Click Save As Template when we executed a deployment.
    (1) Select Deployment Template: Specify whether to apply a previously saved deployment template. Configure a deployment template to save common software update deployment properties. Then apply the template when you deploy software updates in the future. These templates save time and help to ensure consistency across similar deployments.
    276345-1.png

    (2) Save As Template: On the Summary page, review the settings. To save the settings to a deployment template, click Save As Template. Enter a name and select the settings you want to include in the template, then click Save. To change a configured setting, click the associated wizard page and change the setting.
    a. The template name can consist of alphanumeric ASCII characters as well as \ (backslash) or ' (single quotation mark).
    276319-2.png

    This is a similar threader for your reference:
    Deployment Templates (microsoft.com)

    2, Create a software updates deployment template by creating an instance of the SMS_Template class and populating the properties. To create a deployment template, we need to complete the following steps:

    1. Set up a connection to the SMS Provider.
    2. Create the new template object by using the SMS_Template class.
    3. Populate the new template properties.
    4. Save the new template and properties.

    For more details we can refer to this link:
    Create a Deployment Template - Configuration Manager | Microsoft Learn

    Looking forward to your feedback.

    Best regards
    Cherry


    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.


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.