Which Windows PowerShell cmdlet should you recommend running on the physical DHCP servers?
You need to recommend a migration strategy for the DHCP servers. The strategy must meet the technical requirements.
Which Windows PowerShell cmdlet should you recommend running on the physical DHCP servers?
A . Import-SmigServerSetting
B . Export-SmigServerSetting
C . Receive-SmigServerData
D . Send-SmigServerData
Answer: B
Explanation:
* Scenario:
/ Main office: One physical DHCP server that runs Windows Server 2008 R2
/ each branch office: One physical DHCP server that runs Windows Server 2008 R2
/ The IPAM server in the main office gathers data from the DNS servers and the DHCP servers in all of the offices.
* Example:
Command Prompt: C:PS>
Export-SmigServerSetting -Feature "DHCP" -User All -Group -Path "c:tempstore" -Verbose
This sample command exports the Dynamic Host Configuration Protocol (DHCP) Server and all other Windows features that are required by DHCP Server.