Forum Discussion

RodMarten917's avatar
RodMarten917
Copper Contributor
Jun 18, 2024

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

  • MattR345's avatar
    MattR345
    Copper 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.  

  • 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

Resources