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

Get-RASClientSettings

NAME

Get-RASClientSettings

SYNOPSIS

Retrieves the Parallels RAS client settings.

SYNTAX

Get-RASClientSettings [SiteId (uint)] [(CommonParameters)] **

DESCRIPTION

Retrieves the Parallels RAS client settings.

PARAMETERS

SiteId (uint)

The site ID.

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

(CommonParameters)

INPUTS

-none-

OUTPUTS

RASClientSettings

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

Get-RASClientSettings

Retrieves the RAS Farm client settings. ---------- EXAMPLE 2 ----------

Get-RASClientSettings | Format-List

Retrieves the RAS client settings.

Last updated