New-VBRPeriodicallyOptions
Short Description
Creates periodical schedule settings.
Applies to
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
New-VBRPeriodicallyOptions [-PeriodicallyKind <VBRPeriodicallyKinds> {Hours | Minutes | Continuously}] [-FullPeriod <int>] [-PeriodicallySchedule <VBRBackupWindowOptions>] [-HourlyOffset <int>] [<CommonParameters>] |
Detailed Description
This cmdlet creates an object containing periodical schedule settings. You can use this object to create a discovery schedule for a protection group. Veeam Backup & Replication performs a discovery operation according to this schedule: connects to computers of a selected protection group and gathers information about them.
To create a discovery schedule, run the New-VBRProtectionGroupScheduleOptions cmdlet.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
PeriodicallyKind | Specifies the type of periodical schedule settings:
| VBRPeriodicallyKinds | False | Named | True (ByValue, |
FullPeriod | Specifies the number of hours or minutes for the PeriodicallyKind parameter. Permitted values:
| Int | False | Named | True (ByProperty |
PeriodicallySchedule | Specifies the discovery window. The cmdlet sets the time period within which Veeam Backup & Replication is allowed to perform discovery operations for computers of a protection group. | Accepts the VBRBackupWindowOptions object. To get this object, run the New-VBRBackupWindowOptions cmdlet. | False | Named | True (ByProperty |
HourlyOffset | Used for adjusting the discover window start time. Specifies the number of minutes (1-59). Discovery operations will start at the hour set in the discovery window plus the indicated period (for example, at 8:30). | Int | False | Named | True (ByProperty |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Creating Periodical Schedule Settings
This command creates an object containing periodical schedule settings.
|
Example 2. Creating Discovery Schedule for Protection Group
This example shows how to create a discovery schedule for a protection group. Per this schedule, Veeam Backup & Replication will perform new computer discovery every 12 hours.
Perform the following steps:
|
Example 3. Applying Discovery Schedule to Protection Group
This example shows how to apply a discovery schedule to a protection group. Per this schedule, Veeam Backup & Replication will perform new computer discovery every 12 hours.
Perform the following steps:
|
Related Commands