Forum Discussion
Paul Shadwell
Jun 22, 2019Copper 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 Shadwell
Jun 23, 2019Copper Contributor
Deleted Domain join succeeded. Deployment completed with no errors.