Remove-RASClientPolicy

NAME

Remove-RASClientPolicy

SYNOPSIS

Removes a client policy.

SYNTAX

Remove-RASClientPolicy [-Id] <uint> [<CommonParameters>]

Remove-RASClientPolicy [-InputObject] <ClientRules> [<CommonParameters>]

Remove-RASClientPolicy [-Name] <string> [<CommonParameters>]

DESCRIPTION

Removes a client policy.

PARAMETERS

-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>

INPUTS

ClientRules

OUTPUTS

-none-

EXAMPLES

---------- EXAMPLE 1 ----------

Remove-RASClientPolicy -Name PDFPolicy

Removes the client policy named PDFPolicy.

Last updated