mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #1435] Client side update notifications. #2839
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#2839
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 @paynent on GitHub (Feb 14, 2023).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1435
Is your feature request related to a problem? Please describe.
From the looks of it there are just two options when pushing updates to clients. Don't reboot. Or reboot immediately after patching. Neither are good options when trying to keep things up to date.
Describe the solution you'd like
ConnectWise Automate(labtech) has a feature to where it will detect if a user is logged in and if not it will reboot. If a user is logged in you have the option to set a time where the machine will auto-reboot. and once patches are complete a pop-up will display telling a user that they have until x time to save their work and reboot for updates or it will be done for them. If they chose to delay it will then pop up say an hour later (or whatever you set it to) and repeat this process until the user chooses to reboot or the set time runs or no users are logged on.
IMO this is essential for any workstation patching.
Describe alternatives you've considered
I've looked at doing some work with PowerShell on this and I've got a somewhat okay thing going, but it requires multiple scripts and its not clean.
Additional context
Add any other context or screenshots about the feature request here.
@silversword411 commented on GitHub (Feb 15, 2023):
There is a script that will do the popup and notification with reboot request
github.com/amidaware/community-scripts@eaf62b855c/scripts_wip/Win_Toast_Reboot_Request.ps1However it is not integrated into the TRMM patching system at this time. This enhancement request should go on this issue (which I've done) which is our windows update rework tracking system https://github.com/amidaware/tacticalrmm/issues/1188