MIIS_Server Class
Represents a Forefront Identity Manager Synchronization Service 2010 server within a Windows Management Instrumentation (WMI) script. To use this class, you must be logged on as a member of either the MIISOperators security group or the MIISAdmins security group. However, the ClearPasswordQueue Method and the ClearPasswordHistory Method can be run only by members of the MIISAdmins security group.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
class MIIS_Server{ String Name;};
Methods
Method | Description |
---|---|
Removes password histories that have a date and time that are earlier than the specified date and time. Note To run this method, you must be a member of the MIISAdmins security group. |
|
Clears all outstanding password operations in the password queue and writes the entries to the history table. Note To run this method, you must be a member of the MIISAdmins security group. |
|
Removes run histories from the server that have a run end date that is earlier than, or equal to, the specified date. |
|
Returns the number of all objects that are in the metaverse. |
|
Returns the number of password change requests to send to the target servers. |
Properties
Property | Data Type | Description |
---|---|---|
String |
Qualifiers : Key Gets the name of the Forefront Identity Manager Synchronization Service 2010 instance. This value is always MIIS_Server1. |
Requirements
Product |
Forefront Identity Manager Synchronization Service 2010 |
MOF |
Mmswmi.mof |
Namespace |
MicrosoftIdentityIntegrationServer |