Bitsadmin /getvalidationstate

 

Applies To: Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows 8

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

Command-Line Syntax Key