This is an archive version of the document. To get the most up-to-date information, see the current version.

New-VBRApplicationGroupStartupOptions

Short Description

Creates VM startup settings for staged restore.

Applies to

Product Edition: Enterprise, Enterprise Plus

Syntax

New-VBRApplicationGroupStartupOptions -MaximumBootTime <int> -ApplicationInitializationTimeout <int> -MemoryAllocationPercent <int> [-HeartbeatCheck] [-PingCheck]  [<CommonParameters>]

Detailed Description

The cmdlet creates the VBRApplicationGroupStartupOptions object that contains VM startup settings for staged restore.

Run the Start-VBRRestoreVM cmdlet to restore VMware VMs with the staged restore option.

Run the Start-VBRHvRestoreVM cmdlet to restore Hyper-V VMs with the staged restore option.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

MaximumBootTime

Specifies the period that is required for VMs to boot.

Default: 600 sec.

True

Named

False

ApplicationInitializationTimeout

Specifies a timeout required to initialize applications on VMs.

Default: 120 sec.

True

Named

False

MemoryAllocationPercent

Specifies the amount of memory that you want to pre-allocate to VMs when these VMs start.

Default: 100 percent.

True

Named

False

HeartbeatCheck

Defines that Veeam Backup & Replication will perform a heartbeat test for verified VMs.

False

Named

False

PingCheck

Defines that Veeam Backup & Replication will perform a ping test for verified VMs.

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Return Type

The cmdlet returns the VBRApplicationGroupStartupOptions object that contains VM startup settings for staged restore.

Examples

New-VBRApplicationGroupStartupOptionsExample 1. Defining Startup Settings

New-VBRApplicationGroupStartupOptionsExample 2. Defining Startup Settings with Heartbeat and Ping Tests