Forum Discussion
Almost all devices show as Not Applicable in update rings
Currently almost all devices in our environment show not applicable in the standard windows update ring. Newly added devices seem OK.
We previously used GPOs to push update settings. As this was conflicting with the Intune settings, we disabled the GPOs. Around that time (not sure exactly) our devices began showing not applicable for an update ring they were good with previously.
Anyone seen this/have any ideas?
7 Replies
- MattR345Copper Contributor
Hello.
I've run into a very similar issue. Deleting reg keys had no effect.
I don't like this as a fix, but did you try setting up a config policy that disables 'Update Safeguards'? It's under WUfB. I've tried it on one machine and it worked...I'm not crazy about pushing it out to the hundreds of machines in this state.
- AhuntsicPackagerCopper Contributor
Found the problem, it was SCCM workloads causing the issue.
- gpo... lingering settings :).. did you checked this folder on those problem devices?
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
If that one exists I would just clear out the trash in it 🙂
$registryPath = "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU"
Remove-Item -Path $registryPath -Recurse- RodMarten917Copper Contributor
Rudy_Ooms_MVP Tried that. No effect. Been working with MS for a while. Not making progress. It's odd that new machines work fine. Older ones are OK too. Just the ones that were used when we pulled the GPOs seem to be affected. It seems like in pulling those GPOs removed some key that was need for Intune update.
could you share maybe a bit more what you already tryed… otherwise we could do alot of guessing. 🙂
for example…