Active Roles provides a troubleshooting mode called "Safe mode" that starts Administration Service in a limited state.
When you enable Safe mode, Administration Service:
-
Disregards all custom policies, workflows, scripts, scheduled tasks and other custom-made assets that may prevent Active Roles from starting and operating normally.
-
Rejects connections from any users that do not have Active Roles Admin privileges.
While Safe mode is active, only Active Roles Admins can connect to Administration Service, so that they can troubleshoot problems by changing the existing Active Roles configuration or removing any customizations that could cause issues. Once troubleshooting is finished, Active Roles Admins can also turn off Safe mode and resume normal Active Roles operation.
Getting started
You can enable Safe mode from the Active Roles Management Shell.
To enable or disable Safe mode
-
On the computer running the Active Roles Administration Service, log in with a user account that has administrator rights on the computer.
NOTE: You can enable or disable Safe mode only with a user account that has local administrator rights on the computer running Administration Service.
-
Start the Active Roles Management Shell from the Windows Start menu or the Apps page of the operating system.
-
To enable safe mode, enter the following commands in the Management Shell command-line interface:
Set-ARService -SafeModeEnabled $true
Restart-ARService
-
To enable safe mode, enter the following commands in the Management Shell command-line interface:
Set-ARService -SafeModeEnabled $false
Restart-ARService