Using CLI to send a Procedure group to a group of computers agents
search cancel

Using CLI to send a Procedure group to a group of computers agents

book

Article ID: 381302

calendar_today

Updated On:

Products

CA Client Automation - IT Client Manager CA Client Automation

Issue/Introduction

Send a SD Procedure Group to a group of agents via the command line.

Environment

CA Client Automation - All versions

Resolution

Run the following steps with the cadsmcmd command:

1. cadsmcmd jobContainer action=create name="Job_name"
 
2. cadsmcmd jobContainer action=addJob name="Job_name" group="Procedure_Group_name" compgrp="<group_to_send_to>" after=exacttime

3. cadsmcmd jobContainer action=seal name="Job_name" evaluate

4. cadsmcmd jobContainer action=activate name="Job_name"

Additional Information