ManagementServer.UpdateConsoleScope Method

System Center

Persists any changes made to the properties of the console scope.

 public void UpdateConsoleScope(
    ConsoleScope consoleScope
);

Parameters

consoleScope
The console scope to persist.

Exceptions

Exception TypeCondition
System.ArgumentNullExceptionA null reference (Nothing in Visual Basic) was passed to the method.
System.InvalidOperationExceptionThis instance does not exist.

Remarks

The MOM Operator console user interface does not support displaying console scopes and computer groups with the same name. When creating or updating a console scope, you should avoid using a name that matches the name of an existing computer group.

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

ManagementServer Class | ManagementServer Members | ComputerGroup.Name Property | ConsoleScope.Name Property

Show: