POWERSHELL Force dns registration on remote computers 6th April 2020 / ([WMIClass]"\\Computer-Name\ROOT\CImv2:Win32_Process").Create("cmd.exe /c ipconfig /registerdns") New-CimSession -ComputerName computer-name | Register-DnsClient