--- title: "Set-VBOJob" description: "This cmdlet modifies settings of a backup job. To modify settings, you need to enter the necessary parameters with new values. The parameters that you omit will remain unchanged." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/set-vbojob.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Data Backup > Backup Jobs > Set-VBOJob" dateModified: "2026-08-21" --- # Set-VBOJob ## Short Description Modifies settings of a backup job. ## Syntax This cmdlet provides the following parameter sets:
JobInfoParameterSet (Default)
AllItemsParameterSet
SpecificItemsParameterSet
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Description |
Specifies a description of the backup job. The cmdlet will replace the current description with the specified description. |
|
False |
Named |
False |
|
EnableExcludedOneDriveFolders |
Defines that a backup job will not back up the specified excluded OneDrive folders. Default: False |
|
False |
Named |
False |
|
EnableSelectedOneDriveFolders |
Defines that a backup job will back up the specified selected OneDrive folders. Default: False |
|
False |
Named |
False |
|
EntireOrganization |
Defines that a job will back up all objects of the organization. If you provide this parameter, the cmdlet will add all objects of the organization to the backup job. Otherwise, you must select objects that you want to back up. Default: False Note: The backup job will not back up objects, processed by other backup jobs. |
|
True |
Named |
False |
|
ExcludedItems |
Specifies an array of objects that the job will not back up. Note: You cannot exclude objects that have been specified for the Accepts the To get this object, run the |
False |
Named |
False |
|
|
ExcludedOneDriveFolders |
Specifies an array of OneDrive folders that a backup job will not back up. |
|
False |
Named |
False |
|
Job |
Specifies a backup job. The cmdlet will modify this job. Accepts the To get this object, run the |
True |
Named |
True (ByValue) |
|
|
Name |
Specifies a new name of a backup job. The cmdlet will replace the current name with the specified name. |
|
False |
Named |
False |
|
Repository |
Specifies a backup repository. Veeam Backup for Microsoft 365 will store backups created by a backup job you modify on this repository. The cmdlet will replace the current backup repository with the specified backup repository. Accepts the To get this object, run the |
False |
Named |
False |
|
|
RunJob |
Defines that a backup job will run right after you create it. If you provide this parameter, the job will start after you run the script. Otherwise, the cmdlet will create a backup job in the stopped status. Default: False |
|
False |
Named |
False |
|
SchedulePolicy |
Specifies schedule settings for a backup job. Accepts the To create this object, run the |
False |
Named |
False |
|
|
SelectedItems |
Specifies an array of objects that a job will back up. Accepts the To get this object, run the |
False |
Named |
False |
|
|
SelectedOneDriveFolders |
Specifies an array of OneDrive folders that a backup job will back up. |
|
False |
Named |
False |