Administration.GetComputerGroup Method
System Center
Retrieves a computer group that matches the specified ID.
public ComputerGroup GetComputerGroup(
Guid computerGroupId
);
Parameters
- computerGroupId
- The ID of the computer group.
Return Value
The specified ComputerGroup object.
Exceptions
| Exception Type | Condition |
|---|---|
| System.UnauthorizedAccessException | The user does not have permissions for these objects. |
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)
See Also
Administration Class | Administration Members | ComputerGroup Class
Show: