How to join Windows 10 to Azure AD with powershell script ? This is possible to do it with GUI: http://anoopcnair.com/wp-content/uploads/2015/07/Windows-10-RTM-Azure-AD-Join-1.png
I found that there are two powershell modules:
- Install-Module AzureAD
- Install-Module MSOnline
But do not know how to use them to connect to AAD
Any idea?
Thanks