--- title: "Stop-VBORepositoryOwnerChangeSession" description: "This cmdlet stops a session when Veeam Backup for Microsoft 365 moves a backup repository to another backup proxy server or backup proxy pool." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/stop-vborepositoryownerchangesession.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Backup Infrastructure > JET-based Backup Repositories and Object Storage Repositories > Stop-VBORepositoryOwnerChangeSession" dateModified: "2026-08-21" --- # Stop-VBORepositoryOwnerChangeSession ## Short Description Stops change owner sessions. ## Syntax ``` Stop-VBORepositoryOwnerChangeSession -SessionId [] ``` ## Detailed Description This cmdlet stops a session when Veeam Backup for Microsoft 365 moves a backup repository to another backup proxy server or backup proxy pool. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

SessionId

Specifies an ID of the session that is started to move a backup repository to another backup proxy server or backup proxy pool. The cmdlet will stop this session.

Guid

True

Named

False

`` 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 Change Owner Session This command stops a change owner session with the ID `d96f55a4-d15d-0000-b0f0-d51d17ccdab6`. ``` Stop-VBORepositoryOwnerChangeSession -SessionId d96f55a4-d15d-0000-b0f0-d51d17ccdab6 ``` :::