Get-RASFarmSettings
Retrieves the Parallels RAS Farm settings.
Get-RASFarmSettings [-SiteId <uint>] [<CommonParameters>]
Retrieves the Parallels RAS Farm settings. To see the complete list of farm properties, use the Format-List cmdlet (see examples).
-SiteId <uint> The site ID. To obtain the ID of a desired site, use the Get-Sites cmdlet.
<CommonParameters>
-none-
---------- 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.