Applies To: Windows Server 2008 R2,Windows Server 2008
Reports the content validation state of the given file within the job.
Syntax
Copy Code | |
|---|---|
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.
Copy Code | |
|---|---|
C:\>bitsadmin /GetValidationState myJob 1 | |





