--- title: "Disable-VBRStorageLatencyControl" description: "Disables the storage latency control option. Product Edition: Enterprise, Enterprise Plus, Veeam Universal License This cmdlet disables the storage latency control option on production datastores." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/disable-vbrstoragelatencycontrol.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Veeam Backup & Replication Settings > Specifying I/O Control Settings > Disable-VBRStorageLatencyControl" dateModified: "2026-08-19" --- # Disable-VBRStorageLatencyControl ## Short Description Disables the storage latency control option. **Product Edition**: Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Disable-VBRStorageLatencyControl [] ``` ## Detailed Description This cmdlet disables the storage latency control option on production datastores. Run the [`Enable-VBRStorageLatencyControl`](enable-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 ### Disabling Storage Latency Control Option on Production Datastores This command disables the storage latency control option on production datastores. ``` Disable-VBRStorageLatencyControl ``` :::