Forum Discussion
deep_gagan
Apr 04, 2022Copper Contributor
enroll azure ad joined devices into intune without user intervention and manual settings
Hi, is there any possibility to enroll azure ad joined devices into Intune without any user intervention and manually setting. Suppose there are 1000 azure ad joined devices on remote location, how c...
deep_gagan
Apr 04, 2022Copper Contributor
Hi Rudy_Ooms_MVP thanks for reply
Yes, those users are local admin and all the prerequisite are completed for enrollment.
From your suggested methods I think the third method will be suitable for bulk enrollment but how can I execute that PowerShell script on multiple devices at one time because it will be very time consuming and frustrating to execute this script on 1000 or more devices.
Apr 04, 2022
Hi
Assuming you don't have an additional RMM tool? You could convert this powershell script to a nice executable... zip it and email it to your end users?
Tell them to unzip it and double click on it
- deep_gaganApr 04, 2022Copper ContributorOkay, I will try this tool. But, I am thinking to deploy this PowerShell script through cloud shell (from azure portal). I don't know it is possible or not and will be successful but if it works, there will be zero interference of users.
- Mr_HelaasApr 05, 2022Iron ContributorHi,
You can take a look at remote PowerShell.
https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/enable-psremoting?view=powershell-7.2
Kind regards,
René