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

PowerShell: 1-liner to obtain SSID and Password of Wireless Profiles on a Windows Machine

$profileName='Frontier0000'netsh wlan show profile "name=$profileName" key=clear|select-string "Key Content"# Sample outputKey Content : somepassword PS C:\Windows\system32>…

PowerShell: Optimize RAM on Remote Computers

# simultaneousExec_v0.01.ps1# Requirement: must run as Administrator$computerNames="SHERER1","SHERER2"function installEmptyStandbyList{ $emptyStandbyListAvailable=(Get-Command EmptyStandbyList.exe -ErrorAction SilentlyContinue); if(!($emptyStandbyListAvailable)){ # Set…

Some Windows Tools

Change Office Product Key 2003 2007http://support.microsoft.com/kb/895456 How to enable Remote desktop remotely (another article on…
Other project: DragonCoin.com