Microsoft Identity Integration Server 2003 Developer Reference

MIIS_Server

The MIIS_Server class represents a Microsoft Identity Integration Server 2003 server within a WMI script. To use this class, you must be logged on as a member of either the MIISOperators or the MIISAdmins security group. The ClearPasswordQueue and ClearPasswordHistory methods, however, can only be run by members of the MIISAdmins security group.

The following syntax is simplified from MOF code and includes all inherited properties.

class MIIS_Server
{
  String Name;
};

Methods

The MIIS_Server class defines the following methods.

Method Description
ClearRuns Removes run histories from the server with a run end date that is earlier than or equal to the specified date.
ClearPasswordHistory Removes password histories with a date and time that is earlier than the specified date and time.

Note  This method can only be run by members of the MIISAdmins security group.

ClearPasswordQueue Clears all outstanding password operations in the password queue and writes the entries to the history table.

Note  This method can only be run by members of the MIISAdmins security group.

NumMVObjects() Returns the number of all objects in the metaverse.
NumPasswordQueueObjects Returns the number of password change requests to send to the target servers.

Properties

The MIIS_Server class has the following property.

Name
Data type: String
Access type: Read-only
Qualifiers: Key

Gets the name of the Microsoft Identity Integration Server 2003 instance. This value is always MIIS_Server1.

Requirements

Server: Requires Microsoft Identity Integration Server 2003.
Header: Declared in mmswmi.mof.