Represents a history entry for a password change that the Forefront Identity Manager Synchronization Service (FIM Synchronization Service) server sends to the target connected data source. To use this class, you must be logged on as a member of the MIISAdmin or MIISBrowse security group.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

class MIIS_PasswordChangeHistoryTarget{ String CsGuid;
String DN;
String FinalReturnCode;
String GUID;
String MaGuid;
String ReachedRetryLimit;
String ReferenceGuid;
String RetryCount;
String AttemptDetails;
String MIISReceiveTime;
String LastAttemptTime;
}

Name : MIIS_PasswordChangeHistoryTarget

Methods

Method Description

EventDetails Method

Returns the details, in XML format, of a history entry for a password change that the FIM Synchronization Service server sends to the target connected data source.

Properties

Property Data Type Description

AttemptDetails Property

String

Gets the details, in XML format, of the last password change attempt on the target server.

CsGuid Property

String

Gets the GUID of the connector space object.

DN Property

String

Gets the distinguished name of the object.

FinalReturnCode Property

String

Gets the return code from the last password change attempt on the target server.

GUID Property

String

Qualifiers : Key

Gets the tracking GUID that is used to identify the password change request.

LastAttemptTime Property

String

Gets the date and time in Coordinated Universal Time (UTC) of the last attempted password change on the target server.

MaGuid Property

String

Gets the GUID of the management agent that changed the password.

MIISReceiveTime Property

String

Gets the date and time in UTC when the password change request was received by the target server.

ReachedRetryLimit Property

String

Gets a string that determines whether the maximum number of attempts to change the password was reached.

ReferenceGuid Property

String

Gets the reference GUID of the password change.

RetryCount Property

String

Gets the number of password change attempts that have occurred.

Remarks

The class supports the following restricted set of queries:

  • Search for a history entry using a specified reference GUID. Obtain the GUID from the ReferenceGuid Property.

  • Search for a history entry that occurred within a specified time range before or after the value from the SourceChangeTime Property.

  • Search for a history entry that occurred before or after a specified time.

  • Search for a history entry from a specified management agent.

  • Search for a history entry from a connector space GUID.

Note:
Queries cannot be combined.

When performing a query, use the following query statement:

  Copy Code
Select * from MIIS_PasswordChangeHistoryTarget Where querystatement

In this query, "querystatement" can be one of the following:

  • ReferenceGuid = guid

  • MIISReceiveTime < time

  • MIISReceiveTime > time

  • MIISReceiveTime > time and MIISReceiveTime < time

  • CsGuid = guid

  • GUID = guid

  • MaGuid = guid

Each Query Field can appear only one time. You can join all of them together by using the AND operator.

During the password synchronization process, an entry is moved to the MIIS_PasswordChangeHistoryTarget Class from the MIIS_PasswordChangeQueue Class when one of the following conditions is met:

Requirements

Product

Forefront Identity Manager Synchronization Service 2010

MOF

Mmswmi.mof

Namespace

MicrosoftIdentityIntegrationServer

See Also