How to Remove Authorized DHCP Server on Windows Server 2016: GUI and PowerShell.
Contenuto
Con GUI
1. In apps list or search find and run ADSI Edit;
2. Pulsante mouse destro Fai clic e fai clic Connect to;
3. In Select a well-known Naming Context scegliere Configurazione. Clic OK;
4. Navigare a CN=Configuration,DC=<dominio>\CN=Services\CN=NetServices;
5. Pulsante mouse destro click on CN=<FQDN> e fare clic Proprietà;
6. Find attribute dhcpServers, clic Modificare;
7. Remove what you need and click OK;
8. Clic OK;
9. Close the console;
10. Check the result;
Con PowerShell
1. Correre Powershell as administrator;
2. Get authorized DHCP Servers;
NETSH DHCP show server
3. Delete DHCP Server that you need;
NETSH DHCP delete server <FQDN> <IPAddress>