jimmyt Posted January 8, 2017 Report post Posted January 8, 2017 Can anyone tell me how to join a Windows 10 device to Azure AD during an MDT build? The only what I can see of doing it is using the command below but not sure of how to pass the object and device id into the join https://docs.microsoft.com/en-us/powershell/azuread/v2/new-azureaddevice Quote Share this post Link to post Share on other sites More sharing options...
anyweb Posted January 8, 2017 Report post Posted January 8, 2017 that would only create a device in azure ad, not join it to azure ad domain, currently there's no cmdlet for it but you could create a user exit script that runs sysprep /oobe and then the user would see the OOBE experience to AzureAD join the device Microsoft is aware of this and is planning the ability soon, perhaps with Windows 10 creator update Quote Share this post Link to post Share on other sites More sharing options...
jimmyt Posted January 9, 2017 Report post Posted January 9, 2017 Thanks Niall Quote Share this post Link to post Share on other sites More sharing options...