Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Windows Server 2008, Windows Server 2008 R2, Windows Vista
Retrieves the access control list propagations flags.
Syntax
bitsadmin /GetAclFlags <Job>
Parameters
| Parameter | Description |
|---|---|
Job |
The job's display name or GUID |
Remarks
Displays one or more of the following flag values:
O: Copy owner information with file.
G: Copy group information with file.
D: Copy DACL information with file.
S: Copy SACL information with file.
Examples
The following example retrieves the access control list propagation flags for the job named myDownloadJob.
C:\>bitsadmin /getaclflags myDownloadJob