Forum Discussion
thewilli
Dec 02, 2021Copper Contributor
AVD: Authentication fails for AAD user (but works for local admin)
I've setup a basic AVD scenario with a personal Host pool and single VM which was defined to be AAD joined. dsregcmd /status confirms it worked and the device shows up in AAD and MEM as joined. ...
- Dec 02, 2021check this link. It's mentioned here
https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/azure-virtual-desktop-azure-active-directory-join
You need to add a rdp property on the hostpool that has the session host in it
Dec 02, 2021
did you add the targetisaadjoined property in the advanced RDP properties. Without this it won't work.
- thewilliDec 02, 2021Copper ContributorI can't add anything in the web client, and neither when adding the feed URL to the RDP Client (or can I?)
- Dec 02, 2021check this link. It's mentioned here
https://docs.microsoft.com/en-us/azure/architecture/example-scenario/wvd/azure-virtual-desktop-azure-active-directory-join
You need to add a rdp property on the hostpool that has the session host in it- thewilliDec 02, 2021Copper Contributorthat resolved my issue, thank you very much!