Forum Discussion
BrianPitt
Apr 30, 2020Brass Contributor
Azure AD Joined via PowerShell - Possible?
Is it possible to use PowerShell to join a non regular domain device to Azure AD as AzureAD Joined?
I have been looking around the web and cant seem to find anything about it, most say you cant do it, but wanted to ask to be sure.
Thanks,
2 Replies
- Thijs LecomteBronze ContributorYOu could create a provisioning package (https://docs.microsoft.com/en-us/mem/intune/enrollment/windows-bulk-enroll) and execute it through PS (https://docs.microsoft.com/en-us/powershell/module/provisioning/install-provisioningpackage?view=win10-ps)
There is no other way to my knowledge You might be able do use "dsregcmd /join", although there's not much actual documentation on the executable.