Disable-Server
Manager
Standard
User
Remoting
Syntax
Disable-ServerManagerStandardUserRemoting
[-User] <String[]>
[-Force]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Disable-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. This cmdlet performs the opposite action, for specified users, of the Enable-ServerManagerStandardUserRemoting cmdlet.
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 access to event, performance counter, service status and role and feature inventory data for a user
PS C:\> Disable-ServerManagerStandardUserRemoting -User "PattiFul"
This command 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 PattiFul.
Example 2: Simulate the outcome of disabling access to event, performance counter, service status and role and feature inventory data for a user
PS C:\> Disable-ServerManagerStandardUserRemoting -User "EvanNar" -WhatIf
This command views the outcome of running a command to deny a standard user named EvanNar 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. Because the WhatIf parameter is used, the command actions are not carried out.
Example 3: Disable access to event, performance counter, service status and role and feature inventory data for a user
PS C:\> Disable-ServerManagerStandardUserRemoting -User "PattiFul" -Confirm
This command denies a standard user named PattiFul 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. Because the Confirm parameter is used, the command prompts for confirmation before performing the action.
Required Parameters
Specifies an array of user account names of standard users 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 |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Optional Parameters
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Forces the command to run without asking for user confirmation.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |