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

Get-RASFarmSettings

NAME

Get-RASFarmSettings

SYNOPSIS

Retrieves the Parallels RAS Farm settings.

SYNTAX

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

DESCRIPTION

Retrieves the Parallels RAS Farm settings.

To see the complete list of farm properties, use the Format-List cmdlet (see examples).

PARAMETERS

SiteId (uint)

The site ID.

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

(CommonParameters)

INPUTS

-none-

OUTPUTS

RASFarmSettings

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

Get-RASFarmSettings

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

Get-RASFarmSettings | Format-List

Retrieves the RAS Farm settings.

The Format-List cmdlet formats the display output to include all available farm properties.

Last updated