Tasks
Listing tasks
-
Viewing all tasks on the local machine. The output will be displayed in the raw format. Therefore, you will be able to see and use complete GUIDs of tasks.
acrocmd list tasks --output=raw
-
Viewing all running tasks on a remote machine.
acrocmd list tasks --host=192.168.1.2 --credentials=user1,pass1 --filter_state=running
Running a task
-
Starting execution of a task on the local machine.
acrocmd run task --id=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Stopping a task
-
Stopping execution of a task on a remote machine.
acrocmd stop task --host=srv1 --credentials="srv1\AMS user",pass1 --service=ams --address=192.168.1.2 --id=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Deleting a task
-
Deleting a task on the local machine.
acrocmd delete task --id=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX