You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disables access for specified standard users to event, service, performance counter, and role and feature inventory data that is collected by Server Manager for a server.
15
-
This cmdlet performs the opposite action, for specified users, of the Enable-ServerManagerStandardUserRemoting cmdlet.
14
+
15
+
Disables access for specified standard users to event, service, performance counter, and role and
16
+
feature inventory data that is collected by Server Manager for a server. This cmdlet performs the
17
+
opposite action, for specified users, of the `Enable-ServerManagerStandardUserRemoting` cmdlet.
Disables access for one or more standard, non-Administrator users to event, service, performance counter, and role and feature inventory data for a server that you are managing by using Server Manager.
25
-
The cmdlet restores the default, administrator-only access to this data, and must be run locally on the server that is being managed by using Server Manager.
26
-
The cmdlet works by performing the following actions:
27
26
28
-
- Deletes access rights for specified standard users to the root\cimv2 namespace on the local server (for access to role and feature inventory information).
27
+
Disables access for one or more standard, non-Administrator users to event, service, performance
28
+
counter, and role and feature inventory data for a server that you are managing by using Server
29
+
Manager. The cmdlet restores the default, administrator-only access to this data, and must be run
30
+
locally on the server that is being managed by using Server Manager. The cmdlet works by performing
31
+
the following actions:
32
+
33
+
- Deletes access rights for specified standard users to the `root\cimv2` namespace on the local server
34
+
(for access to role and feature inventory information).
29
35
30
-
- Removes specified standard users from user groups (Remote Management Users, Event Log Readers, and Performance Log Readers) that allow remote access to event and performance counter logs on the local server.
36
+
- Removes specified standard users from user groups (Remote Management Users, Event Log Readers, and
37
+
Performance Log Readers) that allow remote access to event and performance counter logs on the
38
+
local server.
31
39
32
-
- Removes access rights in the Service Control Manager for specified standard users who have access to the status of services on the local server.
40
+
- Removes access rights in the Service Control Manager for specified standard users who have access
In the following example, the administrator disables access to event, performance counter, service status, and role and feature inventory data for a server that is being managed by using either a local or remote Server Manager console, and for which there is a standard user named JennyL.
51
+
In this example, the administrator disables access to event, performance counter, service
52
+
status, and role and feature inventory data for a server that is being managed by using either a
53
+
local or remote Server Manager console, and for which there is a standard user named JennyL.
In the following example, the administrator views the outcome of running a command to deny a standard user named JennyL access to event, performance counter, service status, and role and feature inventory data for a server that is being managed by using the Server Manager console running on either the local or a remote computer.
49
-
The `WhatIf` parameter is added, meaning that the command actions are not carried out.
61
+
In this example, the administrator views the outcome of running a command to deny a standard user
62
+
named `JennyL` access to event, performance counter, service status, and role and feature inventory
63
+
data for a server that is being managed by using the Server Manager console running on either the
64
+
local or a remote computer. The **WhatIf** parameter is added, meaning that the command actions are
In the following example, the administrator denies a standard user named JennyL access to event, performance counter, service status, and role and feature inventory data for a server that is being managed by using the Server Manager console running on either the local or a remote computer.
57
-
The `Confirm` parameter is added, meaning that the command prompts for confirmation before performing the action.
73
+
In this example, the administrator denies a standard user named `JennyL` access to event, performance
74
+
counter, service status, and role and feature inventory data for a server that is being managed by
75
+
using the Server Manager console running on either the local or a remote computer. The **Confirm**
76
+
parameter is added, meaning that the command prompts for confirmation before performing the action.
Specifies the user account name of a standard user who runs Server Manager, and no longer requires access to event, performance counter, service, and role and feature inventory data for a server that is being managed by using either a local or remote Server Manager console.
97
+
98
+
Specifies the user account name of a standard user who runs Server Manager and no longer requires
99
+
access to event, performance counter, service, and role and feature inventory data for a server that
100
+
is being managed by using either a local or remote Server Manager console.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
87
+
88
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
89
+
90
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
0 commit comments