Reports the content validation state of the given file within the job.

Syntax

bitsadmin /GetValidationState <Job> <file index> 

Parameters

Parameter Description

Job

The job's display name or GUID

File index

Starts from 0

Examples

The following example gets the content validation state of file 2 within the job named myJob.

C:\>bitsadmin /GetValidationState myJob 1

Additional references