For the complete documentation index, see llms.txt. This page is also available as Markdown.

Set-RASSessionSetting

NAME

Set-RASSessionSetting

SYNOPSIS

Modifies Parallels RAS session connection settings.

SYNTAX

Set-RASSessionSetting [CachedSessionTimeout (uint)] [FIPSMode {Disabled | Allowed | Enforced}] [LogoffIdleSessionTimeout (uint)] [LogoffSessionIdleMode {NoActiveSession | WithOrWithoutSession}] [RemoteIdleSessionTimeout (uint)] [ReplicateSettings (bool)] [SiteId (uint)] [(CommonParameters)] **

DESCRIPTION

Modifies Parallels RAS session connection settings.

PARAMETERS

RemoteIdleSessionTimeout (uint)

Set the session idle timeout (in seconds).

SiteId (uint)

The site ID to which the RAS session settings refer.

LogoffIdleSessionTimeout (uint)

Set the client logoff timeout (in seconds).

LogoffSessionIdleMode (IdleMode)

Set the client logoff idle session mode.

Possible values: NoActiveSession, WithOrWithoutSession

CachedSessionTimeout (uint)

Set the cached session timeout (in seconds).

FIPSMode (FIPSModeSett)

FIPS 140-2 encryption mode.

Possible values: Disabled, Allowed, Enforced

ReplicateSettings (bool)

Whether to replicate settings to other sites.

(CommonParameters)

INPUTS

-none-

OUTPUTS

RASSessionSetting

---------- 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