Set-RASClientPolicyAssignment

NAME

Set-RASClientPolicyAssignment

SYNOPSIS

Modifies settings of the assignment within a client policy.

SYNTAX

Set-RASClientPolicyAssignment [-Idarrow-up-right] <uint> [-Defaultarrow-up-right {Deny | Allow}] [<CommonParametersarrow-up-right>] Set-RASClientPolicyAssignment [-InputObjectarrow-up-right] <ClientRulesarrow-up-right> [-Defaultarrow-up-right {Deny | Allow}] [<CommonParametersarrow-up-right>] Set-RASClientPolicyAssignment [-Namearrow-up-right] <string> [-Defaultarrow-up-right {Deny | Allow}] [<CommonParametersarrow-up-right>]

DESCRIPTION

Modifies settings of the assignment within a client policy.

PARAMETERS

-Default <DefaultAssignmentTypearrow-up-right> Whether the default assignment is allow or deny. Possible values: Deny, Allow

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-Name <string> Name of the client policy to modify. This must be the actual client policy name used in the RAS farm.

-Id <uint> The ID of the client policy to modify. To obtain the ID, use the Get-RASClientPolicy cmdlet.

-InputObject <ClientRulesarrow-up-right> The client policy object to modify.

<CommonParameters>

INPUTS

ClientRulesarrow-up-right

OUTPUTS

-none-

EXAMPLES

---------- EXAMPLE 1 ---------- Set-RASClientPolicyAssignment 1 -Default Deny Modifies the default assignment of a client policy specified by ID to Deny.

Last updated