New-VBRDailyOptions

Short Description

Creates new job daily schedule settings.

Applies to

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

New-VBRDailyOptions [-DayOfWeek <DayOfWeek[]>] [-Period <TimeSpan>] [-Type <VBRDailyOptionsType>]  [<CommonParameters>]

Detailed Description

This cmdlet creates the VBRDailyOptions object. This object contains job daily schedule settings. You can use this object to set job schedule.

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

Type

Specifies the job schedule type:

  • Everyday: the job will run every day.
  • WeekDays: the job will run Monday to Friday.
  • SelectedDays: the job will run on selected days. Use the DaysOfWeek parameter to set the days.

VBRDailyOptionsType

False

Named

False

DayOfWeek

Specifies the day of week when the job will run.

Default: Saturday.

DayOfWeek[]

False

Named

False

Period

Specifies the time when the job will start.

Default: 18:00.

TimeSpan

False

Named

False

<CommonParameters>

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

Output Object

VBRDailyOptions

Examples

New-VBRDailyOptionsExample 1. Creating Schedule for Every Friday

New-VBRDailyOptionsExample 2. Creating Schedule for Everyday

New-VBRDailyOptionsExample 3. Creating Schedule for Weekends

Page updated 6/12/2024

Page content applies to build 12.3.1.1139