Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 865 Bytes

File metadata and controls

41 lines (29 loc) · 865 Bytes
title description ms.topic ms.assetid ms.author author manager ms.date
bitsadmin setdescription
Reference article for the bitsadmin setdescription command, which sets the description of the specified job.
reference
1e46a5dd-4637-4a2e-b88f-d3f85b177db8
jgerend
JasonGerend
mtillman
10/16/2017

bitsadmin setdescription

Sets the description for the specified job.

Syntax

bitsadmin /setdescription <job> <description>

Parameters

Parameter Description
job The job's display name or GUID.
description Text used to describe the job.

Examples

To retrieve the description for the job named myDownloadJob:

bitsadmin /setdescription myDownloadJob music_downloads

Related links