title | description | ms.topic | ms.assetid | ms.author | author | manager | ms.date |
---|---|---|---|---|---|---|---|
bitsadmin getaclflags | Reference article for the bitsadmin getaclflags command, which retrieves the access control list (ACL) propagations flags. | reference | 99266def-7479-4430-a61c-98ec433fa88b | mosagie | robinharwood | mtillman | 10/16/2017 |
Retrieves the access control list (ACL) propagations flags, reflecting whether items are inherited by child objects.
bitsadmin /getaclflags <job>
Parameter | Description |
---|---|
job | The job's display name or GUID. |
Returns one or more of the following flag values:
o - Copy owner information with file.
g - Copy group information with file.
d - Copy discretionary access control list (DACL) information with file.
s - Copy system access control list (SACL) information with file.
To retrieve the access control list propagation flags for the job named myDownloadJob:
bitsadmin /getaclflags myDownloadJob