New-VBRProtectionGroupScheduleOptions
Short Description
Creates a discovery schedule.
Applies to
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
New-VBRProtectionGroupScheduleOptions [-PolicyType <VBRProtectionGroupPolicyType> {Daily | Periodically}] [-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-VBRProtectionGroup cmdlet to apply a discovery schedule to a protection group.
Run the Rescan-VBREntity cmdlet to discover computers manually.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
PolicyType | Specifies the type of the discovery schedule:
The cmdlet will create the discovery schedule of this type. | VBRProtectionGroupPolicyType | False | Named | True (ByValue, |
DailyOptions | For daily schedule. Specifies daily schedule settings. The cmdlet will create the discovery schedule with these settings. | Accepts the VBRDailyOptions object. To create this object, run the New-VBRDailyOptions cmdlet. | False | Named | True (ByProperty |
PeriodicallyOptions | For periodical schedule. Specifies periodical schedule settings. The cmdlet will create the discovery schedule with these settings. | Accepts the VBRPeriodicallyOptions object. To create this object, run the New-VBRPeriodicallyOptions cmdlet. | False | Named | True (ByProperty |
<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