xDhcpServer
xDhcpServer copied to clipboard
This module contains DSC resources for deployment and configuration of Microsoft DHCP Server.
Results
11
xDhcpServer issues
Sort by
recently updated
recently updated
newest added
[This](https://github.com/PowerShell/xDhcpServer/blob/0d4ecaf94aaf7b5b79dd301569b0f5bbad7894e3/DSCResources/MSFT_xDhcpServerOption/MSFT_xDhcpServerOption.psm1#L244) ``` powershell $dhcpOption = Get-DhcpServerv4OptionValue -ScopeID $ScopeID ``` never returns empty. According to [technet article](https://technet.microsoft.com/en-us/library/dd183665%28v=ws.10%29.aspx) if not specified default Lease Duration for a scope will be 8 days. Because...
bug
help wanted