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 |
---|---|
Returns the password change history in XML format from the Forefront Identity Manager Synchronization Service (FIM Synchronization Service) server. |
Properties
Property | Data Type | Description | ||
---|---|---|---|---|
String |
Gets the details, in XML format, of the last password change attempt by the FIM Synchronization Service server. |
|||
String |
Gets the connector space GUID of the object. |
|||
String |
Gets the distinguished name of the object. |
|||
String |
Qualifiers : Key Gets the tracking GUID that is used to identify the password change request. |
|||
String |
Gets the return code from the last password change attempt. |
|||
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. |
|||
String |
Gets the GUID of the management agent that changed the password. |
|||
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. |
|||
String |
Used to search for a connector space object that has a specified GUID in the password change queue.
|
|||
String |
Gets the reference GUID of the password change. |
|||
String |
Gets the number of times the entry has been retried. |
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 or the ReferenceGuid
Property.
- Search for a history entry using the value
from the OriginatingCsGuid
Property.
- Search for a history entry from a specified
management agent GUID.
- Search for a history entry that occurred
within a specified time range before or after the value from the
SourceChangeTime
Property. This search cannot be combined with a search that is
based on the OriginatingCsGuid
Property.
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:
- The password is set successfully.
- The retry limit is exceeded.
- The ClearPasswordQueue
Method is called on the MIIS_Server
Class.
Requirements
Product |
Forefront Identity Manager Synchronization Service 2010 |
MOF |
Mmswmi.mof |
Namespace |
MicrosoftIdentityIntegrationServer |