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

ClearPasswordHistory Method

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.

ClearPasswordQueue Method

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.

ClearRuns Method

Removes run histories from the server that have a run end date that is earlier than, or equal to, the specified date.

NumMVObjects Method

Returns the number of all objects that are in the metaverse.

NumPasswordQueueObjects Method

Returns the number of password change requests to send to the target servers.

Properties

Property Data Type Description

Name Property

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

See Also

Concepts

WMI Provider Reference
Classes