Disable-ServerManagerStandardUserRemoting
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. This cmdlet performs the
opposite action, for specified users, of the Enable-ServerManagerStandardUserRemoting
cmdlet.
Syntax
Disable-ServerManagerStandardUserRemoting
[-User] <String[]>
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
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. 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. The cmdlet works by performing the following actions:
Deletes access rights for specified standard users to the
root\cimv2
namespace on the local server (for access to role and feature inventory information).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.
Removes access rights in the Service Control Manager for specified standard users who have access to the status of services on the local server.
Examples
Example 1
Disable-ServerManagerStandardUserRemoting -User JennyL
In this 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
.
Example 2
Disable-ServerManagerStandardUserRemoting -User JennyL -WhatIf
In this 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. The WhatIf parameter is added, meaning that the command actions are
not carried out.
Example 3
Disable-ServerManagerStandardUserRemoting -User JennyL -Confirm
In this 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. The Confirm
parameter is added, meaning that the command prompts for confirmation before performing the action.
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Force
Forces the command to run without asking for user confirmation.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-User
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.
Type: | String[] |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet were run. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None