For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get-RASClientPolicyConnection

NAME

Get-RASClientPolicyConnection

SYNOPSIS

Retrieves the connection list.

SYNTAX

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

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

DESCRIPTION

Retrieves the connection list.

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

SecondaryConnection

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

Get-RASClientPolicyConnection -Id 1

Retrieves the following client policy connection with Id=1.

Last updated