Returns the details, in XML format, of a history entry for a password change that the Forefront Identity Manager Synchronization Service (FIM Synchronization Service) server sent to the target connected data source. To use this method, you must be logged on as a member of the 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 target server.

Remarks

The XML file that is returned is formatted with the following tags:

XML element name Description

<password-change-history-target>

Maps to the MIIS_PasswordChangeHistoryTarget Class.

<cs-guid>

Maps to the CsGuid Property.

<dn>

Maps to the DN Property.

<final-return-code>

Maps to the FinalReturnCode Property.

<guid>

Maps to the GUID Property.

<last-attempt-time>

Maps to the LastAttemptTime Property.

<maguid>

Maps to the MaGuid Property.

<miis-receive-time>

Maps to the MIISReceiveTime Property.

<reached-retry-limit>

Maps to the ReachedRetryLimit 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