dsccommunity / xDhcpServer

This module contains DSC resources for deployment and configuration of Microsoft DHCP Server.
MIT License
26 stars 33 forks source link

xDhcpServer: Server Manager complains that 'Configuration required for DHCP Server' #41

Open johlju opened 6 years ago

johlju commented 6 years ago

After setting up a DHCP server the Server Manager is still complain about configuration is needed.

image

This can apparently be solved by change a registry entry mentioned in the section Notify Server Manager that post-install DHCP configuration is complete (Optional).

Default after installation it is

PS > (Get-ItemProperty –Path registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ServerManager\Roles\12 -Name ConfigurationState).ConfigurationState 
1
johlju commented 6 years ago

I wonder if that could be a general resource for this, and added to ComputerManagementDsc? 🤔