Set-VBRHvServerConfiguration
Short Description
Modifies settings of Microsoft Hyper-V hosts added to the backup infrastructure.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
Set-VBRHvServerConfiguration -Configuration <VBRHvServerConfigurationObject[]> [-EnableFailover] [-EnableCBT][<CommonParameters>] |
Detailed Description
This cmdlet modifies settings of Microsoft Hyper-V hosts added to the backup infrastructure. This cmdlet modifies an existing VMware replication job. To modify settings, you need to enter the corresponding parameters with new values. 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
Example 1. Enabling Failover Options for Microsoft Hyper-V Host
This example shows how to enable the failover option for the hyperv09.tech.local Microsoft Hyper-V host added to the backup infrastructure.
Perform the following steps:
|
Example 2. Enabling Changed Block Tracking Option for Microsoft Hyper-V Host
This example shows how to enable the changed block tracking for processing the hyperv09.tech.local Microsoft Hyper-V host added to the backup infrastructure..
Perform the following steps:
|
Related Commands