Skip to content

Tasks scheduling

Michele Cisternino edited this page Feb 13, 2018 · 1 revision

What is scheduling?

What's "Scheduling"? The idea is to store commands for the target to the database so he can run them once online. Scheduling can be very usefull if the target is offline and you do not know when it will reconnect.

Schedule a task

  1. Enter targets to see the list of targets and their respective IDs
  2. Enter select target ID_HERE to select the target you want to schedule commands
  3. Enter schedule COMMAND_HERE to schedule a command for the selected target

View the command queue

  1. Select the target with select target ID_HERE
  2. Enter queue

Delete the queue

  1. Select the target with select target ID_HERE
  2. Enter flush queue

View the results

When the user will be back online will execute the commands in the queue and results will be stored in the history. To view the history you have to:

  1. Select target with select target ID_HERE
  2. Enter history

screen