Get-VBRSureBackupJob
Short Description
Returns SureBackup jobs.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides parameter sets that allow you to:
- Getting SureBackup jobs by the job name.
Get-VBRSureBackupJob [-Name <string[]>] [<CommonParameters>] |
- Getting SureBackup jobs by the job ID.
Get-VBRSureBackupJob [-Id <guid[]>] [<CommonParameters>] |
Detailed Description
This cmdlet returns SureBackup jobs.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Name | Specifies an array of names for SureBackup jobs. The cmdlet will return SureBackup jobs with these names. | String[] | True | Named | True (ByValue, |
Id | Specifies an array of IDs for SureBackup jobs. The cmdlet will return SureBackup jobs with these IDs. | Guid[] | True | Named | True (ByValue, |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRSureBackupJob object that contains settings of SureBackup jobs.
Examples
Example 1. Getting All SureBackup Jobs from Veeam Backup & Replication Infrastructure
This command returns all SureBackup jobs that are added to the Veeam Backup & Replication Infrastructure. The cmdlet output will contain details on SureBackup jobs.
|
Example 2. Getting SureBackup Job by Name
This command returns the SureJob2 SureBackup job. The cmdlet output will contain details on the SureBackup job.
|
Example 3. Getting SureBackup Job by ID
This command returns the 6298815d-2c1c-46a0-86a9-299a8bf1ab72 SureBackup job. The cmdlet output will contain details on the SureBackup job.
|