Set-RASSystemSettings
Last updated
Last updated
Set-RASSystemSettings
Modifies RAS system configuration settings.
Set-RASSystemSettings [ (bool)] [ (bool)] [ (uint)] [ (uint)] [()]
Modifies RAS system configuration settings.
The site ID.
To obtain the ID of a desired site, use the Get-Sites cmdlet.
Customer Experience Program: Enable (True) or disable (False).
Reset RAS Console Idle session after (minutes).
Whether Check for update is enabled on launch.
(CommonParameters)
-none-
-none-
**---------- EXAMPLE 1 ----------
Set-RASSystemSettings -CEPEnabled $false
Enables Customer Experience Program in system configuration settings. **---------- EXAMPLE 2 ----------
Set-RASSystemSettings -ResetIdleSessionAfterMins 5
Sets idle session timers to 5 minutes in system configuration settings. **---------- EXAMPLE 3 ----------
Set-RASSystemSettings -CheckForUpdateOnLaunch $true
Enables the check for updates on launch in system configuration settings.