Forum Discussion
Paul Shadwell
Jun 22, 2019Brass Contributor
User can't login to HostPool.
A new host pool has been created and I am able to login myself but when I add one of my users to to the AppGroup so they can see the desktop icon, they login and get an error message: Oops, we coul...
Deleted
Jun 22, 2019
Are you sure deployment did not fail a domain join?
Run below cmdlet to add Azure Active Directory user to the default desktop app group for the host pool.
PowerShell
Add-RdsAppGroupUser -TenantName <tenantname> -HostPoolName <hostpoolname> -AppGroupName "Desktop Application Group" -UserPrincipalName <userupn>
Thank you
Dav,
- Paul ShadwellJun 23, 2019Brass Contributor
Deleted Domain join succeeded. Deployment completed with no errors.
- Paul ShadwellJun 23, 2019Brass Contributor
Deleted Ah! that did the trick. I used the WebUI tool to add the user but it seems this is not working yet.