How to Enable Standard Users to Run Applications with Elevated Privileges Securely?

0
5
Asked By TechieGizmo92 On

I'm trying to find the best and most secure way to allow certain domain users to run a specific application (like cmd.exe or another tool) with elevated privileges, without making them part of the Administrators group. I've already experimented with Task Scheduler, Group Policy Objects (GPOs), runas, and AppLocker. The goal here isn't to bypass security but to set this up correctly in a managed Windows Server to Client environment.

3 Answers

Answered By CuriousCoder88 On

I haven't tried this out, but PowerShell Just-Enough-Administration (JEA) could be a solid option for you. It allows you to delegate specific administrative tasks to regular users without giving them full admin rights. You can control exactly what commands they can run and even keep track of their activities.

Answered By AdminNinja77 On

Have you thought about using a Privileged Access Management (PAM) solution? I've had success with Autoelevate, and there are several others with Just-In-Time (JIT) admin capabilities that might fit your needs.

Answered By DevDude54 On

Why do these users need to run these applications as admin? In my case, it was crucial for opening listening sockets during development. Sometimes even updating software requires elevated permissions.

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.