ConsoleScope Class
The ConsoleScope class represents a console scope that has been created in the MOM Administrator console. Console scopes are used to control a user's access to MOM objects in the Operations Console and the Web Console.
Each console scope associates Windows users or groups with a set of MOM computer groups. A user will have access only to the computers, events, alerts, and other operations data associated with the computer groups included in the console scopes to which they belong. MOM includes pre-defined console scopes for the MOM Administrators, MOM Authors, and MOM Users groups. You can create additional groups to further refine the information available to the different groups of operators managing servers with MOM.
Since the MOM Management Server Class Library respects console scopes, both the account used to run custom applications and the console scope settings determine how much data is visible to the application.
Note
If you run an MCL application using an account that does not have full access to all the computer groups, many methods and properties will only return the subset of the operations data to which it has permissions.
For a list of all members of this type, see ConsoleScope members.
public class ConsoleScope
Thread Safety
Members of this class are thread safe.
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)
Note