Stop-VBORepositoryOwnerChangeSession
Short Description
Stops change owner sessions.
Syntax
Stop-VBORepositoryOwnerChangeSession -SessionId <Guid> [<CommonParameters>] |
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 |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
None.
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 |