Hello,
Today I made a windows virtual desktop deployment. Everything went smoothly until browsed to the html5 landing page. It always gives this error:
It looks like your system administrator hasn’t set up any resources for <user> yet. Please choose a different account or try again. If you believe you have received this message in error, please contact your system administrator.
The pool is online, I added the users, but nothing seems to fix it.
I've tried the following:
Add-RdsAccount -DeploymentUrl "https://rdbroker.wvd.microsoft.com"
This logs me in with my azure ad account, but does nothing to fix the error.
I also have a azure ad domain services installed. My vnet and the vm are in the same virtual network.
I also tried this:
Add-RdsAppGroupUser <WVDTENANTNAME> <HOSTPOOLNAME> "Desktop Application Group" -UserPrincipalName USER@TENANT.onmicrosoft.com
But then I get the following error:
Add-RdsAppGroupUser : User is not authorized to query the management service.
ActivityId: c6ed4bc5-66bb-45bf-bd70-9092c540bb10
I just want all of my users to be able to login to a virtual device with admin rights and have office / teams ect.
Thanks!