Password Change History XML

The password change history XML structure contains information about one or more password change events.

You can obtain information about the history of password changes for an object in the connector space by accessing the MIIS_CSObject Class through a Windows Management Instrumentation (WMI) provider. The PasswordChangeHistory Property contains the <password-change-history> element, where the information is stored as XML.

The following example shows the XML structure of a password change history that contains one change.

<password-change-history>
    <event>
        <change-type>SET</change-type>
        <time>2002-12-27 1:23:45.678</time>
        <performed-by>jsmith</performed-by>
        <error-code>0x0</error-code>
    </event>
</password-change-history>

See Also

Reference

<password-change-history>
PasswordChangeHistory Property

Concepts

XML Reference
WMI Provider Reference