How to Remove Windows-server 2016 DHCP Role.
Inhoud
With GUI
1. In Server Manager, in the upper menu click Manage. Klik Remove Roles and Features;
2. Voor Server Selection, select your server and click Volgende;
3. Voor Server Roles, deselect DHCP Server;
4. In the pop-up window click Remove Features;
5. Klik Volgende;
6. Voor Features. Klik Volgende;
7. Voor Confirmation, klik Remove;
8. Voor Results, klik Dichtbij;
9. Restart the system;
10. After the system reboots, the role disappears;
With PowerShell
1. Loop PowerShell as administrator;
2. Voor DHCP console removal;
3. Voor DHCP Role removal;
Uninstall-WindowsFeature DHCP -Remove
4. Reboot the server.
OPMERKING: After DHCP role uninstalled check ADSI, if you plan to install it again.