Jump to content

Recommended Posts

Posted

Hello,

 

is there a way i can create/modify accounts in admin to be able to run .exe and update programes without needing the full admin rights?

 

We have offices around the world and doing this would be able to stop most of my night time calls down!

Posted
It was pretty much designed for your use case and would AFIK allow them to do everything you want. It's just a question of whether it gives them too much power. Which would probably take some testing. At the very least, it makes for a good starting point.
Posted (edited)

I am sure that the Power Users group in Windows 10 has no more permission than any standard user these days? (if you are using win 10)

 

Also you should really try not to add domain accounts to workstation local groups if you can. Can you not just create a local user with the required permissions and have them elevate when required?

 

If you use Laps then with a bit of PowerShell you can expose that to the user when they request it and then at the next gp refresh the permissions are removed. No need for a restart as the permissions are injected in to user token.

 

(that's all from memory so I could be wrong on the group bit of win 10, no access to any win client....)

 

https://docs.microsoft.com/en-us/windows-server/identity/ad-ds/plan/security-best-practices/implementing-least-privilege-administrative-models

Edited by HPlum78
Posted

Problem i have is the offices that need it are in China, HK, NZ and OZ, most don't tell us in time when they want it.

 

being able to give one person in those locations the access to install means i dont get a 2/3am wake up just to install something.

Posted

Do any of your offices have SCCM?

 

If so, you could add the required software to the Software Center which would allow end-users to install the apps themselves without admin rights.

Posted

But with either way you create or devolve the permissions either up front via a local user account, or scripted its down to the end user clicking a button.

 

You should have a process for requesting local admin/ more priveledged access. If you script it then it can be logged and the you can audit and then you know when your workstations are empire'd!

Posted
Hello,

 

is there a way i can create/modify accounts in admin to be able to run .exe and update programes without needing the full admin rights?

 

We have offices around the world and doing this would be able to stop most of my night time calls down!

 

Could add write permissions to the dir the program is stored in, and the registry key. Case by case basis. If it's installed in Program Files other parts might still complain though. And in general this will break SRP, so now you'll get ransomware again. Assuming you set up SRP

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...