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

Execute Method

Executes the specified run profile of the management agent.

GetServerStatus Method

Determines if the connected directory server is running and connected to the network.

NumConnectors Method

Returns the number of connector objects that are under this management agent. The return value does not include explicit connector objects.

NumCSObjects Method

Returns the total number of connector, disconnector, and placeholder objects that are in this management agent.

NumDisconnectors Method

Returns the number of disconnector objects that are in this management agent. The return value does not include explicit disconnector or filtered disconnector objects.

NumExplicitConnectors Method

Returns the number of explicit connector objects that are in this management agent. The return value does not include connector objects.

NumExplicitDisconnectors Method

Returns the number of explicit disconnector objects that are in this management agent. This return value does not include disconnector or filtered disconnector objects.

NumExportAdd Method

Returns the number of connector space objects that will be added to the connected directory on the next export.

NumExportDelete Method

Returns the number of objects that will be deleted from the connected directory on the next export.

NumExportUpdate Method

Returns the number of objects that will be updated in the connected directory on the next export.

NumFilteredDisconnectors

Returns the number of filtered disconnector objects that are in this management agent. The return value does not include disconnector or explicit disconnector objects.

NumImportAdd Method

Returns the number of connector space objects that are candidates for joining or projecting to the metaverse.

NumImportDelete Method

Returns the number of connector or explicit connector objects that are deleted from the connector space.

NumImportNoChange Method

Returns the number of connector or explicit connector objects that have no pending changes.

NumImportUpdate Method

Returns the number of connector or explicit connector objects that contain attribute changes to apply to the joined metaverse object.

NumPlaceHolders Method

Returns the number of placeholder objects that are in this management agent.

NumTotalConnectors Method

Returns the number of all connector and explicit objects that are in this management agent.

NumTotalDisconnectors Method

Returns the total number of disconnector, explicit disconnector, and filtered disconnector objects that are in this management agent.

RunDetails Method

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 Method

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.

RunNumber Method

Returns the number of times the management agent was run.

RunProfile Method

Returns the name of the run profile that was used in the current or previous management agent run.

RunStartTime Method

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.

RunStatus Method

Returns the status of the last management agent run.

Stop Method

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.

SuppressFullSyncWarning Method

Suppresses the full sync warning on this management agent for the most recent update.

Properties

Property Data Type Description

Guid Property

String

Gets the GUID of the management agent.

Name Property

String

Qualifiers : Key

Gets the name of the management agent.

Type Property

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