Installing and authorizing a DHCP server is easy and straightforward. You can use the GUI, Server Manager to achieve this. Server Manager, though, is a GUI layered on top of PowerShell. The GUI gathers the details, and PowerShell does the rest. In this recipe, you carry out the installation and basic configuration using just the native cmdlets.
Installing and authorizing a DHCP server
Getting ready
This recipe installs a DHCP server on DC1. You need that system up and running.
How to do it...
- Login to DC1, and add the DHCP server feature to your system:
Install...