Backing up all DHCP Servers in a domain via PowerShell

The DHCP PowerShell script will dump the “raw” DHCP data to a text file for each Active Directory-aware DHCP server. The file is saved to “C:\DHCP-Backup\SERVERNAME-YYYYMMDD.txt.” This can be easily changed within the last few lines of the script itself. ########################################################## # Get-DHCPServerBackup.ps1 #——————————————————— # Author: Kevin M. Sparenberg # Revision History: # 1.0 – … Read more