Cloud Desktop Re-added to Host Pool but Failing Domain Checks

Nicholas Trevizan 25 Reputation points
2025-03-28T19:57:15.27+00:00

Hi All,

I have a machine in the cloud that was deleted by someone else (I swear) and I need to get it back. A cloud machine was deleted and has been re-added to the Host Pool, but users are unable to connect due to errors. The Health Check Status shows the following issues:

  • DomainJoinedCheck Failed This health check verifies that the session host is joined to a domain. If this check fails, it is fatal, and no connections will succeed. To solve this, join the virtual machine to a domain. Learn more
  • DomainTrustCheck Failed Learn more

The machines are managed by Intune and are currently not connected to a domain (they are all under WORKGROUP). Any suggestions on how to resolve these errors? It is assumed that resolving these issues will allow the VM to function properly. Thank you in advance.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,698 questions
{count} votes

Accepted answer
  1. chrischin 915 Reputation points Microsoft Employee
    2025-04-07T19:54:11.9366667+00:00

    Leave out my less than and greater than symbols:

    Set-AzVMExtension -ResourceGroupName "RG-UAT-AVD" -VMName "INT-DEVEL-14" -Name "AADLoginForWindows" -Location "eastus" -Publisher "Microsoft.Azure.ActiveDirectory" -Type "AADLoginForWindows" -TypeHandlerVersion "2.2"
    

1 additional answer

Sort by: Most helpful
  1. Nicholas Trevizan 25 Reputation points
    2025-03-31T14:49:51.4166667+00:00

    Hi @Mounika Reddy Anumandla ,

    Once I go to the "Access work or school" there is no option to connect the Entra ID. Please see below, thank you.

    User's image

    1 person found this answer helpful.
    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.