--- title: "Disconnect-VBRServer" description: "This cmdlet ends the current local or remote session with a Veeam backup server. Run the Connect-VBRServer cmdlet to start the session again." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/disconnect-vbrserver.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Connecting to Veeam Backup Server > Disconnect-VBRServer" dateModified: "2026-08-19" --- # Disconnect-VBRServer ## Short Description Ends current session with a Veeam backup server. ## Syntax ``` Disconnect-VBRServer [] ``` ## Detailed Description This cmdlet ends the current local or remote session with a Veeam backup server. Run the [`Connect-VBRServer`](connect-vbrserver.md) cmdlet to start the session again. ## 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. Ending Current Session with Veeam Backup Server This command terminates the current connection to a Veeam backup server. ``` Disconnect-VBRServer ``` :::