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.

        Required?                    false

        Position?                    named

        Default value                0

        Accept pipeline input?       false

        Accept wildcard characters?  false

(CommonParameters)

        This cmdlet supports the common parameters: Verbose, Debug,

        ErrorAction, ErrorVariable, WarningAction, WarningVariable,

        OutBuffer, PipelineVariable, and OutVariable. For more information, see 

        about_CommonParameters documentation. 

INPUTS

-none-

OUTPUTS

RASFarmSettings

EXAMPLES

**---------- 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