Get-VBRComputerBackupJob
Short Description
Returns Veeam Agent backup jobs and Veeam Agent backup policies.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
Name (Default)Get-VBRComputerBackupJob [-Name <String[]>] [-Mode <VBRComputerBackupJobMode>] [<CommonParameters>]
-
IdGet-VBRComputerBackupJob [-Id <Guid[]>] [<CommonParameters>]
Detailed Description
This cmdlet returns an array of Veeam Agent backup jobs and Veeam Agent backup policies.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of IDs for Veeam Agent backup jobs or a Veeam Agent backup policies. |
|
False |
Named |
True (ByPropertyName) |
|
Mode |
Specifies the Veeam Agent backup job mode. You can specify either of the following backup job modes:
|
|
False |
Named |
False |
|
Name |
Specifies an array of names for Veeam Agent backup jobs or a Veeam Agent backup policies. |
|
False |
Named |
True (ByPropertyName) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
This cmdlet returns the VBRComputerBackupJob[] object that contains settings of Veeam Agent backup jobs and Veeam Agent backup policies.
Examples
Example 1. Getting all Veeam Agent Backup Jobs
|
This command returns an array of all Veeam Agent backup jobs and Veeam Agent backup policies that are added to Veeam Backup & Replication.
|
Example 2. Getting Veeam Agent Backup Job by Name
|
This command returns the
|
Example 3. Getting Veeam Agent Backup Policy
|
This command returns an array of Veeam Agent backup policies.
|