Set-RASPowerPermission

NAME

Set-RASPowerPermission

SYNOPSIS

Modifies the permissions of a RAS Power admin account.

SYNTAX

Set-RASPowerPermission [-AdminIdarrow-up-right] <uint> [-AllowAllSitesarrow-up-right <bool>] [-AllowConnectionChangesarrow-up-right <bool>] [-AllowDeviceManagementChangesarrow-up-right <bool>] [-AllowInSiteIdsarrow-up-right <uint[]>] [-AllowInSitesarrow-up-right <Site[]arrow-up-right>] [-AllowPolicyChangesarrow-up-right <bool>] [-AllowPublishingChangesarrow-up-right <bool>] [-AllowSessionManagementarrow-up-right <bool>] [-AllowSiteChangesarrow-up-right <bool>] [-AllowViewingPolicyInfoarrow-up-right <bool>] [-AllowViewingReportingInfoarrow-up-right <bool>] [-AllowViewingSiteInfoarrow-up-right <bool>] [<CommonParametersarrow-up-right>]

DESCRIPTION

Modifies the permissions of a RAS Power admin account. For each setting, the cmdlet has a corresponding input parameter. To modify a setting, specify a corresponding parameter and its value.

PARAMETERS

-AdminId <uint> Admin ID to retrieve the specified RAS Power Administrator Account.

        Required?                    true
        Position?                    0
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false

-AllowSiteChanges <bool> Enable or disable the "Allow Site changes" option.

-AllowPublishingChanges <bool> Enable or disable the "Allow Publishing changes" option.

-AllowConnectionChanges <bool> Enable or disable the "Allow Connection changes" option.

-AllowViewingReportingInfo <bool> Enable or disable the "Allow viewing of RAS Reporting" option.

-AllowViewingSiteInfo <bool> Enable or disable the "Allow viewing of Site Information" option.

-AllowViewingPolicyInfo <bool> Enable or disable the "Allow viewing of Policy Information" option.

-AllowSessionManagement <bool> Enable or disable the "Allow Session Management" option.

-AllowDeviceManagementChanges <bool> Enable or disable the "Allow Device Management changes" option.

-AllowPolicyChanges <bool> Enable or disable the "Allow Policy changes" option.

-AllowAllSites <bool> Enable or disable the "All Sites" option. If enabled, the administrator can manage all sites in the farm. Otherwise, sites can be specified individually.

-AllowInSites <Site[]arrow-up-right> A list of sites (a Site array) which the administrator should be allowed to manage.

-AllowInSiteIds <uint[]> A list of site ids (an integer array) which the administrator should be allowed to manage.

<CommonParameters>

INPUTS

-none-

OUTPUTS

-none-

EXAMPLES

---------- EXAMPLE 1 ---------- Set-RASPowerPermission -AdminId 100 -AllowSiteChanges $false Modifies AllowSiteChanged for AdminId 100 to False. ---------- EXAMPLE 2 ---------- Set-RASPowerPermission -AdminId 100 -AllowConnectionChanges $false Modifies AllowConnectionChanges for AdminId 100 to False.

Last updated