Represents an entry of each existing password change that is to be sent to the target connected data source. To use this method, you must be logged on as a member of either the MIISBrowse 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_PasswordChangeQueue{ String AttemptDetails;
String DN;
String GUID;
String CsGuid;
String LastAttemptReturnCode;
String LastAttemptTime;
String MaGuid;
String MIISReceiveTime;
String OriginatingCsGuid;
String ReferenceGuid;
String RetryCount;
}

Name : MIIS_PasswordChangeQueue

Methods

Method Description

EventDetails Method

Returns the password change history in XML format from the Forefront Identity Manager Synchronization Service (FIM Synchronization Service) server.

Properties

Property Data Type Description

AttemptDetails Property

String

Gets the details, in XML format, of the last password change attempt by the FIM Synchronization Service server.

CsGuid Property

String

Gets the connector space GUID of the object.

DN Property

String

Gets the distinguished name of the object.

GUID Property

String

Qualifiers : Key

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

LastAttemptReturnCode Property

String

Gets the return code from the last password change attempt.

LastAttemptTime Property

String

Gets the date and time in Coordinated Universal Time (UTC) of the last attempted password change that was sent to the target server by the FIM Synchronization Service 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 added to the password change queue on the FIM Synchronization Service server.

OriginatingCsGuid Property

String

Used to search for a connector space object that has a specified GUID in the password change queue.

Note:
Set this property only when creating a search query to return MIIS_PasswordChangeQueue objects. Do not access this property from a returned object. This property is never set on the objects that are returned from a query.

ReferenceGuid Property

String

Gets the reference GUID of the password change.

RetryCount Property

String

Gets the number of times the entry has been retried.

Remarks

The class supports the following restricted set of queries:

Except where noted, You can combine queries using the AND operator. When you perform a query, use the following query statement:

  Copy Code
Select * from MIIS_PasswordChangeQueue Where querystatement

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

  • OriginatingCsGuid = guid (cannot be combined with other queries using the AND operator)

  • 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 combine all of them using the AND operator, except when you are using the OriginatingCsGuid Property to search. You cannot use the AND operator to combine the OriginatingCsGuid Property with any other queries.

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