Forum Discussion
When should devices update
For unmanaged devices, Microsoft is staggering the rollout. Typically the update should be available to all devices within a week to 10 days. Manually triggering the update check will overrule the staggering mechanism. The time frame is dynamically adjusted based on update adoption and diagnostic signals, so it may vary from month to month.
Have you had a look at Servicing Profiles? This is a way to offload updates to the OfficeCDN, not using ConfigMgr and still staying in the know as an admin. Read more.
Thks
- manoth_msftMar 16, 2021
Microsoft
No need to adjust the deadline.
If deadline is set to an integer (e.g. 5 days), it starts counting from the moment the client has downloaded the updates. So e.g. it will take 3 days before your client is in a wave of an update, then it downloads the update and saves the timestamp. Then it tries to apply the update. If it can't it will compare if "current time" is < "timestamp+deadline". If yes, it will wait for the next evaluation cycle (several times a day). If current time is past "time stamp + deadline", it will start to prompt the user and after ~2 days force the update. If it can apply the update in the mean time (e.g. during reboot), the prompts will stop.
If deadline is set to a date, the same overall process will apply, but a device downloading the udpate after your set deadline will basically immediately prompt the user for the first time (from this point on, again the user has ~2 days to accept the app reboot).