--- title: "Get-VBRMoveBackupSession" description: "Returns move sessions. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet provides the following parameter sets: This cmdlet returns move sessions." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrmovebackupsession.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Jobs > Sessions > Get-VBRMoveBackupSession" dateModified: "2026-08-19" --- # Get-VBRMoveBackupSession ## Short Description Returns move sessions. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
Session (Default)
Id
Backup
MachineName
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Backup |
Specifies the backup for which you want to get move sessions. Accepts the |
|
True |
Named |
False |
|
Id |
Specifies the ID of the session. The cmdlet will return the session with this ID. |
|
True |
Named |
False |
|
MachineName |
Specifies the name of the machine for which you want to return the move sessions. |
|
True |
Named |
False |
|
Confirm |
Defines that the cmdlet will display a prompt that asks if you want to continue running the command. |
|
False |
Named |
False |
|
WhatIf |
Defines that the cmdlet will write a message that describes the effects of running the cmdlet without actually performing any action. |
|
False |
Named |
False |