--- title: "VBRPeriodicallyOptions" description: "Contains periodically schedule settings for performing discovery operations in a protection group. Property Type Description VBRPeriodicallyKinds Periodically schedule type: int The number of hours or minutes: VBRBackupWindowOptions The discovery win" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrperiodicallyoptions.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRPeriodicallyOptions" dateModified: "2026-08-19" --- # VBRPeriodicallyOptions Contains periodically schedule settings for performing discovery operations in a protection group. ## Properties

Property

Type

Description

PeriodicallyKind

VBRPeriodicallyKinds

Periodically schedule type:

  • Hours
  • Minutes
  • Continuously

FullPeriod

int

The number of hours or minutes:

  • Hours: 1, 2, 3, 4, 6, 8, 12, 24.
  • Minutes: 1-999.

PeriodicallySchedule

VBRBackupWindowOptions

The discovery window.

HourlyOffset

int

The exact time when the discovery window starts.

## Related Commands - [`New-VBRPeriodicallyOptions`](new-vbrperiodicallyoptions.md) - [`New-VBRBackupWindowOptions`](new-vbrbackupwindowoptions.md)