--- title: "VBRBackupSession" description: "Contains job session. \"?\" indicates that the property accepts zero values. Get-VBRSession" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrbackupsession.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRBackupSession" dateModified: "2026-09-03" --- # VBRBackupSession Contains job session. ## Properties "?" indicates that the property accepts zero values.

Property

Type

Description

CreationTime

DateTime

Date and time of session creation.

EndTime

DateTime?

Date and time of session end.

JobId

GUID

Job ID.

Progress

int32

Job progress (percent).

Result

VBRSessionResult

Session result.

RunManually

bool

Indicates if the session was started manually (TRUE) or not (FALSE).

State

VBRSessionState

Session state.

Log

VBRLogItem[]

Session log.

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