jobtemplate remove

Removes all access control entries (ACEs) for the specified user or group from the access control list (ACL) for the specified job template.

For examples of how to use this command, see Examples.

Syntax

jobtemplate remove <job_template_name> <domain>\<user_name>   
[/scheduler:<name>]  
  
jobtemplate remove {/? | /help}  

Parameters

Parameter Description
<job_template_name> Specifies the name of the job template for which you want to remove ACEs from the ACL.
<domain>\<user_name> Specifies the domain and user name for the account for which you want to remove ACEs from the ACL for the job template.
/scheduler:<name> Specifies the host name or IP address of the head node for the cluster that contains the job template. The value must be a valid computer name or IP address. If you do not specify the /scheduler parameter, this command uses the scheduler on the head node that the CCP_SCHEDULER environment variable specifies.
/? Displays Help at the command prompt.
/help Displays Help at the command prompt.

Remarks

Only users who have Modify permissions on the job template can set permissions on the template.

Examples

To remove all of the ACEs for a user with a user name of someone in the CONTOSO domain from the ACL for the job template named MyJobTemplate, use the following command:

jobtemplate remove MyJobTemplate CONTOSO\someone  

Additional references