- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
10-21-2021 11:23 AM
How do I run these commands with one command/automation?? (instead of one by one manually)
!taskComplete id=7
!taskComplete id=33 input=no
!taskComplete id=138 input=Spam
!taskComplete id=237 input=Spam
/incident_set phishingcategory=Spam incidentcategory="CAT 7 - Non Incident"
!closeInvestigation closeReason=Resolved closeNotes=Spam
01-31-2022 11:29 AM
I would do this with SLI.
You get a .yaml template for the command mass_ssh which allows you to input a list of CLI commands and the script will auto-run on the ngfw.
So whatever that yaml file is would be how you can run it on an NGFW at once. Bonus points with mass_ssh being, you could do this on all NGFWs at once, if you wanted.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!