Set-RASCPUOptimizationSettings
Modifies Parallels RAS CPU optimization settings.
Set-RASCPUOptimizationSettings [-CPUExcludeList <string[]>] [-CriticalUsage <uint>] [-EnableCPUOptimization <bool>] [-IdleUsage <uint>] [-Replicate <bool>] [-SiteId <uint>] [-StartUsage <uint>] [<CommonParameters>]
The Set-RASCPUOptimizationSettings cmdlet modifies Parallels RAS CPU optimization settings using the specified parameters and their values.
All parameters are optional.
-CPUExcludeList <string[]> Specifies items in the CPUExclude list.
-SiteId <uint> The site ID to which the RAS CPU Optimization settings refer.
-StartUsage <uint> The CPU usage percentage above which the CPU Optimization will start working.
-CriticalUsage <uint> The CPU usage percentage above which a process will be set to idle priority.
-IdleUsage <uint> The CPU usage percentage below which a process will be set to realtime priority.
-EnableCPUOptimization <bool> Enables or disables the "CPU Optimization" option.
-Replicate <bool> Enables or disables the "Replicate settings" option (replicate settings to all sites).
<CommonParameters>
-none-
-none-
---------- EXAMPLE 1 ----------
Set-RASCPUOptimizationSettings -EnableCPUOptimization $true -StartUsage 25
Modifies the specified CPU optimization parameters.