Security Groups
Two security groups are responsible for managing DHCP locally or through Active Directory. The two groups are:
- DHCP Users: Members who have view-only access to the DHCP service
- DHCP Administrators: Members who have administrative access to the DHCP service
Users to both groups will receive the highest permission level.
Finding Root Cause
- Open computer management
- If the DHCP server has a GUI, with an account that has administrative privileges open computer management locally; or,
- If the DHCP server does not have a GUI or is managed remotely from a different device, open computer Management on the device -> right-click Computer Management (Local) -> Connect to another computer… -> in the pop-up window, either type the computer name in the box; or,
- Click the button Browse… and find the DHCP server -> Once the DHCP server is located, hit the Ok button
- Hit the Ok button
- Once connected to the DHCP server, expand System Tools -> Local Users and Groups ->Click the Groups folder. If you see DHCP Administrators and/or DHCP Users. It means the server uses the local security group; otherwise, it uses the Active Directory group.

Resolution
Managing DHCP Groups via Active Directory (requires the server to be on the domain)
- Open up Computer Management and navigate to the Groups folder just like the Finding Root Cause section
- Delete both DHCP Administrators and/or DHCP Users groups
- Restarting DHCP Server service
- Open up Services the same way we opened up Computer Managed in the Finding Root Cause section but with Services
- Locate the service DHCP Server and right-click -> Restart
- Active Directory will now start managing the access control
Managing DHCP Groups Locally
- Open up Computer Management and navigate to the Groups folder just like the Finding Root Cause section
- Locate the DHCP Administrators and/or DHCP Users groups are missing, it means that Active Directory is managing DHCP permissions
- On the DHCP server, open up PowerShell and type:
- Add-DhcpServerSecurityGroup
- Restart-Service DHCPServer
- Refresh Computer Management, and DHCP Administrators and DHCP Users groups will be a part of the Groups
- If the server is part of a domain, you can add domain-level groups into the respective local groups to allow users at the domain-level security group to manage the server; Otherwise,
- Individual users and/or groups can be added to the local DHCP Administrators and/or DHCP Users groups