How to Remove Authorized DHCP Server on Windows Server 2016: GUI and PowerShell.
With GUI
1. In apps list or search find and run ADSI Edit;
2. 마우스 오른쪽 버튼 click and click Connect to;
3. In Select a well-known Naming Context choose Configuration. Click 좋아요;
4. 다음으로 이동 CN=Configuration,DC=<domain>\CN=Services\CN=NetServices;
5. 마우스 오른쪽 버튼 click on CN=<FQDN> 그리고 클릭 Properties;
6. Find attribute dhcpServers, click 편집하다;
7. Remove what you need and click 좋아요;
8. Click 좋아요;
9. Close the console;
10. Check the result;
With PowerShell
1. 달리다 파워셸 as administrator;
2. Get authorized DHCP Servers;
NETSH DHCP show server
3. Delete DHCP Server that you need;
NETSH DHCP delete server <FQDN> <IPAddress>