Bitsadmin /getnotifycmdline
Applies To: Windows Server 2008, Windows Server 2008 R2, Windows Vista
Retrieves the command-line command that is ran when the job finishes transferring data.
Syntax
bitsadmin /GetNotifyCmdLine <Job>
Parameters
Parameter | Description |
---|---|
Job |
The job's display name or GUID |
Examples
The following example retrieves the command-line command used by the service when the job named myDownloadJob completes.
C:\>bitsadmin /GetNotifyCmdLine myDownloadJob