Set-RASClientPolicyAssignment
Last updated
Last updated
Set-RASClientPolicyAssignment
Modifies settings of the assignment within a client policy.
Set-RASClientPolicyAssignment [] (uint) [- {Deny | Allow}] [()]
Set-RASClientPolicyAssignment [-] () [- {Deny | Allow}] [()]
Set-RASClientPolicyAssignment [] (string) [- {Deny | Allow}] [()]
Modifies settings of the assignment within a client policy.
Possible values: Deny, Allow
Name of the client policy to modify.
This must be the actual client policy name used in the RAS farm.
The ID of the client policy to modify. To obtain the ID, use the Get-RASClientPolicy cmdlet.
The client policy object to modify.
(CommonParameters)
-none-
**---------- EXAMPLE 1 ----------
Set-RASClientPolicyAssignment 1 -Default Deny
Modifies the default assignment of a client policy specified by ID to Deny.
() Whether the default assignment is allow or deny.