mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #458] Patches and Windows Update show different status and content #2226
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#2226
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @itsdaveit on GitHub (Apr 30, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/458
Server Info (please complete the following information):
Installation Method:
Agent Info (please complete the following information):
Describe the bug
Windows Updates lists 7 Updates to be installed, but in the Patches view only 2 are pending.
Some of the updates which windows update sees as pendig, are shown as installed in TacticalRMM
Some Updates seen in in Windows are not shown at all in tactical.
I see this behaviour on mutiple clients.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Lists should be in sync
@wh1te909 commented on GitHub (May 1, 2021):
Hi, the agent uses the windows update API to manage updates, which is a bit different than what the new windows settings GUI uses so yea they're not always gonna be in sync, not something I have control of that would be up to MS to fix.
I've got some agent updates coming soon to essentially disable auto update and stuff and just use the windows update API and when that happens they're definitely not gonna be in sync. I've seen similar behavior with other rmm's that also use the win update api.
@itsdaveit commented on GitHub (May 1, 2021):
Thanks for your Information. Might be interesting to others also. Keep up the great Work!