Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Retrieves the access control list (ACL) propagations flags, reflecting whether items are inherited by child objects.
Syntax
bitsadmin /getaclflags <job>
Parameters
| Parameter | Description |
|---|---|
| job | The job's display name or GUID. |
Remarks
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.
Examples
To retrieve the access control list propagation flags for the job named myDownloadJob:
bitsadmin /getaclflags myDownloadJob