Editar

Partilhar via


Accessing a Host Integration Server Property through WMI

Getting and setting an instance is one of the most common retrieval procedures you are most likely to perform on Host Integration Server using Windows Management Instrumentation. You can retrieve an instance using the GetObject method, and modify it using the various Put_ methods.

In This Section

How to Retrieve an Instance

How to Retrieve Multiple Instances

How to Modify or Update an Instance