Posted On November 9, 2020

Active Directory: Helpdesk Admins Group Creation

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Active Directory: Helpdesk Admins Group Creation
Why?

Give your helpdesk team the ability to manage user accounts in the domain without being a member of the Domain Admins group.

How?
  1. Create a group named ‘Helpdesk Admins’ and add all the Helpdesk users accounts intended with such role
  2. Run ADUC > Navigate to OU where permissions are to be granted (or root directory for entire domain delegation) > Delegate Control > Next > Add > search for ‘Helpdesk Admins’ > OK


    Next > select ‘Create, Delete, and Manage User Accounts’, ‘Reset user passwords and force password change at next logon’, ‘Read all user information’, ‘Modify the membership of a group’,’Join a computer to the domain’

    Next > Finish

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Windows: How to Disable F1 Help Center Function in Windows Explorer

Step 1: Create a Dummy File that does nothing   # Dummy-File-Creator.ps1$dummyFile="C:\Windows\dummy.exe"$output = new-object byte[]…

IT Security Compliance

To prepare an organization for compliance of Section 404 of COBIT (Control Objectives for Information…

Using Process Explorer

 Process Explorer shows you information about which handles and DLLs processes have opened or loaded.…