ClearPasswordQueue Method of the MIIS_Server Class

The ClearPasswordQueue method clears all outstanding password operations in the password queue and writes the entries to the history table. To use this method, you must be logged on as a member of the MIISAdmins security group.

Syntax

string ClearPasswordQueue();

Parameters

This method has no parameters.

Return Value

A string that contains the final status of the method. The return value can be one of the values listed in the Return Strings topic or one of the following values.

Return code Description

success

The password change histories with end times that are earlier than the specified time were successfully deleted from the server.

access-denied

The user that is running this method is not a member of the ILM 2007 FP1security groups. Verify that the user is a member of one of these groups.

Remarks

To clear the password change history log, run this method before running the MIIS_Server.ClearPasswordHistory method. If you run this method after running the MIIS_Server.ClearPasswordHistory, any pending password change logs are then moved to the history log.

Requirements

Product Microsoft Identity Integration Server 2003 SP1
MOF Mmswmi.mof

See Also

MIIS_Server
MIIS_Server.ClearPasswordHistory

Send comments about this topic to Microsoft

Build date: 2/16/2009