--- title: "Get-VBRBackupServerInfo" description: "Returns the backup server information. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet returns the following information on the backup server: This cmdlet supports Microsoft PowerShell co" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrbackupserverinfo.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Virtualization Servers and Hosts > Get-VBRBackupServerInfo" dateModified: "2026-08-19" --- # Get-VBRBackupServerInfo ## Short Description Returns the backup server information. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRBackupServerInfo [] ``` ## Detailed Description This cmdlet returns the following information on the backup server: - `Name` — the IP or name of the backup server. - `Build` — the build version of you Veeam Backup & Replication installation. - `PatchLevel` — patch details. ## 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). ## Output Object [`VBRBackupServerInfo`](vbrbackupserverinfo.md) ## Examples ::: example ### Getting Information on Backups Server This command returns the IP address, current build version and patch details of the backup server. ``` Get-VBRBackupServerInfo ``` :::