--- title: "Update-VBOLicense" description: "This cmdlet updates the product license for Veeam Backup for Microsoft 365. To run this cmdlet, Veeam Backup for Microsoft 365 must have either a Subscription or Rental license installed." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/update-vbolicense.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Licenses > Update-VBOLicense" dateModified: "2026-08-21" --- # Update-VBOLicense ## Short Description Updates the product license for Veeam Backup for Microsoft 365. ## Syntax ``` Update-VBOLicense [] ``` ## Detailed Description This cmdlet updates the product license for Veeam Backup for Microsoft 365. To run this cmdlet, Veeam Backup for Microsoft 365 must have either a Subscription or Rental license installed. ## Parameters `` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the [About Common Parameters](http://go.microsoft.com/fwlink/p/?LinkID=113216) section of Microsoft Learn. ## Examples ::: example ### Updating Veeam Backup for Microsoft 365 License This command updates the license that is installed on the Veeam Backup for Microsoft 365 server. ``` Update-VBOLicense ``` :::