Hi SSE@TUE,
Based on my understanding, giving users permanent local admin rights is risky, but there are better ways to handle this without slowing down your team. One recommended approach is to use tools like Microsoft Endpoint Manager (Intune) or Group Policy to delegate temporary elevation of privileges. This way, users can request admin rights for a short period, and the system automatically revokes them afterward.
Another option is to use solutions such as Privileged Access Management or third‑party tools like LAPS (Local Administrator Password Solution). LAPS ensures that local admin accounts exist but are managed securely, with unique passwords rotated automatically. For testing environments, you could also create a dedicated lab domain or VM environment where users have more freedom, while keeping production machines locked down.
If you prefer a simpler approach, you can use PowerShell scripts or task scheduler to grant admin rights only during specific installation tasks, then remove them immediately after. This balances security with flexibility. The key is to avoid permanent admin rights while still enabling users to do their work without waiting for IT every time.
I hope the response provided some helpful insight. If it addressed your issue, please consider marking it as Accept Answer so others facing the same problem can easily find the solution. If you need any further assistance, feel free to leave a comment.
Jason.