Celeb Glow
news | March 08, 2026

Active Directory Allow User to Install Only

On my active directory network, I want to satisfy my boss by giving him semi-administrative permissions that will allow him to Install programs as administrator in emergency situations on all computers, but not sacrifice the integrity of the network. Is there any type of Admin Group setting or Group that I could create that would allow him basic user permissions + the ability to install programs/drivers as administrator? I don't want to give him Domain Admin or anything crazy, just bypass UAC.

I was going to give him permission to bypass UAC via GPO, but would I need to make an entire GPO just for him? Is that too much?

1

1 Answer

IMO, if you're letting him install stuff (and you don't trust him), then you've already compromised the network's integrity. :)

Having said that, here's a suggestion:

Use the GP Restricted Groups settings to add his domain account to the "Power Users" group on the workstations.

Caveat: This may not let him install drivers though, as they are system-level, and require Administrator permissions.

Power Users can install software but are not full admins. For more info on the deifferences, see this SU question: Difference between Power user and Administrator

Tutorial links:

7

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy