<string id="IdleTimeout_Help">Configures maximum time in milliseconds remote shell will stay open without any user activity until it is automatically deleted.
Any value from 0 to 0x7FFFFFFF can be set, where 0 indicates infinite timeout.
If you enable this policy setting the server will wait for the specified amount of time since the last received message from the client before terminating the open shell.
If you do not configure or disable this policy setting the default value of 900000 or 15 min will be used.</string>
<string id="MaxConcurrentUsers_Help">Configures the maximum number of users able to concurrently perform remote operations on the same system using remote CMD shell.
The value can be any number from 1 to 100.
If you enable this policy setting, the new shell connections will be rejected if they exceed the specified limit.
If you disable or do not configure this policy setting, the default number will be 5 connections per user.</string>
<string id="MaxMemoryPerShellMB">Specify maximum amount of memory in MB per Shell</string>
<string id="MaxMemoryPerShellMB_Help">Configures maximum total amount of memory that can be allocated by any active remote shell and all its child processes.
Any value from 0 to 0x7FFFFFFF can be set, where 0 equals unlimited memory, which means the ability of remote operations to allocate memory is only limited by the available virtual memory.
If you enable this policy setting, the remote operation will be terminated when a new allocation exceeds the specified quota.
If you disable or do not configure this policy setting, the value 0 will used by default.</string>
<string id="MaxProcessesPerShell">Specify maximum number of processes per Shell</string>
<string id="MaxProcessesPerShell_Help">Configures the maximum number of processes any shell operations are allowed to launch.
Any number from 0 to 0x7FFFFFFF can be set, where 0 means unlimited number of processes.
If you enable this policy setting, the remote operation will be terminated when it attempts to launch a new process and the process count exceeds the specified limit.
If you disable or do not configure this policy setting, the limit will be 5 processes per shell.</string>
Configures maximum time in milliseconds that the remote command or script will be allowed to execute.
Any value from 0 to 0x7FFFFFFF can be set, where 0 indicates infinite timeout.
If you enable this policy setting the server will terminate the command in progress if it takes longer than the specified amount of time.
If you do not configure or disable this policy setting, the default value of 0x7FFFFFFF (2147483647) or approximately 24.85 days will be used.</string>
<string id="MaxShellsPerUser">Specify maximum number of remote shells per user</string>
<string id="MaxShellsPerUser_Help">Configures maximum number of concurrent shells any user can remotely open on the same system.
Any number from 0 to 0x7FFFFFFF cand be set, where 0 means unlimited number of shells.
If you enable this policy setting, the user will not be able to open new remote shells if the count exceeds the specified limit.
If you disable or do not configure this policy setting, by default the limit will be set to 2 remote shells per user.