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.

        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.

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

- InputObject < ClientRules >
The client policy object to be removed.

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

< CommonParameters >
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
        about_CommonParameters documentation. 

INPUTS

ClientRules

OUTPUTS

-none-

EXAMPLES


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

Remove-RASClientPolicy -Name PDFPolicy

Removes the client policy named PDFPolicy.

RELATED LINKS