Represents a run history record that is stored on the server. You can also view the run history in Operations in the Synchronization Service Manager. 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_RunHistory{ String Key;
String MaName;
String MaGuid;
String RunEndTime;
String RunNumber;
String RunProfile;
String RunStartTime;
String RunStatus;
}

Name : MIIS_RunHistory

Methods

Method Description

RunDetails Method

Returns the details, in XML format, of one of the management agent run history records that is stored on the server. For more information about the XML format of the return value, see run-history.

Properties

Property Data Type Description

Key Property

String

Qualifiers : Key

Gets a string that uniquely identifies the run history. The format is the GUID of the management agent followed by the run number.

MaGuid Property

String

Gets the GUID of the management agent that is associated with this run history.

MaName Property

String

Gets the name of the management agent that generated the run history.

RunEndTime Property

String

Gets the date and time, in Coordinated Universal Time (UTC), that the management agent run ended. To obtain the local time that the management agent ended the run, convert this property value to local time.

RunNumber Property

String

Gets the sequence number of the management agent run.

RunProfile Property

String

Gets the display name of the run profile used in this run.

RunStartTime Property

String

Gets the date and time, in UTC, that the management agent run started. To obtain the local time that the management agent started the run, convert this property value to local time.

RunStatus Property

String

Gets the status of the run.

Requirements

Product

Forefront Identity Manager Synchronization Service 2010

MOF

Mmswmi.mof

Namespace

MicrosoftIdentityIntegrationServer

See Also