Get-RASClientPolicyConnection

NAME

Get-RASClientPolicyConnection

SYNOPSIS

Retrieves the connection list

SYNTAX

Get-RASClientPolicyConnection [-Idarrow-up-right] <uint> [<CommonParametersarrow-up-right>] Get-RASClientPolicyConnection [[-Namearrow-up-right] <string>] [<CommonParametersarrow-up-right>]

DESCRIPTION

Retrieves the connection list

PARAMETERS

-Name <string> Name of the client policy for which to retrieve the information.

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

-Id <uint> The ID of the client policy for which to retrieve the information.

<CommonParameters>

INPUTS

-none-

OUTPUTS

SecondaryConnection[]arrow-up-right

EXAMPLES

---------- EXAMPLE 1 ---------- Get-RASClientPolicyConnection -Id 1 Retrieves the following client policy connection with Id=1.

Last updated