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

Set-VBRHvServerConfiguration

Short Description

Modifies settings of Microsoft Hyper-V hosts added to the backup infrastructure.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Set-VBRHvServerConfiguration -Configuration <VBRHvServerConfigurationObject[]> [-EnableFailover] [-EnableCBT][<CommonParameters>]

Detailed Description

This cmdlet modifies settings of Microsoft Hyper-V hosts added to the backup infrastructure. To modify settings, you need to specify new values for the necessary parameters. The parameters that you omit will remain unchanged.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Configuration

Specifies an array of settings of Microsoft Hyper-V hosts. The cmdlet will modify these settings.

Accepts the VBRHvServerConfigurationObject[] object. To create this object, run the Get-VBRHvServerConfiguration cmdlet.

True

Named

True (ByValue, ByPropertyName)

EnableFailover

Defines that the cmdlet will enable the failover option settings.

If you do not provide this parameter, Veeam Backup & Replication will fail over to a software VSS provider when the hardware VSS provider does not manage to create a volume snapshot.

SwitchParameter

False

Named

True (ByValue, ByPropertyName)

EnableCBT

Defines that the cmdlet will enable the changed block tracking option for processing the Microsoft Hyper-V VMs.

If you do not provide this parameter, the changed block tracking option will not be enabled.

SwitchParameter

False

Named

True (ByValue, ByPropertyName)

<CommonParameters>

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

Output Object

The cmdlet returns the VBRHvServerConfiguration object that contains settings of Microsoft Hyper-V hosts added to the backup infrastructure.

Examples

Set-VBRHvServerConfigurationExample 1. Enabling Failover Options for Microsoft Hyper-V Host

Set-VBRHvServerConfigurationExample 2. Enabling Changed Block Tracking Option for Microsoft Hyper-V Host

Related Commands