bitsadmin setvalidationstatebitsadmin setvalidationstate
Legt den Inhalts Überprüfungs Zustand der angegebenen Datei innerhalb des Auftrags fest.Sets the content validation state of the given file within the job.
SyntaxSyntax
bitsadmin /setvalidationstate <job> <file_index> <TRUE|FALSE>
ParameterParameters
ParameterParameter | BESCHREIBUNGDescription |
---|---|
AuftragJob | Der Anzeige Name oder GUID des Auftrags.The job's display name or GUID. |
file_indexfile_index | Beginnt bei 0.Starts at 0. |
TRUE oder FALSETRUE or FALSE | True schaltet die Inhalts Überprüfung für die angegebene Datei ein, während false Sie deaktiviert.TRUE turns on content validation for the specified file, while FALSE turns it off. |
BeispieleExamples
So legen Sie den Status der Inhalts Überprüfung von Datei 2 für den Auftrag mydownloadjobauf true fest:To set the content validation state of file 2 to TRUE for the job named myDownloadJob:
bitsadmin /setvalidationstate myDownloadJob 2 TRUE