--- title: "Get-VBRServerSession" description: "Returns current session with a Veeam backup server. Platform: VMware, Hyper-V Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet returns local or remote session with a Veeam backup server." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrserversession.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Connecting to Veeam Backup Server > Get-VBRServerSession" dateModified: "2026-08-19" --- # Get-VBRServerSession ## Short Description Returns current session with a Veeam backup server. **Platform**: VMware, Hyper-V **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRServerSession [] ``` ## Detailed Description This cmdlet returns local or remote session with a Veeam backup server. ## 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 Current Session with Veeam Backup Server This command returns the current session with a Veeam backup server. ``` Get-VBRServerSession ``` :::