How to Use Configuration Manager Objects with WMI
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
This section provides information about using Windows Management Instrumentation (WMI) to manage Microsoft System Center Configuration Manager 2007 objects. For example, you will find information about creating and updating objects. You will also find information on performing asynchronous and synchronous queries. All samples provided in VBScript.
For information about securing Configuration Manager 2007 objects, see Securing Configuration Manager Applications. For information about error handling, see Configuration Manager Errors.
In This Section
- How to Create a Configuration Manager Object by Using WMI
Shows how to read a Configuration Manager 2007 object by using WMI.
- How to Read a Configuration Manager Object by Using WMI
Shows how to read a Configuration Manager 2007 object by using WMI.
- How to Modify a Configuration Manager Object by Using WMI
Shows how to modify a Configuration Manager 2007 object by using WMI.
- How to Delete a Configuration Manager Object by Using WMI
Shows how to delete a Configuration Manager 2007 object by using the WMI.
- How to Perform a Synchronous Configuration Manager Query by Using WMI
Shows how to perform a synchronous Configuration Manager 2007 query by using WMI.
- How to Perform an Asynchronous Configuration Manager Query by Using WMI
Shows how to perform an asynchronous Configuration Manager 2007 query by using WMI.
- How to Read Lazy Properties by Using WMI
Shows how to read lazy properties by using the WMI provider.
- How to Call a Configuration Manager Object Class Method by Using WMI
Shows how to call a Configuration Manager 2007 object class method using WMI.
Related Sections
Configuration Manager Collections
SMS Provider in Configuration Manager
Configuration Manager Programming Fundamentals
Configuration Manager Site Control File
Securing Configuration Manager Applications
See Also
Concepts
How to Connect to an SMS Provider in Configuration Manager by Using WMI