ideally this happens when you clone a VM or a 2 VM have same name connected to a single AD
steps rename the new server and restart
- log on as local admin using .\administrator and password
- open PowerShell as in run as administrator mode
- $credential = Get-Credential – (enter domain admin account when prompted)
- in an other command propmpt try to get the AD name using nbtstat –a target ip or ping –a target IP
- Reset-ComputerMachinePassword –Server [ClosestDomainControllerNameHere]
- enjoy :