--- title: "VBRSession" description: "Contains job session. “?” indicates that the property accepts zero values. Property Type Description GUID The session ID. VBRSessionState Session state. VBRSessionResult Session result. GUID The ID of the job." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrsession.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRSession" dateModified: "2026-08-19" --- # VBRSession Contains job session. ## Properties "?" indicates that the property accepts zero values.

Property

Type

Description

ID

GUID

The session ID.

State

VBRSessionState

Session state.

Result

VBRSessionResult

Session result.

JobId

GUID

The ID of the job.

CreationTime

DateTime

The date and time of session creation.

EndTime

DateTime?

The date and time of session end.

## Related Commands [`Get-VBRSession`](get-vbrsession.md)