Get-VBORepositoryOwnerChangeSession
Short Description
Returns a session started to change an owner for backup repositories from one to another.
Syntax
Get-VBORepositoryOwnerChangeSession -SessionId <Guid> [<CommonParameters>] |
Detailed Description
This cmdlet returns a session when Veeam Backup for Microsoft 365 changes an owner for backup repositories from one to another.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
SessionId | Specifies an ID of the session that is started to change an owner for backup repositories from one to another. The cmdlet will return details of this session. | Guid | True | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
The cmdlet returns the VBORepositoryOwnerChangeSession object that contains details on a session when Veeam Backup for Microsoft 365 changes an owner for backup repositories from one to another.
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 |