Get-VBOJob
Short Description
Returns backup jobs.
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSet (Default)Get-VBOJob [-Organization <VBOOrganization>] [-Name <String>] [<CommonParameters>]
-
ByIdParameterSetGet-VBOJob -Id <Guid> [<CommonParameters>]
Detailed Description
This cmdlet returns backup jobs configured in Veeam Backup for Microsoft 365. You can get all backup jobs or query a backup job by name, ID or associated Microsoft organization.
Run the Get-VBOJobSessionReturns backup and backup copy job sessions. cmdlet to get details on the backup job ID and name.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an ID of the backup job. The cmdlet will return the backup job with this ID. |
|
True |
Named |
False |
|
Name |
Specifies a name of the backup job. The cmdlet will return the backup job with this name. |
|
False |
Named |
False |
|
Organization |
Specifies a Microsoft organization. The backup job will back up objects of this organization.
Accepts the
To get this object, run the |
False |
Named |
True (ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.
Output Object
The cmdlet returns the VBOJob object that contains settings for a backup job.
Examples
Example 1: Getting Backup Job by ID
|
This example shows how to get a backup job by ID.
Perform the following steps:
|
Example 2: Getting Backup Job by Name
|
This command returns a backup job by name.
|
Example 3: Getting Backup Job by Name Using Wildcards
|
This command returns backup jobs with names starting with Sales.
|
Example 4: Getting Backup Job by Microsoft Organization
|
This example shows how to get backup jobs that are created to back up a specific Microsoft organization.
Perform the following steps:
|
Example 5: Getting Backup Job by Name within Microsoft Organization
|
This example shows how to return a list of backup jobs with names containing Sales within the specified Microsoft organization.
Perform the following steps:
|
Related Commands
Get-VBOJobSessionReturns backup and backup copy job sessions.Get-VBOOrganizationReturns Microsoft organizations added to the Veeam Backup for Microsoft 365 infrastructure.