--- title: "Enable-VBRLicenseAutoUpdate" description: "This cmdlet enables the automatic license update option. For more information on the automatic license update option, see the Updating License Automatically section of User Guide for VMware vSphere." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/enable-vbrlicenseautoupdate.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Licenses > Enable-VBRLicenseAutoUpdate" dateModified: "2026-08-19" --- # Enable-VBRLicenseAutoUpdate ## Short Description Enables the automatic license update option. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Enable-VBRLicenseAutoUpdate [] ``` ## Detailed Description This cmdlet enables the automatic license update option. For more information on the automatic license update option, see the [Updating License Automatically](https://helpcenter.veeam.com/docs/vbr/userguide/license_autoupdate.html?ver=13) section of User Guide for VMware vSphere. Run the [`Disable-VBRLicenseAutoUpdate`](disable-vbrlicenseautoupdate.md) cmdlet to disable 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 ### Enabling Automatic License Update Option This command enables the automatic license update option. ``` Enable-VBRLicenseAutoUpdate ``` :::