Remove-RASClientPolicy
Removes a client policy.
Remove-RASClientPolicy [-Id] <uint> [<CommonParameters>] Remove-RASClientPolicy [-InputObject] <ClientRules> [<CommonParameters>] Remove-RASClientPolicy [-Name] <string> [<CommonParameters>]
Removes a client policy.
-Name <string> Name of the client policy to be removed.
-Id <uint> The ID of the client policy to be removed. To obtain the ID, use the Get-RDS cmdlet.
-InputObject <ClientRules> The client policy object to be removed.
<CommonParameters>
-none-
---------- EXAMPLE 1 ---------- Remove-RASClientPolicy -Name PDFPolicy Removes the client policy named PDFPolicy.