--- title: "Get-VBOVersion" description: "This cmdlet returns Veeam Backup for Microsoft 365 build number." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/get-vboversion.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Managing Veeam Backup for Microsoft 365 > Get-VBOVersion" dateModified: "2026-08-21" --- # Get-VBOVersion ## Short Description Returns Veeam Backup for Microsoft 365 version. ## Syntax ``` Get-VBOVersion [] ``` ## Detailed Description This cmdlet returns Veeam Backup for Microsoft 365 build number. ## 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 [`VBOVersion`](vboversion.md) object that contains details about the Veeam Backup for Microsoft 365 version. ## Examples ::: example ### Getting Veeam Backup for Microsoft 365 Version This command returns Veeam Backup for Microsoft 365 build number. ``` Get-VBOVersion ProductVersion -------------- 8.6.0.XXX ``` :::