--- title: "Get-VBRSession" description: "Returns job sessions. Platform: VMware, Hyper-V Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet provides the following parameter sets: This cmdlet returns sessions for a selected job." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrsession.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Jobs > Sessions > Get-VBRSession" dateModified: "2026-08-19" --- # Get-VBRSession ## Short Description Returns job sessions. **Platform**: VMware, Hyper-V **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
Job (Default)
Id
Session
Result
State
Type
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies the ID of the session. The cmdlet will return the session with this ID. |
|
True |
Named |
False |
|
Job |
Specifies the job for which you want to get sessions that have been run. Note: This parameter does not accept VM copy and file copy job objects. Accepts the |
True |
Named |
True (ByPropertyName) |
|
|
Last |
Defines that the command returns the last session of the specified job. |
|
False |
Named |
False |
|
Result |
Specifies the session result. The cmdlet will return sessions with the specified result:
|
|
False |
Named |
False |
|
Session |
Specifies the job session for which you want to get an updated state. Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
State |
Specifies the session state. The cmdlet will return sessions with the specified state. |
|
False |
Named |
False |
|
Type |
Specifies the type of the session. The cmdlet will return the session of this type. |
|
True |
Named |
True (ByPropertyName) |