Script Center > Gallery
TechNet Script Center logo

Welcome to the TechNet Script Center Gallery!

Each contribution is licensed to you under a License Agreement by its owner, not Microsoft. Microsoft does not guarantee the contribution or purport to grant rights to it.

The TechNet Script Center Gallery contains sample scripts that are designed to run on Windows Server 2008, Windows Server 2003, Windows Vista, Windows XP, and Windows 2000.

New to scripting? Take a look at the Getting Started page to learn more about how these scripts work and how to write your own scripts.

You change the deployment package source for a software updates deployment package by obtaining an instance of the SMS_SoftwareUpdatesPackage class and by using the ValidateNewPackageSource method.
(0)
11/20/2009
VBScript
You create a software updates deployment, in Microsoft System Center Configuration Manager 2007, by creating an instance of the SMS_UpdatesAssignment Server WMI Class and populating the properties.
(0)
11/20/2009
VBScript
You create a software updates deployment package, in Microsoft System Center Configuration Manager 2007, by creating an instance of the SMS_SoftwareUpdatesPackage class and populating the properties.
(0)
11/20/2009
VBScript
You create a software updates deployment template, in Microsoft System Center Configuration Manager 2007, by creating an instance of the SMS_Template class and populating the properties.
(0)
11/20/2009
VBScript
You create an update list that contains a set of software updates, in Microsoft System Center Configuration Manager 2007, by creating an instance of the SMS_AuthorizationList class and populating the properties.
(0)
11/20/2009
VBScript
This topic explains how to enumerate software updates that match specific criteria in Microsoft System Center Configuration Manager 2007 by building a query and then using the ExecuteQuery method of the QueryProcessor class to run the query.
(0)
11/20/2009
VBScript
In Microsoft System Center Configuration Manager 2007, you refresh the client compliance state by creating an instance of the UpdatesStore COM class and by using the RefreshServerComplianceState method.
(0)
11/20/2009
VBScript
You initiate a software updates scan cycle, in Microsoft System Center Configuration Manager 2007, by creating an instance of the CPAppletMgr Client COM Automation Class, identifying the client action, and running the client action by using the PerformAction method.
(0)
11/20/2009
VBScript
You initiate a software updates evaluation cycle, in Microsoft System Center Configuration Manager 2007, by creating an instance of the CPAppletMgr Client COM Automation Class, identifying the client action, and running the client action by using the PerformAction method.
(0)
11/20/2009
VBScript
You set the local software updates schedule, in Microsoft System Center Configuration Manager 2007, by creating an instance of the CCMUpdatesDeployment COM Automation Class and by using the SetUserDefinedSchedule method.
(0)
11/20/2009
VBScript
View More