--- title: "Get-VBOLicense" description: "This cmdlet returns information on the license that is currently installed on the Veeam Backup for Microsoft 365 server. You can get details on the following information: license status, expiration date, license type, contact person name, the..." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/get-vbolicense.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Licenses > Get-VBOLicense" dateModified: "2026-08-21" --- # Get-VBOLicense ## Short Description Returns an installed product license for Veeam Backup for Microsoft 365. ## Syntax ``` Get-VBOLicense [] ``` ## Detailed Description This cmdlet returns information on the license that is currently installed on the Veeam Backup for Microsoft 365 server. You can get details on the following information: license status, expiration date, license type, contact person name, the number of licensed users, support ID and the support expiration date. ## 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. ## Output Object The cmdlet returns the [`VBOLicense`](vbolicense.md) object that contains details about the Veeam Backup for Microsoft 365 license. ## Examples ::: example ### Getting License Installed on Veeam Backup for Microsoft 365 This command returns the license that is currently installed on the Veeam Backup for Microsoft 365 server. ``` Get-VBOLicense Status : Valid ExpirationDate : 4/1/2026 (225 days left) Type : Subscription Package : M365Suite LicensedTo : Veeam Software GmbH ContactPerson : TotalNumber : 9999 (2 used) SupportId : 12345678 SupportExpirationDate : ``` :::