Contains the history of password set attempts on the target server.

public  AttemptDetails

Parameters

None

Name : AttemptDetails

Data Type : String

Remarks

The AttemptDetails property contains the return code and time for each password change attempt. It returns this information in XML format, providing the following information for each attempt:

Xml  Copy Code
<results>
	<result>
		<time>TimeA</time>
		<error-code>errorA</error-code>
	</result>
	<result>
		<time>TimeB</time>
		<error-code>errorB</error-code>
	</result>
<entity type="hellip"/>
</results>

Requirements

Product

Forefront Identity Manager Synchronization Service 2010

MOF

Mmswmi.mof

See Also