Set-VSBJobScheduleOptions (obsolete)

Short Description

Applies customized job scheduling options to a selected SureBackup job.

Note

This cmdlet is obsolete. The cmdlet will still work but may not be supported in further versions.

Applies to

Platform: VMware, Hyper-V

Product Edition: Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Set-VSBJobScheduleOptions -Job <CSbJob> -Options <ScheduleOptions> [-WarningAction <ActionPreference>] [-WarningVariable <String>]  [<CommonParameters>]

Detailed Description

This cmdlet applies customized scheduling options to a selected SureBackup job.

To customize the scheduling options you need to first run the New-VBRJobScheduleOptions cmdlet. The New-VBRJobScheduleOptions returns the ScheduleOptions object containing the set of default scheduling options. You can customize any of these options and apply further to any kind of jobs.

Run the Set-VBRJobScheduleOptions cmdlet to set scheduling options of backup, replication or copy job.

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

Job

Specifies the array of the SureBackup jobs. The cmdlet will apply the schedule settings to these jobs.

Accepts the CSbJob object. To get this object, run the Get-VSBJob cmdlet.

True

1

True (ByValue,
ByProperty
Name)

Options

Specifies the SureBackup job schedule options you want to apply.

Accepts the ScheduleOptions object. To get this object, run the New-VBRJobScheduleOptions cmdlet.

True

2

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Examples

Set-VSBJobScheduleOptions (obsolete)Example 1. Applying Scheduling Options to SureBackup Jobs [Using Pipeline]

Set-VSBJobScheduleOptions (obsolete)Example 2. Applying Scheduling Options to SureBackup Jobs [Using Variable]

Related Commands

Page updated 3/11/2024

Page content applies to build 12.3.0.310