What's Covered
Create an Environment Variable Action
Create a Blank Application Control Policy
Using Application Control Solution you can override UAC prompts for end-users. You can create custom messages that require users to submit a reason for requesting administrator rights, which replace UAC prompts for credentials.
...
- Self-Elevation Without Adding Administrator Rights will capture the reason and close the application. (For details on how to create this custom message, go to [READY] to Self-Elevation Without Adding Administrator Rights.)
- Self-Elevation will capture the reason and allow end users to automatically have administrator rights. (For details on how to create this custom message, go to [READY] Self-Elevation.)
- Request Elevation will capture the reason and go through an approval process with the help desk. (For details on how to create this custom message, go to [READY] Request Elevation.)
Overriding UAC prompts is a three-step process:
- Create an There is an out-of-the-box Environment Variable Filter called User Access Control Consent Dialog Detected.
- Create an Environment Variable Action. this action is used There is an out-of-the-box Environment Variable Action called Suppress User Account Control Consent Dialog, which you'll use to prevent the UAC prompt from showingappearing.
- Create a Blank Application Control Policy.
To create an Environment Variable Filter, do the following steps:
...
To create an Environment Variable Action, do the following steps:
...
- Test the New Policy
Anchor | ||||
---|---|---|---|---|
|
Next, create a Blank Application Control Policy by doing the following steps:
- In the file library in the left pane, navigate to navigate to Policies > Arellia Solutions > Application Control > Policies.
- Right-click Policies and click New > Blank Application ControlPolicy.
- In the Create Item dialog, enter a Name and Description.
- In the right pane under the Applications to Control, click the Applications link and choose the new Environment Variable Filter. (Optionally you can change this so only certain applications or certain users will see the overridden UAC prompt.)
- Under Exclude conditions add Conditions (optional), click the Exclude any and add the Administrators filter to stop child processes (which inherit elevation) from triggering this policy.
- Click on the Application Actions tab and set the action to the Clear UAC dialog action from step 6
- Also set the action to include one of the following:
- Add Administrator Rights, and .
- To the right of Applications, select Application action and then click the Select link.
- In the Select Items dialog box, select the following:
- The Environment Variable Action you created previously.
- Add Administrator Rights.
- Justify Application Elevation Dialog (this will behave
- like Self-Elevation).
- Justify Application Elevation (kill process) Dialog (will behave
- like Self-Elevation Without Adding Administrator Rights).
- Approval Request Form Action (will behave
- like Request Elevation).
- Click Save.
Anchor | ||||
---|---|---|---|---|
|
...
New Policy
To test the new policy, do the following steps:
- Update the policies on an endpoint.
- Test the policy by right-clicking Command Prompt and selecting click Run as administrator.
Instead of seeing UAC, you
...
will see the custom message
...
shown in the following screenshot.
The recorded response will then be sent to the Arellia Management Server where it can be reviewed by the help desk team.