--- title: "Enable-VBRStorageLatencyControl" description: "Enables the storage latency control option. Product Edition: Enterprise, Enterprise Plus, Veeam Universal License This cmdlet enables the storage latency control option." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/enable-vbrstoragelatencycontrol.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Veeam Backup & Replication Settings > Specifying I/O Control Settings > Enable-VBRStorageLatencyControl" dateModified: "2026-08-19" --- # Enable-VBRStorageLatencyControl ## Short Description Enables the storage latency control option. **Product Edition**: Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Enable-VBRStorageLatencyControl [] ``` ## Detailed Description This cmdlet enables the storage latency control option. Run the [`Disable-VBRStorageLatencyControl`](disable-vbrstoragelatencycontrol.md) cmdlet to enable the storage latency control option. ## Parameters `` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Examples ::: example ### Enabling Storage Latency Control Option on Production Datastores This command enables the storage latency control option on production datastores. ``` Enable-VBRStorageLatencyControl ``` :::