Set-RASLBSettings

NAME

Set-RASLBSettings

SYNOPSIS

Modifies Parallels RAS load balancing settings.

The Set-RASLBSettings cmdlet modifies Parallels RAS load balancing settings using the specified parameters and their values.

SYNTAX

Set-RASLBSettings [-CPUCounter <bool> ] [-CPUExcludeList <List`1> ] [-DeadTimeout <uint> ] [-DisableRDSLB <bool> ] [-MemoryCounter <bool> ] [-Method <bool> ] [-ReconnectDisconnect <bool> ] [-ReconnectUser <bool> ] [-ReconnectUsingIPOnly <bool> ] [-RefreshTimeout <uint> ] [-RepLB <bool> ] [-SessionsCounter <bool> ] [-TrigValue <bool> ] [ <CommonParameters> ]

DESCRIPTION

All parameters are optional.

PARAMETERS


- CPUExcludeList <List`1>
Specifies items in the CPUExclude list

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- Method <bool>
Specifies the load balancing method (Round-robin or Resource based).

Set to true for Round-robin.

Set to false for Resource based.

Note: This parameter will be removed in the future.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- CPUCounter <bool>
Enables or disables the CPU counter.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- MemoryCounter <bool>
Enables or disables the Memory counter.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- SessionsCounter <bool>
Enables or disables the Session counter.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- ReconnectDisconnect <bool>
Enables or disables the "Reconnect to disconnected sessions" option.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- ReconnectUsingIPOnly <bool>
Enables or disables the "Reconnect sessions using client's IP address only" option.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- ReconnectUser <bool>
Enables or disables the "Limit user to one session per desktop" option.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- DisableRDSLB <bool>
Enables or disables the "Disable Microsoft RD Connection Broker" option.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- DeadTimeout <uint>
Sets the value (number of seconds) of the "Declare Agent dead if not responding for" property.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- RefreshTimeout <uint>
Sets the value (number of seconds) of the "Agent Refresh Time" property.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- TrigValue <bool>
Enables or disables the "CPU Load Balancer" option.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

- RepLB <bool>
Enables or disables the "Replicate settings" option (replicate settings to all sites).

        Required?                    false
        Position?                    named
        Default value                
        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 (http://go.microsoft.com/fwlink/?LinkID=113216). 

INPUTS



OUTPUTS



EXAMPLES


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

Set-RASLBSettings -ReconnectUser $false -DisableRDSLB $false

Modifies the specified load balancing parameters.

RELATED LINKS

Parallels RAS v16.2