New-VBRProtectionGroupScheduleOptions
Short Description
Creates a discovery schedule.
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
New-VBRProtectionGroupScheduleOptions [-PolicyType <VBRProtectionGroupPolicyType>] [-DailyOptions <VBRDailyOptions>] [-PeriodicallyOptions <VBRPeriodicallyOptions>] [<CommonParameters>] |
Detailed Description
This cmdlet creates the VBRProtectionGroupScheduleOptions object representing a discovery schedule for a protection group. Per this schedule, Veeam Backup & Replication performs a discovery operation: connects to computers of a selected protection group and gathers information about them. After the discovery operation is complete, processed computers are recognized by Veeam Backup & Replication as discovered.
Run the Set-VBRProtectionGroupModifies protection groups. cmdlet to apply a discovery schedule to a protection group.
Run the Rescan-VBREntityRescans backup infrastructure components. cmdlet to discover computers manually.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
DailyOptions |
For daily schedule. Specifies daily schedule settings. The cmdlet will create the discovery schedule with these settings.
Accepts the |
False |
Named |
True (ByPropertyName) |
|
|
PeriodicallyOptions |
For periodical schedule. Specifies periodical schedule settings. The cmdlet will create the discovery schedule with these settings.
Accepts the |
False |
Named |
True (ByPropertyName) |
|
|
PolicyType |
Specifies the type of the discovery schedule:
The cmdlet will create the discovery schedule of this type. |
|
False |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRProtectionGroupScheduleOptions
Examples
Example 1. 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 discovery operations every Friday at 5 PM.
Perform the following steps:
|
Example 2. 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 discovery operations every Friday at 5 PM.
Perform the following steps:
|
Related Commands
New-VBRDailyOptionsCreates new job daily schedule settings.Get-VBRProtectionGroupReturns protection groups.Set-VBRProtectionGroupModifies protection groups.