---------------------------------------
Install-WindowsFeature DHCP
---------------------------------------
----------------------------------------------------------------------------------------------------------------------------
Add-DhcpServerv4Scope -name "Lan" -StartRange 192.168.10.5 -EndRange 192.168.10.250 -SubnetMask 255.255.255.0 -State Active
----------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------------------------
Set-DhcpServerv4OptionValue -OptionID 3 -Value 192.168.10.254 -ScopeID 192.168.10.0 [-ComputerName sajatszerv.bence.loc] opcionális
------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------
(Szintén opcionális)
Set-DhcpServerv4OptionValue -DnsDomain bence.loc -DnsServer 192.168.10.254
---------------------------------------------------------------------------