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. ...
Thijs Lecomte
Bronze Contributor
When 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
Try to execute the following Powershell command:
Get-ScheduledTask | ? {$_.TaskName -eq ‘PushLaunch’} | Start-ScheduledTask
This should start a sync immediately
oryxway
Feb 22, 2023Iron Contributor
I tried this but I do not see that the device is SYNCING and it is still showing PENDING