mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #1846] Add the option to logoff users #3095
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#3095
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 @P6g9YHK6 on GitHub (Apr 17, 2024).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1846
Is your feature request related to a problem? Please describe.
Current it is not possible to logoff a user session from anywhere,
Describe the solution you'd like
a dedicated function that would list all the users currently logged on a device and allow to either log them off or fully close the session. just like the windows task manager allows to do.
Describe alternatives you've considered

currently banging my head on a script to do this but i trully think this is an innapropriate solution for this kind of muindain task.
@victorvs0uz4 commented on GitHub (Sep 30, 2024):
You can use the "send command" function together with the "quser" command, it will list all logged in users, then you can force logoff the user according to the ID. For example: logoff 3 (if the user in question is ID 3)