Forum Discussion
bettynumb1
Jun 30, 2020Copper Contributor
Login to Manage WVD via Powershell not working
When I try this command:
Add-RdsAccount -DeploymentUrl "https://rdbroker.wvd.microsoft.com"
and login with my gmail credential which is owner of my Azure subscription, I get the message:
AADSTS50020: User account mailto:XXXXXX@gmail.com from identity provider live.com does not exist in tenant MS Azure Cloud and cannot access the application Windows Virtual Desktop Client in that tenant. The account needs to be added as an external user in the tenant first.
Can someone point me in the right direction?
Thanks.
bettynumb1 : You need to use Azure AD credentials. See the article here: https://docs.microsoft.com/en-us/powershell/module/windowsvirtualdesktop/Add-RdsAccount
2 Replies
Sort By
- evasseFormer Employee
bettynumb1 : You need to use Azure AD credentials. See the article here: https://docs.microsoft.com/en-us/powershell/module/windowsvirtualdesktop/Add-RdsAccount
- bettynumb1Copper Contributor
Thank you. I was confused by the fact that my global admin account in Azure AD wouldn't work. It's a @gmail.com account and I realized it was listed as a Microsoft Account. Once I created a new Azure AD Global Admin all was well.