Remove-VBRAdvancedLatencyOptions
Short Description
Removes datastore latency settings from Veeam Backup & Replication settings.
Applies to
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
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-VBRAdvancedLatencyOptions cmdlet. | True | Named | True (ByValue, |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
None.
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:
- Run the Get-VBRAdvancedLatencyOptions cmdlet. Save the result to the $latency variable.
- Run the Remove-VBRAdvancedLatencyOptions cmdlet. Set the $latency variable as the Options parameter value.
Related Commands