--- title: "Disable-VBRLicenseAutoUpdate" description: "This cmdlet disables the automatic license update option. Run the Enable-VBRLicenseAutoUpdate cmdlet to enable the automatic license update option." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/disable-vbrlicenseautoupdate.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Licenses > Disable-VBRLicenseAutoUpdate" dateModified: "2026-08-19" --- # Disable-VBRLicenseAutoUpdate ## Short Description Disables the automatic license update option. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Disable-VBRLicenseAutoUpdate [] ``` ## Detailed Description This cmdlet disables the automatic license update option. Run the [`Enable-VBRLicenseAutoUpdate`](enable-vbrlicenseautoupdate.md) cmdlet to enable the automatic license update 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 Automatic License Update Option This command disables the automatic license update option. ``` Disable-VBRLicenseAutoUpdate ``` :::