Get-RASProxySettings

NAME

Get-RASProxySettings

SYNOPSIS

Get the Parallels RAS proxy settings.

SYNTAX

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

DESCRIPTION

Get the Parallels RAS proxy 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 documentation. 

INPUTS

-none-

OUTPUTS

RASProxySettings

EXAMPLES

**---------- EXAMPLE 1 ----------

Get-RASProxySettings

Get the RAS Farm proxy settings. **---------- EXAMPLE 2 ----------

Get-RASProxySettings | Format-List

Get the RAS proxy settings.

Last updated