Table of Contents
The bitadmin command getcreationtime retrieves the time to create the specified task. The command bitadmin getdescription retrieves the description of the specified task.
Bitsadmin getcreationtime command
Syntax
bitsadmin / GetCreationTime
Parameters
ParameterDescriptionJob Display name of the task or GUIDFor example
The following example retrieves the task creation time named myDownloadJob.
C:> bitsadmin / GetCreationTime myDownloadJob
Bitsadmin getdescription command
Syntax
bitsadmin / GetDescription
Parameters
ParameterDescriptionJob Display name of the task or GUIDFor example
For example, after the description access for the task named myDownloadJob.
C:> bitsadmin / GetDescription myDownloadJob
See more:
- The command bitadmin addfilewithranges in Windows
- Bitsadmin create command in Windows
- Bitsadmin complete command in Windows
5 ★ | 1 Vote