Forum Discussion
lancehietpas
Jan 22, 2023Copper Contributor
Update sub status No Heartbeat
Hi There, I have a few workstations using Autopach that have an Active status, but are returning that they are not up to date and have no heartbeat. Does anyone know why this is happening and h...
- May 02, 2023
Chris_Tulip We found that automatic updates were not enabled on those computers, so we pushed out the below poweshell on the problem computers to fix the issue.
Set-ItemProperty HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU -Name NoAutoUpdate -Value 0
Chris_Tulip
Microsoft
May 02, 2023Hey Lance, I think what Francesca22222 said is a great start and if you're still experiencing issues please don't hesitate to raise a case with the Team.
That said, we've just launched a new preview set of quality and feature reporting which better categorizes update failures and attempts to provide more detailed actions and resolution steps. Would love to get feedback on that experience and if it's meeting your needs!
That said, we've just launched a new preview set of quality and feature reporting which better categorizes update failures and attempts to provide more detailed actions and resolution steps. Would love to get feedback on that experience and if it's meeting your needs!
lancehietpas
May 02, 2023Copper Contributor
Chris_Tulip We found that automatic updates were not enabled on those computers, so we pushed out the below poweshell on the problem computers to fix the issue.
Set-ItemProperty HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU -Name NoAutoUpdate -Value 0