Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Network | Monitoring » How to Grant Local Admin Permissions to a Group [Part 1]

How to Grant Local Admin Permissions to a Group [Part 1]

Posted on 28/11/202308/08/2024 Imoh Etuk By Imoh Etuk No Comments on How to Grant Local Admin Permissions to a Group [Part 1]
How_to_Grant_Local_Admin_Permissions_to_Users_and_Groups
Grant Local Admin Permissions to Users and Groups

In Part 1 of the article, I demonstrate how to grant local admin permissions to a group on a domain computer in Windows Server using Group Policy and manually using the Windows Command Prompt and PowerShell. This is helpful when you want to give some users administrator access to domain computers without giving them domain admin credentials. Please see Pleasant User Group Permission and User Access, How to grant public access to S3 Bucket using Policy, and how to Add or delete users and set permissions in Azure AD.

Adding a group to the local administrators’ group via Group Policy is the fastest. On the other hand, the manual method is time-consuming and inefficient in situations where manual tasks are to be eliminated.

This process is achievable using Group Policy, Windows Command Prompt, PowerShell, and the manual method. One of the reasons you would want to grant local administrator permissions to some users on your domain computer is to enable them to carry out their tasks effectively.

For job roles such as technical support personnel, the Helpdesk team, certain users, and other privileged accounts, you must add the necessary Active Directory users or groups to the local Administrators group on servers or workstations.

Grant Local Admin Permissions to Users and Groups via Group Policy

Group Policy offers the fastest and most efficient way of granting local admin permissions to users and groups. A few things to note when granting local admin permissions to users are:

1. By modifying the members of Local Administrators group. This method overwrites the existing members of Administrators group.
2. Adding users to a new security group and make it the member of Administrators group. This method doesn’t overwrite existing members of Administrators group

The first thing to do is to create a new security group and add users to it. After adding users to the group, we will modify the membership of the group and add the group as members of the BUILTIN\Administrators group.

Step 1: Creating a User Group in Active Directory Users and Computers

To create a group in Active Directory Users and Computers, run the dsa.msc command from Run to open the console.

2-Run-command
Run dsa.msc in Run

When Active Directory Users and Computers open up, right-click on the organizational units of your choice to create a group.

3-create-group
Creating Group

As shown above, we are creating the group under the LocalAdmins-OU OU. In the below screen, we name the group LocalAdminUsers

4-creating-group
Creating Local Admin Group

In the next step, we will add this user group to local Administrators’ domain computers using Group Policy (GPO) after adding users to the group.

Also, see how to Install Windows Admin Center on Windows 10 and Windows 11, and how to Apply and Enable Automatic Windows Admin Center Update.

Step 2: Add Users to the Group

To add users to the group, double-click the Users Container. In the User Container, right-click on the name of the user you want to add, select Properties -> Member Of ->Add -> Check Names.

Local-Admins
Adding Users to Group

After checking and finding the name, click on OK and Apply and then OK to effect changes.

5-Adding-User-to-the-group
Adding Users to Group

Here, we’re adding the users called HelpDesk and LocalAdminUser1.

8-Confirming-the-Users-in-the-Group
Confirming Users in the group

Step 3: Create a new GPO in the Group Policy Management Console

To create a new GPO in the Group Policy Management Console, press Windows + R to open Run and type the gpmc.msc command. When you’re on the GP Management Console, right-click on Group Policy Object -> New -> Specify the name -> Ok

Creating-GPO
Creating GPO

Step 4: Edit the Newly Created GPO

To do this, right-click on the newly created GPO and click edit.

12-Edit-the-new-GPO
Editing GPO

In the Group Policy Editor Console, click to expand the Computer Configuration -> Policies -> Windows Settings -> Security Settings -> Restricted Groups -> Add Group

13-Adding-the-Group-to-Local-Admins
Adding Group

Step 5: Select User Group to Add to Local Administrators

Next, from the Add Group, click on Browse and select the group that we have created.

Add-Group-via-GPO
Adding the LocalAdminUsers via GPO

Step 6: Add the Group selected above as a Member of the Local Administrators Group

