Share via


SDKComputerGroupView

SDKComputerGroupView represents the computer groups used to manage agent computers.

The following table describes the columns of this view.

Column SQL Server type Null values allowed? Description

ComputerGroupGUID

uniqueidentifier

No

The unique GUID assigned to the computer group.

Name

nvarchar(255)

No

The name of the computer group.

Description

nvarchar(1000)

Yes

The description for the computer group.

IsEnabled

bit

No

The flag indicating whether the computer group is enabled.

Type

int

No

The type of computers in this computer group. The following values are used:

  • 0 — Unknown
  • 1 — Windows NT Workstation
  • 8 — Primary domain controller
  • 16 — Backup domain controller
  • 8192 — Non-Windows computer groups
  • 32768 — Windows NT member servers
  • 32793 — All Windows computers

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires MOM 2000 SP1 or later

Database: OnePoint (MOM 2000 SP1 or later) or SystemCenterReporting (MOM 2004 or later)

See Also

MOM SQL Views | MSFT_ComputerGroup WMI Class