Remove-RASClientPolicy

NAME

Remove-RASClientPolicy

SYNOPSIS

Removes a client policy.

SYNTAX

Remove-RASClientPolicy [-Idarrow-up-right] <uint> [<CommonParametersarrow-up-right>] Remove-RASClientPolicy [-InputObjectarrow-up-right] <ClientRulesarrow-up-right> [<CommonParametersarrow-up-right>] Remove-RASClientPolicy [-Namearrow-up-right] <string> [<CommonParametersarrow-up-right>]

DESCRIPTION

Removes a client policy.

PARAMETERS

-Name <string> Name of the client policy to be removed.

        Required?                    true
        Position?                    0
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-Id <uint> The ID of the client policy to be removed. To obtain the ID, use the Get-RDS cmdlet.

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

<CommonParameters>

INPUTS

ClientRulesarrow-up-right

OUTPUTS

-none-

EXAMPLES

---------- EXAMPLE 1 ---------- Remove-RASClientPolicy -Name PDFPolicy Removes the client policy named PDFPolicy.

Last updated