Configuration Manager Client Programming
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 programming Windows Management Instrumentation (WMI) and local policy on the Microsoft System Center Configuration Manager 2007 client.
For information about programming the Configuration Manager 2007 COM automation interfaces, see Configuration Manager Client Automation.
In This Section
- About Configuration Manager Local Policy
Provides information about Configuration Manager local policy.
- About Configuration Manager WMI Programming
Provides information about using WMI on the Configuration Manager client.
- How to Connect to the Configuration Manager Client WMI Namespace by Using System.Management
Shows how to connect to the Configuration Manager client WMI namespace by using the System.Management namespace.
- How to Read a WMI Object by Using System.Management
Shows how to read Configuration Manager client WMI objects by using the System.Management namespace.
- How to Perform a Synchronous Query by Using System.Management
Shows how to perform a synchronous query for Configuration Manager client WMI objects by using the System.Management namespace.
- How to Perform an Asynchronous Query by Using System.Management
Shows how to perform an asynchronous query for Configuration Manager client WMI objects by using the System.Management namespace.
- How to Call a WMI Class Method by Using System.Management
Shows how to call a Configuration Manager client WMI object class method by using the System.Management namespace.
Related Sections
Configuration Manager Client Automation