Remove-VBRAdvancedLatencyOptions

Short Description

Removes datastore latency settings from Veeam Backup & Replication settings.

Product Edition: Enterprise Plus, Veeam Universal License

Syntax

Remove-VBRAdvancedLatencyOptions -Options <VBRAdvancedLatencyOptions> [<CommonParameters>]

Detailed Description

This cmdlet removes datastore latency settings from Veeam Backup & Replication general settings.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Options

Specifies the datastore latency settings that you want to remove.

Accepts the VBRAdvancedLatencyOptions object. To create this object, run the Get-VBRAdvancedLatencyOptionsReturns latency settings for a specific datastore. cmdlet.

VBRAdvancedLatencyOptions

True

Named

True (ByPropertyName, ByValue)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Examples

Removing Datastore Latency Settings

This example shows how to remove datastore latency settings from Veeam Backup & Replication general settings.

$latency = Get-VBRAdvancedLatencyOptions

Remove-VBRAdvancedLatencyOptions -Options $latency

Perform the following steps:

  1. Run the Get-VBRAdvancedLatencyOptionsReturns latency settings for a specific datastore. cmdlet. Save the result to the $latency variable.
  2. Run the Remove-VBRAdvancedLatencyOptions cmdlet. Set the $latency variable as the Options parameter value.

Get-VBRAdvancedLatencyOptionsReturns latency settings for a specific datastore.

Page updated 2026-08-19

Page content applies to build 13.1.1.18