MIIS_ManagementAgent Class
Represents a management agent within a Windows Management Instrumentation (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 Managed Object Format (MOF) code and includes all inherited properties.
class MIIS_ManagementAgent
{
String Name;
String Guid;
String Type;
};
Methods
Method | Description |
---|---|
Executes the specified run profile of the management agent. |
|
Determines if the connected directory server is running and connected to the network. |
|
Returns the number of connector objects that are under this management agent. The return value does not include explicit connector objects. |
|
Returns the total number of connector, disconnector, and placeholder objects that are in this management agent. |
|
Returns the number of disconnector objects that are in this management agent. The return value does not include explicit disconnector or filtered disconnector objects. |
|
Returns the number of explicit connector objects that are in this management agent. The return value does not include connector objects. |
|
Returns the number of explicit disconnector objects that are in this management agent. This return value does not include disconnector or filtered disconnector objects. |
|
Returns the number of connector space objects that will be added to the connected directory on the next export. |
|
Returns the number of objects that will be deleted from the connected directory on the next export. |
|
Returns the number of objects that will be updated in the connected directory on the next export. |
|
Returns the number of filtered disconnector objects that are in this management agent. The return value does not include disconnector or explicit disconnector objects. |
|
Returns the number of connector space objects that are candidates for joining or projecting to the metaverse. |
|
Returns the number of connector or explicit connector objects that are deleted from the connector space. |
|
Returns the number of connector or explicit connector objects that have no pending changes. |
|
Returns the number of connector or explicit connector objects that contain attribute changes to apply to the joined metaverse object. |
|
Returns the number of placeholder objects that are in this management agent. |
|
Returns the number of all connector and explicit objects that are in this management agent. |
|
Returns the total number of disconnector, explicit disconnector, and filtered disconnector objects that are in this management agent. |
|
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>. |
|
Returns the date and time, in Coordinated Universal Time (UTC, also known as Greenwich Mean Time), of when the management agent ended a run. The method returns a value only if the management agent is idle. To obtain the local time that the management agent ended the run, convert the return value to local time. |
|
Returns the number of times the management agent was run. |
|
Returns the name of the run profile that was used in the current or previous management agent run. |
|
Returns the date and time, in UTC, of when the management agent started a run. The method returns a value only if the management agent is idle. To obtain the local time that the management agent ended the run, convert the return value to local time. |
|
Returns the status of the last management agent run. |
|
Stops the management agent that is specified in the Get method. This call is synchronous and blocks any other calls to the specified management agent until this method is completed. |
|
Suppresses the full sync warning on this management agent for the most recent update. |
Properties
Property | Data Type | Description |
---|---|---|
String |
Gets the GUID of the management agent. |
|
String |
Qualifiers : Key Gets the name of the management agent. |
|
String |
Gets the management agent type. |
Requirements
Product |
Forefront Identity Manager Synchronization Service 2010 |
MOF |
Mmswmi.mof |
Namespace |
MicrosoftIdentityIntegrationServer |
See Also
Concepts
WMI Provider Reference
Classes
Forefront Identity Manager Synchronization Service Overview