Computer.ManagementType Enumeration

System Center

Defines the management types supported by MOM.

 public enum Computer.ManagementType

Remarks

ValueNameDescription
0Unmanaged

The computer is not managed by MOM.

1Agentless

The computer is managed by MOM without the use of a MOM agent.

2Agent

The computer is managed by MOM using the MOM agent software.

3VirtualServer

The computer is managed as a virtual server.

-1Unknown

The management type is not one of the above.

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires MOM 2005 or later

Namespace: Microsoft.EnterpriseManagement.Mom

Assembly: Microsoft.Mom.Sdk (in Microsoft.Mom.Sdk.dll)

Show: