DHCP 4 Flashcards
What PowerShell command creates a DHCP SuperScope with the following subnets: 10.1.1.0, 10.1.2.0
Add-DhcpServerV4Superscope -SuperscopeName “examplename” -ScopeId 10.1.1.0, 10.1.2.0
Within the scope of an IPAM server discovery, a DHCP role will still be able to be found if the server has both the DHCP server role and IPAM feature installed. True or False.
False. A server cannot have both the DHCP server role installed as well as the IPAM feature. Otherwise, Dhcp roles will not be discovered.
IPAM in Windows Server 2012 can manage DNS and DHCP servers from different forests. True or False?
False. Only in Windows Server 2016 can IPAM manage DNS and DHCP servers from different forests, provided there is a two-way trust between forests.