Set-RASSessionSetting

NAME

Set-RASSessionSetting

SYNOPSIS

Modifies Parallels RAS session connection settings.

SYNTAX

Set-RASSessionSetting [-CachedSessionTimeoutarrow-up-right <uint>] [-FIPSModearrow-up-right {Disabled | Allowed | Enforced}] [-LogoffIdleSessionTimeoutarrow-up-right <uint>] [-RemoteIdleSessionTimeoutarrow-up-right <uint>] [-ReplicateSettingsarrow-up-right <bool>] [-SiteIdarrow-up-right <uint>] [<CommonParametersarrow-up-right>]

DESCRIPTION

Modifies Parallels RAS session connection settings.

PARAMETERS

-RemoteIdleSessionTimeout <uint> Set the session idle timeout (in seconds).

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

-SiteId <uint> The site ID to which the RAS session settings refer.

-LogoffIdleSessionTimeout <uint> Set the client logoff timeout (in seconds).

-CachedSessionTimeout <uint> Set the cached session timeout (in seconds).

-FIPSMode <FIPSModeSettarrow-up-right> FIPS 140-2 encryption mode. Possible values: Disabled, Allowed, Enforced

-ReplicateSettings <bool> Whether to replicate settings to other sites.

<CommonParameters>

INPUTS

-none-

OUTPUTS

RASSessionSettingarrow-up-right

EXAMPLES

---------- EXAMPLE 1 ---------- Set-RASSessionSetting -RDPSessionIdleTimeout 60 Modifies RDPSessionIdleTimout to one minute. After a user logs out, the session will continue to exist for one minute.

Last updated