Remove-RASClientPolicy
Last updated
Last updated
Remove-RASClientPolicy
Removes a client policy.
Remove-RASClientPolicy [-] <uint> [<>] Remove-RASClientPolicy [-] <> [<>] Remove-RASClientPolicy [-] <string> [<>]
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.
<CommonParameters>
-none-
---------- EXAMPLE 1 ---------- Remove-RASClientPolicy -Name PDFPolicy Removes the client policy named PDFPolicy.
-InputObject <> The client policy object to be removed.