A Windows Server 2012 administrator needs to migrate a DHCP server to a new server. Which PowerShell cmdlet exports the complete DHCP configuration including scopes, reservations, and options?
-
A
Export-DhcpServer -File C:\dhcp-backup.xml -Leases
-
B
Backup-DhcpServer -Path C:\dhcp-backup
-
C
Export-DhcpServer -ComputerName OldServer -File C:\dhcp.xml -Leases
-
D
Copy-DhcpServer -Source OldServer -Destination NewServer