Ensure that you are performing this task as a member of the Enterprise Admins group.
If so, and the GUI/PowerShell don't work for you, use AD tools instead:
Using ADSI Edit
- Open ADSI Edit:
- Open ADSI Edit by running
adsiedit.msc
from the Run dialog or Command Prompt.
- Connect to the Configuration Naming Context:
- In ADSI Edit, right-click ADSI Edit in the left pane, and select Connect to.
- In the Connection Settings dialog, select Configuration as the naming context and click OK.
- Navigate to the DHCP Authorization Container:
- Expand CN=Configuration, then CN=Services, and CN=NetServices.
- The NetServices container holds authorized DHCP server entries.
- Locate and Delete the DHCP Server Entry:
- Under CN=NetServices, you’ll see entries for authorized DHCP servers, typically named CN=<IP Address of the DHCP Server>.
- Locate the entry corresponding to the DHCP server you wish to unauthorize.
- Right-click on the entry and select Delete to remove the authorization.
- Confirm and Close:
- Confirm the deletion and close ADSI Edit.
Using Active Directory Sites and Services
- Open Active Directory Sites and Services:
- Open Active Directory Sites and Services from the Administrative Tools.
- Enable Advanced Features:
- Go to the View menu and select Show Services Node if it’s not already enabled.
- Navigate to the DHCP Server Authorization Entry:
- Expand Services, then NetServices.
- Under NetServices, you will find entries for authorized DHCP servers.
- Locate and Delete the DHCP Server Entry:
- Right-click the DHCP server entry you want to unauthorize and select Delete.
- Confirm and Exit:
- Confirm the deletion to complete the unauthorization.
- Restart the DHCP Service: After unauthorizing the DHCP server, restart the DHCP service on the server to ensure it no longer leases IP addresses.
These steps allow you to unauthorize DHCP servers by directly modifying the AD configuration without relying on PowerShell or the DHCP Management Console.
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
hth
Marcin