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.
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 .
INPUTS
-none-
OUTPUTS
EXAMPLES
---------- EXAMPLE 1 ---------- Get-RASClientSettings Retrieves the RAS Farm client settings. ---------- EXAMPLE 2 ---------- Get-RASClientSettings | Format-List Retrieves the RAS client settings.
Last updated