< Back

Enable-ServerManagerStandardUserRemoting

Thu Apr 04, 2019 5:42 am

NAME Enable-ServerManagerStandardUserRemoting



SYNOPSIS

Provides one or more standard, non-Administrator users access to event, service, performance counter, and role and feature inventory data for a

server that you are managing by using Server Manager.





SYNTAX

Enable-ServerManagerStandardUserRemoting [-User] <String[]> [-Force] [-Confirm] [-WhatIf] [<CommonParameters>]





DESCRIPTION

The Enable-ServerManagerStandardUserRemoting cmdlet provides one or more standard, non-Administrator users access to event, service, performance

counter, and role and feature inventory data for a server that you are managing, either locally or remotely, by using Server Manager. The cmdlet

must be run locally on the server that you are managing by using Server Manager. The cmdlet works by performing the following actions:



-- Adds access rights for specified standard users to the root\\cimv2 namespace on the local server (for access to role and feature inventory

information).

-- Adds specified standard users to required user groups (Remote Management Users, Event Log Readers, and Performance Log Readers) that allow

remote access to event and performance counter logs on the managed server.

-- Changes access rights in the Service Control Manager to allow specified standard users remote access to the status of services on the managed

server.This cmdlet does not provide standard users access to bpa (BPA) results, or allow standard users to run BPA scans. Aside from the preceding

list of changes, this cmdlet provides no additional access that a standard user does not already have, by default, on managed servers.



Running this cmdlet has security implications for your network environment, because it grants specified non-Administrator users access rights to

information that, by default, is restricted to members of the Administrators group on the local computer. The cmdlet provides access to other WMI

providers in the root\\cimv2 namespace, but only those providers that can be used by standard users. We recommend that you run this cmdlet only

when you must add a specific standard user to the users who require access to remote server data by using Server Manager. Additionally, you should

promptly run Disable-ServerManagerStandardUserRemoting to deny this access to users as soon as they no longer require it.





PARAMETERS

-Force [<SwitchParameter>]

Forces the command to run without asking for user confirmation.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-User <String[]>

Specifies an array of user account names of a standard user who runs Server Manager, and requires access to event, performance counter,

service, and role and feature inventory data for remote servers that are managed by using the local Server Manager console.



Required? true

Position? 1

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value false

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.



Required? false

Position? named

Default value false

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS











OUTPUTS











Example 1: Enable access to event, performance counter, service status, and role and feature inventory data to a user



PS C:\\> Enable-ServerManagerStandardUserRemoting -User "PattiFul"



This command gives a standard user named PattiFul access to event, performance counter, service status, and role and feature inventory data on a

server that is being managed, either locally or remotely, by using Server Manager.





Example 2: Enable access to event, performance counter, service status, and role and feature inventory data to a user with confirmation



PS C:\\> Enable-ServerManagerStandardUserRemoting -User "PattiFul" -Confirm



This command gives a standard user named PattiFul access to event, performance counter, service status, and role and feature inventory data on a

server that is being managed, either locally or remotely, by using Server Manager. Because the Confirm parameter is used, the command prompts for

confirmation before performing the action.







RELATED LINKS

Online Version:

Get-WindowsFeature

Uninstall-WindowsFeature

Uninstall-WindowsFeature

Disable-ServerManagerStandardUserRemoting