Once you click OK on the previous screen, a dialogue box will pop up prompting you to add the group to the Local Administrators Group.

17-Add-Group-as-Members-of-the-LAG1
Adding Group to the Local Admin Group

Click OK as shown above and then click on Apply and OK on the next screen to effect the change.

18-Applying-the-Group-Memberhip
Adding group to Local Admin Group

Now you should see the group as a member of the Local Administrator Group

19-Group-Now-Member-of-LAG
The Group is now part of the Local Admin Group

Step 7: Link the GPO to an existing Computer OU

The GPO we created is ready. It’s time to link it to the existing computer OU. This means that you have to move all the computers you want to GPO to be deployed to the computer OU.

To link the GPO, on the target OU which is the LocalAdminComputers in our case, right-click on it and select Link an Existing GPO...

20-Link-the-GPO
Link an Existing GPO

On the Select GPO dialog box, select the newly created GPO and click on OK.

21-Select-LocalAdminGPO
Linking GPO

Now, the Group Policy has been deployed successfully to the selected OU. It will be replicated in the next group policy refresh cycle.

You can force the policy to replicate immediately by running the grpudate /force command on Windows Command Prompt. Make sure you run Command Prompt as an Administrator.

22-Force-GPO
Force GPO Update

In part 2 of this article, I will show you how to manually grant Local Administrative Permissions to a group using the Windows Command Prompt and PowerShell.

I hope you found this post useful on how to Grant Local Admin Permissions to Users and Groups. Please feel free to leave a comment below.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Network | Monitoring Tags:Active Directory, GPO, group policy, Group Policy Administrative Templates, Group Policy Object

Post navigation

Previous Post: Security researchers bypass Windows Hello with fake fingerprints with Raspberry Pi 4
Next Post: How to Fix Windows Stuck on System Restore

Related Posts

  • Add Nutanix AHV to Veeam
    Full Integration Guide on how to Add Nutanix AHV to Veeam Network | Monitoring
  • elastic ip association error screen
    Fix Elastic IP Address Could not be Associated AWS/Azure/OpenShift
  • cisco general
    How to update Cisco ASA Network | Monitoring
  • banner
    How to Check and Reset Network Data Usage in Windows 11 Network | Monitoring
  • Screenshot 2020 05 14 at 19.09.08
    How to backup a Cisco IOS Network | Monitoring
  • Explorer Error
    How to fix an attempt was made to reference a Token that does not exist Network | Monitoring

More Related Articles

Add Nutanix AHV to Veeam Full Integration Guide on how to Add Nutanix AHV to Veeam Network | Monitoring
elastic ip association error screen Fix Elastic IP Address Could not be Associated AWS/Azure/OpenShift
cisco general How to update Cisco ASA Network | Monitoring
banner How to Check and Reset Network Data Usage in Windows 11 Network | Monitoring
Screenshot 2020 05 14 at 19.09.08 How to backup a Cisco IOS Network | Monitoring
Explorer Error How to fix an attempt was made to reference a Token that does not exist Network | Monitoring

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • Screenshot 2020 12 29 at 04.08.43
    Enable or disable BitLocker Drive Encryption on Windows Security | Vulnerability Scans and Assessment
  • Remote Desktop 2 1
    How to install RDS via Quick Start Deployment: Install, Publish, Update, and Uninstall Remote Desktop Web Client Web Server
  • How to create blue screen using the Not my Fault tool from Sysinternals
    How to create blue screen using the Not my Fault tool from Sysinternals Windows
  • xp cmdshell MSSQL
    How to verify whether the xp_cmdshell feature is enabled or disabled in MSSQL Server Oracle/MSSQL/MySQL
  • Ubuntu on Windows
    Install Ubuntu 20.04 LTS on Windows via WSL Linux
  • How to Fix Application Error (0xc0000135) in Windows
    Fix the application was unable to start correctly (0xc0000135) error Windows
  • unionfsfeature
    How to Overlay two files with UnionFs in a Linux System Linux
  • image 3
    How to Migrate Your WordPress Site with WordPress Duplicator Network | Monitoring

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,823 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.