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

Get-RASSessionSetting.md

NAME

Get-RASSessionSetting

SYNOPSIS

Retrieves Parallels RAS session connection settings.

SYNTAX

Get-RASSessionSetting [SiteId (uint)] [(CommonParameters)]

DESCRIPTION

Retrieve all available Parallels RAS session connection settings.

PARAMETERS

SiteId (uint)

The site ID.

To obtain the ID of a desired site, use the Get-Sites cmdlet.

(CommonParameters)

INPUTS

-none-

OUTPUTS

RASSessionSetting

EXAMPLES

**---------- EXAMPLE 1 ----------

Get-RASSessionSetting

Retrieves RAS session settings of second level authentication.

Last updated