Get-RASLBSettings

NAME

Get-RASLBSettings

SYNOPSIS

Obtains Parallels RAS load balancing settings.

SYNTAX

Get-RASLBSettings [- SiteId <uint> ] [ < CommonParameters > ]

DESCRIPTION

The Get-RASLBSettings cmdlet obtains the complete set of load balancing settings for the current session.

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

LBSettings

EXAMPLES


---------- EXAMPLE 1 ----------

Get-RASLBSettings

Obtains Parallels RAS load balancing settings for the current session.

RELATED LINKS