mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #1839] automation manager => Wake-on-lan #1146
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#1146
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 @Abygail007 on GitHub (Apr 16, 2024).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1839
Hello !
Is your feature request related to an issue? Please describe.
I would like to master my computer park for updating Windows and software updates. I use powershell commands for this.
The problem is that I often have computers turn off when start my automation. ARF!
Describe the solution you want
Would it be possible in the automation manager to add the ability to program wake on lan? I think this will be done quite simply because wake-on lan is present and there is an automation manager.
Describe the alternatives you considered
For the moment I use .json commands which send requests to the "api" but the problem is that at the slightest computer deletion etc. I have to completely remodify my .json
It would be better to be able to integrate it into one or more groups.
Additional context
For example:
On Sunday:
a wake on lan at 10am.
Powershell for full antivirus scan at 10:15 a.m.
Powershell for windows update at 11am
Powershell for software update at 11:45 a.m.
Powershell to shut down.
@P6g9YHK6 commented on GitHub (Apr 16, 2024):
why not running a script sitewide that will make all the devices send the magic packet ? as long as one device is on it should be working.
it seems more "controled" to me than relying on the trmm api for this
https://www.pdq.com/blog/wake-on-lan-wol-magic-packet-powershell/
@Abygail007 commented on GitHub (Apr 16, 2024):
In my infrastructure, magic packets do not work. I have got a many different Vlans this causes problems. And internally "vlan", does not work well.
@P6g9YHK6 commented on GitHub (Apr 16, 2024):
While I do not claim to understand how trmm does a wakeonlan
my instinct would tell me that it is itself relying on a function of mesh that already does that and that function just sends magic packets left right and centre trough the agents, you will have the same issue then.
@Abygail007 commented on GitHub (Apr 17, 2024):
With the "trmm" it works really well without any problem. And then it would be simpler for management if it were natively integrated into the automation management 😄.