Get-RASClientPolicy

NAME

Get-RASClientPolicy

SYNOPSIS

Retrieves information about one or all the client policies.

SYNTAX

Get-RASClientPolicy [Id]** (uint) [(CommonParameters)]

Get-RASClientPolicy [[-Name]** (string)] [(CommonParameters)]

DESCRIPTION

Retrieves information about one or all the client policies.

PARAMETERS

Name (string)

Name of the client policy for which to retrieve the information.

Id (uint)

The ID of the client policy for which to retrieve the information.

(CommonParameters)

INPUTS

-none-

OUTPUTS

ClientRules

EXAMPLES

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

Get-RASClientPolicy -Name PDFPolicy

Retrieves information about the client policy named PDFPolicy. ---------- EXAMPLE 2 ----------

Get-RASClientPolicy

Retrieves information about all the client policies.

Last updated