Bitsadmin /removeclientcertificate |
Applies To: Windows Server 2008,Windows Server 2008 R2
Removes the client certificate from the job.
Syntax
Copy Code |
|
bitsadmin /RemoveClientCertificate <Job> |
Parameters
Parameter |
Description |
Job |
The job's display name or GUID |
Examples
The following example removes the client certificate from the job named myJob.
Copy Code |
|
C:\>Bitsadmin /RemoveClientCertificate myJob |