Hyper-V VM was repaired and will now boot but, can only login locally cause the loss of trust to the domain

Mark Green 1 Reputation point
2022-12-15T11:54:55.337+00:00

I have a Physical host running 2019 Windows Server with a half dozen Virtual Machines attached to it. I believe that two of the hosts went through updates last evening and were hard down this past morning. 1 of 2 host were 'repaired' with the help of MS support. The VM went from going directly into automatic repair mode to post repair where it is now trying to boot but just "spinning"

Just now got it to actually boot but, now I'm having domain trust issues and can only login locally.

Any help?

Windows for business | Windows Client for IT Pros | Storage high availability | Virtualization and Hyper-V
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Anonymous
    2022-12-15T13:47:17.873+00:00

    You could try

    Test-ComputerSecureChannel -Repair  
    

    otherwise simply rejoin the domain.

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    1 person found this answer helpful.

  2. Limitless Technology 44,776 Reputation points
    2022-12-16T08:46:17.017+00:00

    Hello

    Thank you for your question and reaching out. I can understand you are having query\issues related to VM Trust relationship.

    This can be happened due to Windows updates , Please try to uninstall recent Windows updates, if there is still issue. Please Disjoin and Rejoin to AD Domain.

    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

  3. Anders Jensen 106 Reputation points
    2022-12-18T09:30:49.393+00:00

    Hi.
    Try running Get-NetConnectionProfile and see which profile applies to your network adapter.
    If it's public, set it to private. You're not able to set it to DomainAuthenticated, this will happen automatically when Windows detects it is actually joined.
    Reboot computer, then run Test-ComputerSecureChannel -Repair
    If it fails, rejoin to domain, but check NetConnectionProfile (and set to private if needed) before doing so.

    0 comments No comments

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.