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
check 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
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
thewilli
Dec 02, 2021Copper Contributor
that resolved my issue, thank you very much!