EventDetails Method
Returns the password change history, in XML format, from the Forefront Identity Manager Synchronization Service (FIM Synchronization Service) server. To use this method, you must be logged on as a member of either the MIISBrowse security group or the MIISAdmins security group.
mof
String EventDetails();
Parameters
None
Name : EventDetails
Return Value
String
Returns the password change history, in XML format, from the FIM Synchronization Service server.
Remarks
The XML file that is returned is formatted with the following tags:
XML element name | Description |
---|---|
<password-change-queue> |
Maps to the MIIS_PasswordChangeQueue Class. |
<cs-guid> |
Maps to the CsGuid Property. |
<dn> |
Maps to the DN Property. |
<guid> |
Maps to the GUID Property. |
<last-attempt-return-code> |
Maps to the LastAttemptReturnCode Property. |
<last-attempt-time> |
Maps to the LastAttemptTime Property. |
<ma-guid> |
Maps to the MaGuid Property. |
<miis-receive-time> |
Maps to the MIISReceiveTime Property. |
<cs-guid> |
Maps to the OriginatingCsGuid Property. |
<reference-guid> |
Maps to the ReferenceGuid Property. |
<retry-count> |
Maps to the RetryCount Property. |
Requirements
Product |
Forefront Identity Manager Synchronization Service 2010 |
MOF |
Mmswmi.mof |
See Also
Reference
MIIS_PasswordChangeQueue Class