--- title: "Get-VBRLocalhost" description: "Returns the local server on which the backup infrastructure is installed. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet returns the local server on which the backup infrastructure is installed." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrlocalhost.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup Infrastructure > Virtualization Servers and Hosts > Get-VBRLocalhost" dateModified: "2026-08-19" --- # Get-VBRLocalhost ## Short Description Returns the local server on which the backup infrastructure is installed. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRLocalhost [] ``` ## Detailed Description This cmdlet returns the local server on which the backup infrastructure is installed. ## 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 ### Example 1. Getting Local Backup Infrastructure Server This command looks for the local backup infrastructure server. ``` Get-VBRLocalhost ``` ::: ## Related Commands - [`Get-VBRServer`](get-vbrserver.md) - [`Remove-VBRServer`](remove-vbrserver.md)