--- title: "Disconnect-VBOServer" description: "This cmdlet ends the current local or remote PowerShell session with the Veeam Backup for Microsoft 365 server. The session can be started, for example, with the Connect-VBOServer cmdlet or from the user interface." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/disconnect-vboserver.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Managing Veeam Backup for Microsoft 365 > Disconnect-VBOServer" dateModified: "2026-08-21" --- # Disconnect-VBOServer ## Short Description Ends current PowerShell session with the Veeam Backup for Microsoft 365 server. ## Syntax ``` Disconnect-VBOServer [] ``` ## Detailed Description This cmdlet ends the current local or remote PowerShell session with the Veeam Backup for Microsoft 365 server. The session can be started, for example, with the [`Connect-VBOServer`](connect-vboserver.md) cmdlet or from the user interface. Run the [`Connect-VBOServer`](connect-vboserver.md) cmdlet to start a new session with the Veeam Backup for Microsoft 365 server. ## 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. ## Examples ::: example ### Stopping Connection to Server This command ends the current PowerShell session with the Veeam Backup for Microsoft 365 server. ``` Disconnect-VBOServer ``` :::