--- title: "Get-VBRLicenseAutoUpdateStatus" description: "This cmdlet returns a state of the automatic license update option. False — indicates that the automatic license update option is disabled. True — indicates that the automatic license update option is enabled." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrlicenseautoupdatestatus.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Licenses > Get-VBRLicenseAutoUpdateStatus" dateModified: "2026-08-19" --- # Get-VBRLicenseAutoUpdateStatus ## Short Description Returns a state of the automatic license update option. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRLicenseAutoUpdateStatus [] ``` ## Detailed Description This cmdlet returns a state of the automatic license update option. - `False` — indicates that the automatic license update option is disabled. - `True` — indicates that the automatic license update option is enabled. ## 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 ### Getting State of Automatic License Update Option This command returns a state of the automatic license update option. ``` Get-VBRLicenseAutoUpdateStatus True ``` :::