How can I let a standard domain user run a specific app with admin privileges?

0
12
Asked By CuriousTechie123 On

In a domain setting, what's your go-to method for enabling a regular user to launch a particular application with administrative rights? Giving them local admin privileges isn't a viable solution. I often create a scheduled task to run with higher privileges and then provide the user with a script to trigger that task, making it seem like they're just starting the app. While it works, it feels more like a workaround than a clean solution. What do you think is the best practice for handling this in a production environment?

5 Answers

Answered By LegacyFixer On

In most situations, it's better to address the permissions problems causing the app to fail without admin rights. This could involve app shims, symlinks, or adjusting permissions on relevant directories and registry keys. It might take some trial and error, but I've had good results getting many older applications to work without needing local admin access.

Answered By TechSavvyGuru On

There are specific tools designed for this, like AutoElevate. I personally use an elevation add-on as part of a Zero Trust Application Security platform called ThreatLocker.

Answered By IntuneExperimenter On

We've been testing the Intune add-on EPM recently, and it seems to perform fairly well.

Answered By AppControlNinja On

What about using AppLocker? While it’s great for controlling which apps can run, it doesn’t grant elevated permissions outright. Do you have a particular way of using it to maintain standard user status while still letting specific applications run with admin rights?

Answered By AdminToolsFan On

We utilize AdminByRequest, and it works quite well. There are various similar tools available, so it's worth looking into.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.