Servidor Windows 2016 DHCP Role Installation with GUI e PowerShell: Guia passo a 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 servidor.
Com GUI:
1. Start your system, quando Gerenciador de servidores opens click Add roles and features;
2. Para Installation Type, clique Próximo;
3. Para Seleção de Servidor, selecione seu servidor e clique Próximo;
4. Para Funções de servidor, selecione DHCP Servidor role;
5. Na janela pop-up, clique em Adicionar recursos;
6. Clique Próximo;
7. Para Características, clique Próximo;
8. Para DHCP Servidor, clique Próximo;
9. Para Confirmação, clique Instalar;
10. Installation begins;
11. When complete, clique Fechar;
12. Clique o yellow triangle in Server Manager, e clique Complete DHCP configuration;
13. Para Descrição, clique Próximo;
14. Para Authorization, clique Commit (also you may select the option Skip AD authorization and do authorization from DHCP console);
15. Para Resumo, clique Fechar (you must see Feito twice);
16. Correr o DHCP console from the apps list;
Com PowerShell:
- Correr PowerShell como administrador;
2. Instalar DHCP Papel;
Add-WindowsFeature DHCP
3. Instalar DHCP console;
4. Para DHCP authorization enter;
Add-DHCPServerInDC
5. After that go to Gerenciador de servidores. Clique o 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 em PowerShell;
Import-Module dhcpserver
Get-Command -Module dhcpserver