Set-RASSessionSetting
Modifies Parallels RAS session connection settings.
Set-RASSessionSetting [-CachedSessionTimeout <uint>] [-FIPSMode {Disabled | Allowed | Enforced}] [-LogoffIdleSessionTimeout <uint>] [-RemoteIdleSessionTimeout <uint>] [-ReplicateSettings <bool>] [-SiteId <uint>] [<CommonParameters>]
Modifies Parallels RAS session connection settings.
-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>
-none-
---------- 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.