EventDetails Method
Returns the details, in XML format, of a history entry for each password change request that is sent from the originating connected data source to 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 source server.
Remarks
The XML file that is returned is formatted with the following tags.
XML element name | Description |
---|---|
<password-change-history-source> |
Maps to the MIIS_PasswordChangeHistorySource Class. |
<cs-guid> |
Maps to the CsGuid Property. |
<dn> |
Maps to the DN Property. |
<guid> |
Maps to the GUID Property. |
<maguid> |
Maps to the MaGuid Property. |
<miis-receive-time> |
Maps to the MIISReceiveTime Property. |
<reference-guid> |
Maps to the ReferenceGuid Property. |
<last-return-code> |
Maps to the ReturnCode Property. |
<source-change-time> |
Maps to the SourceChangeTime Property. |
<source-server> |
Maps to the SourceServer Property. |
Requirements
Product |
Forefront Identity Manager Synchronization Service 2010 |
MOF |
Mmswmi.mof |
See Also
Reference
MIIS_PasswordChangeHistorySource Class