Get-VBRSureBackupJob
Short Description
Returns SureBackup jobs.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
Name (Default)Get-VBRSureBackupJob [-Name <String[]>] [<CommonParameters>]
-
IdGet-VBRSureBackupJob [-Id <Guid[]>] [<CommonParameters>]
Detailed Description
This cmdlet returns SureBackup jobs.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of IDs for SureBackup jobs. The cmdlet will return SureBackup jobs with these IDs. |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
Name |
Specifies an array of names for SureBackup jobs. The cmdlet will return SureBackup jobs with these names. |
|
False |
Named |
True (ByPropertyName, 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
|
Example 3. Getting SureBackup Job by ID
|
This command returns the
|