Bitsadmin /setdescription
Published: April 17, 2012
Updated: April 17, 2012
Applies To: Windows 8, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Vista
Sets the description of the specified job.
bitsadmin /SetDescription <Job> <Description>
| Parameter | Description |
|---|---|
|
Job |
The job's display name or GUID |
|
Description |
Text used to describe the job. |
The following example retrieves the description for the job named myDownloadJob.
C:\>bitsadmin /SetDescription myDownloadJob "Music Downloads"
