New-VBRPeriodicallyOptions
Short Description
Creates periodical schedule settings.
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
New-VBRPeriodicallyOptions [-PeriodicallyKind <VBRPeriodicallyKinds>] [-FullPeriod <Int32>] [-PeriodicallySchedule <VBRBackupWindowOptions>] [-HourlyOffset <Int32>] [<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-VBRProtectionGroupScheduleOptionsCreates a discovery schedule. cmdlet.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
FullPeriod |
Specifies the number of hours or minutes for the Permitted values:
|
|
False |
Named |
True (ByPropertyName) |
|
HourlyOffset |
Used for adjusting the discover window start time.
Specifies the number of minutes ( |
|
False |
Named |
True (ByPropertyName) |
|
PeriodicallyKind |
Specifies the type of periodical schedule settings:
|
|
False |
Named |
True (ByPropertyName, ByValue) |
|
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 |
False |
Named |
True (ByPropertyName) |
<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
New-VBRProtectionGroupScheduleOptionsCreates a discovery schedule.Get-VBRProtectionGroupReturns protection groups.Set-VBRProtectionGroupModifies protection groups.