Bitsadmin /setaclflag |
Applies To: Windows Server 2008 R2,Windows Server 2008,Windows Vista
Sets the access control list propagations flags.
Syntax
Copy Code |
|
bitsadmin /SetAclFlags <Job> <Flags> |
Parameters
Parameter |
Description |
Job |
The job's display name or GUID |
Flags |
Specify one or more of the following flag values:
|
Remarks
The SetAclFlags command is used to maintain Owner and access control list information when a job is downloading data from a Windows (SMB) share.
Examples
The following example sets the access control list propagation flags for the job named myDownloadJob to maintain the owner and group information with the downloaded files.
Copy Code |
|
C:\>bitsadmin /setaclflags myDownloadJob OG |