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
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.
RELATED LINKS
Last updated