The bitsadmin getaclflags command retrieves the propagation propagations of the access control list.
The bitsadmin getbytestotal command retrieves the size of the specified task.
The bitsadmin command getaclflags
Syntax
bitsadmin / GetAclFlags
Parameters
ParameterDescriptionJob Display name of the task or GUIDNote
The command displays one or more of the following flag values:
O: Copy the owner information associated with the file.
G: Copy the group information associated with the file.
D: Copy the DACL information that came with the file.
S: Copy the SACL information that came with the file.
For example
The following example accesses the propagations flag for the access control list for the job named myDownloadJob.
C:> bitsadmin / getaclflags myDownloadJob
Bitsadmin getbytestotal command
Syntax
bitsadmin / GetBytesTotal
Parameters
ParameterDescriptionJob Display name of the task or GUIDFor example
The following example retrieves the size of the task named myDownloadJob.
C:> bitsadmin / GetBytesTotal myDownloadJob
See more:
- Bitsadmin complete command in Windows
- Bitsadmin create command in Windows
- Bitsadmin cancel command in Windows