Windows Server 2016 DHCP Role Installation with GUI E PowerShell: Guida passo passo.
Dynamic Host Configuration Protocol (DHCP) is a client/server protocol that automatically provides an Internet Protocol (IP) host with its IP address and other related configuration information such as the subnet mask and default gateway. RFCs 2131 E 2132 define DHCP as an Internet Engineering Task Force (IETF) standard based on Bootstrap Protocol (BOOTP), a protocol with which DHCP shares many implementation details. DHCP allows hosts to obtain required TCP/IP configuration information from a DHCP server.
Con GUI:
1. Start your system, when Gestione server opens click Add roles and features;
2. Per Installation Type, clic Prossimo;
3. Per Server Selection, select your server and click Prossimo;
4. Per Server Roles, selezionare DHCP Server ruolo;
5. Nella finestra pop-up clicca Aggiungi funzionalità;
6. Clic Prossimo;
7. Per Caratteristiche, clic Prossimo;
8. Per DHCP Server, clic Prossimo;
9. Per Confirmation, clic Installare;
10. Inizia l'installazione;
11. Quando completo, clic Vicino;
12. Clic IL yellow triangle in Server Manager, e fare clic Complete DHCP configuration;
13. Per Description, clic Prossimo;
14. Per Authorization, clic Commit (also you may select the option Skip AD authorization and do authorization from DHCP console);
15. Per Riepilogo, clic Vicino (you must see Fatto twice);
16. Correre IL DHCP console from the apps list;
Con PowerShell:
- Correre PowerShell come amministratore;
2. Installare DHCP Ruolo;
Add-WindowsFeature DHCP
3. Installare DHCP console;
4. Per DHCP authorization enter;
Add-DHCPServerInDC
5. After that go to Gestione server. Clic IL yellow triangle, and click Complete DHCP configuration. For Description, click Next. For Authorization, select the option Skip AD authorization and click Commit;
6. Get all commands for DHCP In PowerShell;
Import-Module dhcpserver
Get-Command -Module dhcpserver