Forum Discussion
MudasarRashid
Jun 22, 2020Copper Contributor
Configuration profile state pending on some devices
Hi,
I have created a configuration profile in intune. This profile logs all users into Onedrive automaticaly when they sign into a windows 10 device. My test user logs in to 2 different devices. On one device, the profile works fine but not on the other one. The profile deployment status is pending. If I look under configuration profiles --> device status, I see some devices, where the deployment status is "Pending". I have noticed that all these devices have no "User Principal Name". This column is blank for alle the pending devices. See the attached image.
I have tried to manullay sync the computer and restart several times. That did not help.
What could be the reason for the missing "user principal name" and delpoyment status not chaning from "Pending".
Regards
Mudasar
- rahuljindal-MVPBronze ContributorWhat’s happening on the device side? Have you checked the event\intune logs?
- James SuttonCopper Contributor
MudasarRashid I have the same situation with a configuration profile and we cannot find the cause. Were you able to determine the issue or solution?
- Vadivelu_BalusamyIron ContributorWe also facing the same issue.
- MontyBrianCopper Contributor
Same thing, connected SCCM with Intune a few weeks back and have not been able to get a simple WiFi setup to push down - been in a "Pending" state since creating and assigning it.
- Thijs LecomteBronze ContributorWhen no UPN is filled in, this is because the device hasn't checked in yet.
Try to execute the following Powershell command:
Get-ScheduledTask | ? {$_.TaskName -eq ‘PushLaunch’} | Start-ScheduledTask
This should start a sync immediately- oryxwayIron ContributorI tried this but I do not see that the device is SYNCING and it is still showing PENDING
- a2c91g5sBrass ContributorAt least in my case, the device is checking in, but the particular configuration profile in question (for Edge) is not being deployed.
- Hi,
What error does it give you? Not applicable/ remediation failed or also still pending?