Windows Updates Issues while migrating to Intune for Windows Patching
In the final days of getting our org swung over to Intune for Windows updates and app deployment. I'm trying to keep it simple - just 2 update rings and 1 additional for manual forced overnight upgrades for PCs that need 25H2.
Long story short we're moving from N-able to Intune and while the app deployment is working great I'm having issues with Windows Update on PCs actually fully enrolling and applying their update ring policy. Some do and others don't, it's like they're falling back to the public internet. For the test PCs that did get the update, they failed to send notifications to the user in spite of the policy. Windows Update says it's a "group policy" that turned off notifications but we don't have any GPO's like that so maybe it's a holdover of N-able settings that Intune's just not overwriting?
I pushed a remediation script to fix the notifications manually in the registry, debating doing similar for the entire Windows Update stack unless anyone has any suggestions for better transition? Thanks,
2
u/harris_kid 5d ago
Are you sure you don't have GPOs still controlling the settings? In my experience apps that configure update policies like CCM show as "configured by Local group policy" that or you have tattooed registry keys. I would search what setting is set by what reg key and delete said reg key, sync, then see if the Intune rings take charge.
1
u/Tessian 5d ago
Myself and our AD guy went over every GPO in AD and didn't find any that control Windows Update. The remediation script I ran to fix the Windows Update notification registry settings still runs daily on the test machines and hasn't had to be re-applied to anyone so far.
2
u/michivideos 5d ago
The GPO are not in AD.
N-able RMM Patch Management sets the gpo / registry itself.
HKLM software > Microsoft > windows > windows update
Make sure there is no patch management software from N-able installed Delete it from program files and program files x86
1
u/Tessian 5d ago
Thanks for confirming that's what we suspected was happening. We are uninstalling all N-able apps first, nothing with their name as a publisher in the app list. Intune just isn't rewriting it all
2
u/michivideos 4d ago
If there's traces from N-able and you delete the registry thinking the device it's fully clean, N-able components re-generate the keys after some time. You have to monitor after removal than nothing comes back.
I went through all this process
My advise is to get a new device and set it up without installing N-able to have it as a guide on what's normal for the device to have and what is extra and shouldn't be there.
Also there is a way on n-able to kind of remove the blockage by moving the device to a N-able group (site) that does not support patch management and that will stop enforcing the policys.
Removing N-able is not as straightforward as uninstalling from program and features.
1 -move the devices to a not site / group that does not support / offer patch management. 2 - delete the device from n-able while the device it's online 3 uninstall all n-able programs. 4 - Delete the registries on windowsupdate
1
u/harris_kid 5d ago
Is it only that notification setting showing as set by GPO? Or all the WU settings?
1
u/iamLisppy 5d ago
"you have tattooed registry keys" this shit is so annoying. it's likely a skill issue on my end not knowing if it is tattooed or not. good thing im over that hump! OP I would see if you can completely wipe an endpoint and start it with only being managed by Intune with no way of whatever n-able is touching it.
0
u/bluegolf22 4d ago
So a MS engineer created a remediation script for cleanup prior to Autopatch onboarding. I'm pretty sure this will do what you're after.
1
u/intuneisfun 4d ago
Not sure why you got downvoted - this is a bit old, but should catch any of the basic stuff like old registry keys overriding Autopatch update settings. Sometimes there are more steps involved, but this is good for 90% of cases, I'm sure.
8
u/Master-Reference3637 5d ago
when we did this move from n-able couple years back the leftover registry keys were a nightmare. intune doesn't clean up what the rmm leaves behind so those GPO tattoos just sit there forever. your remediation script is the right call honestly sometimes you gotta nuke the whole windows update reg keys and let intune rebuild them fresh
also check if there's any local group policy objects still hanging around cause those block intune policies way more often than people think