Set-RASSessionSetting
NAME
Set-RASSessionSetting
SYNOPSIS
Modifies Parallels RAS session connection settings.
SYNTAX
Set-RASSessionSetting [CachedSessionTimeout (uint)] [-FIPSMode {Disabled | Allowed | Enforced}] [LogoffIdleSessionTimeout (uint)] [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).
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
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.
RELATED LINKS
Last updated