Bewerken

Delen via


Administrative Tasks (WMI)

Using the Windows Management Instrumentation (WMI) providers for Host Integration Server, you can administer a variety of components on Host Integration Server. However, any administration you perform on Host Integration Server through WMI is performed through the following tasks:

  • Logging on to WMI

    Like most providers, you must first log on to the WMI provider to use it. Therefore, the WMI providers expose the logon and security interfaces. For more information, see Logging on to Host Integration Server Through a WMI Provider.

  • Getting and setting information

    Most of the tasks you will do through WMI will be checking information about different Host Integration Server services. You can also set information. For more information, see Accessing a Host Integration Server Property through WMI.

  • Calling methods

    The methods exposed on the WMI providers for Host Integration Server are designed mainly to administer various Host Integration Server services. You can administer these services by calling the relevant Start, Stop, Pause, or Cancel method through the relevant provider. For more information, see Calling a Host Integration Server Method through WMI.