Deploy a DHCP server on Windows Server Core

Install the DHCP Server

start /w ocsetup DHCPServerCore

Enable remote management

sconfig

Set the DHCP service to start automatically

sc config DHCPServer start= Auto 

Start the DHCP Service

sc start DHCPServer

Use RSAT tools to configure the DHCP scope from a Windows 7 PC or a member server