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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.