--- title: "Get-VBORepositoryOwnerChangeSession" description: "This cmdlet returns 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/get-vborepositoryownerchangesession.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Backup Infrastructure > JET-based Backup Repositories and Object Storage Repositories > Get-VBORepositoryOwnerChangeSession" dateModified: "2026-08-21" --- # Get-VBORepositoryOwnerChangeSession ## Short Description Returns a change owner session started to move a backup repository to another backup proxy server or backup proxy pool. ## Syntax ``` Get-VBORepositoryOwnerChangeSession -SessionId [] ``` ## Detailed Description This cmdlet returns 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 return details of 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. ## Output Object The cmdlet returns the [`VBORepositoriesOwnerChangeSession`](vborepositoriesownerchangesession.md) object that contains details on a session when Veeam Backup for Microsoft 365 moves a backup repository to another backup proxy server or backup proxy pool. ## Examples ::: example ### Getting Change Owner Session by Session ID This command returns a change owner session with the ID `d96f55a4-d15d-0000-b0f0-d51d17ccdab6`. ``` Get-VBORepositoryOwnerChangeSession -SessionId d96f55a4-d15d-0000-b0f0-d51d17ccdab6 ``` :::