Forum Discussion
VINOD KUMAR
Feb 19, 2019Copper Contributor
Powershell - Intune
We are trying to test the powershell script deployments to windows 10 1809 devices through Intune. But nothing happens. The device is Hybrid AD joined and also SCCM Co-managed (Part of Pilot Intune w...
Feb 25, 2019
Hi,
most of the time the issue is that the device was not auto-enrolled in Intune and therefore the Agent install is not triggered. See also official documentation here: https://docs.microsoft.com/en-us/intune/intune-management-extension#issue-intune-management-extension-doesnt-download
Issue: Intune management extension doesn't download
Possible resolutions:
-
Be sure the devices are auto-enrolled in Azure AD. To confirm, on the device:
- Go to Settings > Accounts > Access work or school.
- Select the joined account > Info.
- Under Advanced Diagnostic Report, select Create Report.
- Open the
MDMDiagReport
in a web browser, and go to the Enrolled configuration sources section. - Look for the MDMDeviceWithAAD property. If this property doesn't exist, then your device isn't auto enrolled.
Enable Windows 10 automatic enrollment includes the steps.
best,
Oliver