Posted On November 2, 2021

Considerations in Granting Access to Helpdesk Users via Group ‘Account Operators’

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Considerations in Granting Access to Helpdesk Users via Group ‘Account Operators’

One consideration is to add Helpdesk users into the ‘Account Operators’ group. This would effectively grant limited account creation privileges to those personnel. Members of this group can administer many types of accounts, including users, local, and global groups. Operators could also log on to domain controllers. Overall, this is a rather high level of access.

Account Operators “can create and manage users and groups in the domain, but it cannot manage service administrator accounts. As a best practice, do not add members to this group, and do not use it for any delegated administration.” (source: https:// docs.microsoft.com/en-us/previous-versions/tn-archive/cc875827(v=technet.10)?redirectedfrom=MSDN#XSLTsection124121120120).

Therefore, Administrators are advised to create a custom AD group for this purpose. I’ve written an article toward this topic here (https://blog.kimconnect.com/active-directory-helpdesk-admins-group-creation/)

Leave a Reply

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

Related Post

How to recreate user profile on Windows 7

Method 1: You can do it with the User Profiles dialog in System Properties: Log…

Security Updates for Windows 10 / Windows Server 2016 / Windows Server 2019 (March 2019) (Spectre) (Meltdown) (Foreshadow)

Description The remote Windows host is missing a security update. It is, therefore, missing microcode…

Two Useful Workstation Shortcuts for Non-Savvy Users

Lockdown: %windir%\system32\rundll32.exe user32.dll,LockWorkStation Shutdown: shutdown -s -m \\computername -t 7200