Forum Discussion
Different between Windows Virtual Desktop and Client Application Assignments in Azure AD
- Aug 07, 2019Feffen : The primary reason is that we only use Azure AD app role / assignments for 1 action, and that's to create a tenant. Otherwise, because you can create numerous host pools and app groups, we handle end-user assignments through our own PowerShell and our own implementation.
sarahpotrick2573 : Can you run the following command to check the failed connections
Get-RdsDiagnosticActivities -TenantName <tenantName> -ActivityType Connection -Outcome Failure -Detailed
Then, you can look at each individually and expand their Errors property. You can do this by getting the exact ActivityId, then:
$activity = Get-RdsDiagnosticActivities -TenantName <tenantName> -ActivityId <activityId> -Detailed
$activity.Errors
Christian_Montoya After running the following powershell command, I get the following details
I am not able to understand what should i do next?
- Christian_MontoyaDec 20, 2019
Microsoft
sarahpotrick2573 : Did the users already reset their passwords? There needs to be at least one password reset so the password hashes sync down.
If so, you'll need to create a support ticket through the Azure portal so that our engineers can dive deeper to resolve.
- sarahpotrick2573Dec 20, 2019Copper ContributorOk. I will try resetting the password as well. If this works out well and good and also support is not available for wvd yet?
- Christian_MontoyaDec 27, 2019
Microsoft
sarahpotrick2573 : Actually, support is available for WVD. And you can file a ticket through the Azure portal. We also have some links from our docs site: https://docs.microsoft.com/azure/virtual-desktop/troubleshoot-set-up-overview