You can run this on the target server: ✅ PowerShell Script: Audit for Domain Credential Usage…
Category: PowerShell
Migrate DHCP from Server 2012 R2 to Server 2019
Export-DhcpServer -File C:\DHCPdata.xml -Leases -Force -ComputerName old.network.local –Verbose Import-DhcpServer -File C:\DHCPdata.xml -BackupPath C:\DHCP\ -Leases -ScopeOverwrite -Force…