hpccred delcreds

Deletes the cached credentials for a specified user that the HPC Job Scheduler Service uses to submit jobs.

Note

This subcommand was introduced in HPC Pack 2008 R2 with Service Pack 2 (SP2).

Syntax

hpccred delcreds [/scheduler:<name>] [/user:<domain>\<user_name>]  
  
hpccred delcreds {/? | /help}  

Parameters

Parameter Description
/scheduler:<name> Specifies the host name or IP address of the head node for the cluster for which you want to delete the credentials that are used for job submission. 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.
/user:<domain>\<user_name> Specifies the user for whom you want to delete the cached credentials that the HPC Job Scheduler Service uses to submit jobs.
/? Displays Help at the command prompt.
/help Displays Help at the command prompt.

Examples

To delete the credentials for the user with a user name of someone in the CONTOSO domain from the cached credentials that the HPC Job Scheduler Service uses to submit jobs, use the following command:

hpccred delcreds /user:CONTOSO\someone  

Additional references