Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automation manager => Wake-on-lan #1839

Open
Abygail007 opened this issue Apr 16, 2024 · 4 comments
Open

automation manager => Wake-on-lan #1839

Abygail007 opened this issue Apr 16, 2024 · 4 comments

Comments

@Abygail007
Copy link

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
Copy link

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
Copy link
Author

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
Copy link

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
Copy link
Author

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 😄.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants