VM is not getting connected to domain

Heena Dudeja 5 Reputation points
2023-06-16T12:11:50.8033333+00:00

We have created a domain service using the admin account of our organisation and then created a virtual machine using one of the user account of the same organisation. Now we are not be able to connect to the domain with the virtual machine. Now when we are changing the configuration of VM from workgroup to registered domain, it's showing us an error of "Domain could not be contacted" Screenshot enclosed here.MicrosoftTeams-image.png

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,583 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,838 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-06-16T12:20:51.6533333+00:00

    Please run;

    Dcdiag /v /c /d /e /s:%computername% >C:\dcdiag.log (run on PDC emulator)
    repadmin /showrepl >C:\repl.txt (run on any domain controller)
    ipconfig /all > C:\%computername%.txt (run on EVERY domain controller)
    ipconfig /all > C:\problemworkstation.txt (run on problem pc)

    Also check the domain controller System and Replication (DFS or FRS) event logs for errors since last boot. Post the Event Source and Event IDs of any found. (no evtx files)

    then put unzipped text files up on OneDrive and share a link.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.