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
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Options |
Specifies the datastore latency settings that you want to remove.
Accepts the |
|
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:
- Run the
Get-VBRAdvancedLatencyOptionsReturns latency settings for a specific datastore. cmdlet. Save the result to the$latencyvariable. - Run the
Remove-VBRAdvancedLatencyOptionscmdlet. Set the$latencyvariable as theOptionsparameter value.
Related Commands
Get-VBRAdvancedLatencyOptionsReturns latency settings for a specific datastore.