Microsoft Identity Integration Server 2003 Developer Reference |
The MIIS_ManagementAgent class represents a management agent within a WMI script. To use this class, you must be logged on as a member of the MIISOperators security group or the MIISAdmins security group.
The following syntax is simplified from MOF code and includes all inherited properties.
class MIIS_ManagementAgent { String Guid; String Name; String Type; };
The MIIS_ManagementAgent class defines the following methods.
Method | Description |
---|---|
Execute | Executes the specified run profile of the management agent. |
Stop | Stops the management agent specified in the Get method. This call is synchronous and blocks any other calls to the specified management agent until this method is completed. |
GetServerStatus | Determines if the connected directory server is running and connected to the network. |
NumCSObjects | Returns the total number of connector, disconnector, and placeholder objects in this management agent. |
NumTotalConnectors | Returns the number of all connector and explicit objects in this management agent. |
NumTotalDisconnectors | Returns the total number of disconnector, explicit disconnector, and filtered disconnector objects in this management agent. |
NumPlaceHolders | Returns the number of placeholder objects in this management agent. |
NumConnectors | Returns the number of connector objects that are under this management agent. The return value does not include explicit connector objects. |
NumExplicitConnectors | Returns the number of explicit connector objects in this management agent. The return value does not include connector objects. |
NumDisconnectors | Returns the number of disconnector objects in this management agent. The return value does not include explicit disconnector or filtered disconnector objects. |
NumExplicitDisconnectors | Returns the number of explicit disconnector objects in this management agent. This return value does not include disconnector or filtered disconnector objects. |
NumFilteredDisconnectors | Returns the number of filtered disconnector objects in this management agent. The return value does not include disconnector or explicit disconnector objects. |
NumImportAdd | Returns the number of connector space objects that are candidates for joining or projecting to the metaverse. |
NumImportUpdate | Returns the number of connector or explicit connector objects that contain attribute changes to be applied to the joined metaverse object. |
NumImportDelete | Returns the number of connector or explicit connector objects that will be deleted from the connector space. |
NumImportNoChange | Returns the number of connector or explicit connector objects that have no pending changes. |
NumExportAdd | Returns the number of connector space objects that will be added to the connected directory on the next export. |
NumExportUpdate | Returns the number of objects that will be updated in the connected directory on the next export. |
NumExportDelete | Returns the number of objects that will be deleted from the connected directory on the next export. |
RunDetails | Returns the details of the last management agent run in an XML format. For more information about the run details XML schema, see <run-history>. |
RunEndTime | Returns the date and time, in Coordinated Universal Time (UTC), when the management agent ended a run. The method returns a value only if the management agent is idle. For the local time the management agent ended the run, convert the return value to local time. |
RunProfile | Returns the name of the run profile that was used in the current or previous management agent run. |
RunNumber | Returns the number of times the management agent was run. |
RunStartTime | Returns the date and time, in Coordinated Universal Time (UTC), when the management agent started a run. The method returns a value only if the management agent is idle. For the local time the management agent ended the run, convert the return value to local time. |
RunStatus | Returns the status of the last management agent run. |
The MIIS_ManagementAgent class has the following properties.
Gets the globally unique identifier of the management agent.
Gets the name of the management agent.
Gets the management agent type.
Server: Requires Microsoft Identity Integration
Server 2003.
Header: Declared in mmswmi.mof.