Forum Discussion
Windows Virtual Desktop Announcements at Microsoft Ignite
Anders Jensen Nah, Azure ADDS works too -- the issue is that essentially, this is just an lite version of an on-prem AD environment. There's still servers behind the scenes, and there's quite a bit of expected functionality that doesn't work -- things like OU structure, etc.
So again, organizations that have bought into cloud-only infrastructure, essentially have to spin up some kind of on-prem infrastructure, whether it's AD using Azure IaaS servers, or using Azure ADDS. This really defeats the purpose -- I should be able to use Azure AD only to handle WVD VMs. Just like any other user device can straight join Azure AD.
Sorry Quentin, I misread your post. Of course AADDS is supported, I thought you meant AAD.
- johnjjohnMar 11, 2021Iron Contributor
Anders Jensen Could you elaborate on this configuration? I have something very similar, cloud only tenant with Intune as the MDM. My goal is stay cloud only and have the WVD session hosts AAD domain joined and managed by Intune. I've tried using AADDS without great luck; The POC has a VM within the WVD host pool and it will join the AADDS domain, but the VM is not listed in AAD nor Intune. So, based on your comment I'm hoping there is a step I'm missing in order to get the VM shown in AAD as domain joined.
I've also gone done the path of spinning up a VM as a DC for a new AD domain, installed AADC and performed a sync to my AAD. Using this method I'm able to Hybrid Azure AD domain join a VM from the WVD host pool, and use GPO to push Intune enrollment to my AAD tenant, BUT I don't have a way to sync user accounts from my cloud only tenant down to this transitionary AD Domain so users can login using their AAD creds.
- Anders JensenApr 07, 2021Brass Contributor
Sorry for the late reply.
We set up an Azure VM (or 2 for HA) hosting the ADDS role.
This ADDS is used for domain joining the WVD session hosts as we don't want to use AADDS for this.Bear in mind that you need to change the DNS server settings for the vNET hosting your session hosts to point to the ADDS servers before domain joining WVD SHs.
I'm not using Intune but I've heard that managing WVD session hosts using Intune should be under way / already here.
So basically it's an old skool ADDS setup, just on Azure VMs with Azure AD Connect syncing AD objects to Azure AD.