--- title: "VBREPJob" description: "Contains a backup job created by Veeam Agent operating in the standalone mode. “?” indicates that the property accepts zero values. Property Type Description GUID ID of backup repository used to store backups. int Number of objects in the job." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrepjob.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBREPJob" dateModified: "2026-08-19" --- # VBREPJob Contains a backup job created by Veeam Agent operating in the standalone mode. ## Properties "?" indicates that the property accepts zero values.
|
Property |
Type |
Description |
|---|---|---|
|
RepositoryId |
GUID |
ID of backup repository used to store backups. |
|
ObjectsCount |
int |
Number of objects in the job. |
|
IsEnabled |
bool |
Indicates if the job is enabled (TRUE) or disabled (FALSE). |
|
NextRun |
DateTime? |
Date and time of the next job run. |
|
Target |
Object |
Target repository name. |
|
Type |
Job type: Endpoint. |
|
|
LastResult |
Session result. |
|
|
LastState |
Session state. |
|
|
Id |
GUID |
Job ID. |
|
Name |
string |
Job name. |
|
Description |
string |
Job description. |