Get-VBRComputerBackupCopyJob
Short Description
Returns Veeam Agent backup copy jobs.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRComputerBackupCopyJob [<CommonParameters>]
-
NameGet-VBRComputerBackupCopyJob [-Name <String[]>] [<CommonParameters>]
-
IdGet-VBRComputerBackupCopyJob [-Id <Guid[]>] [<CommonParameters>]
Detailed Description
This cmdlet returns Veeam Agent backup copy jobs.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of IDs for Veeam Agent backup copy jobs. The cmdlet will return jobs with these IDs. |
|
False |
Named |
False |
|
Name |
Specifies an array of names for Veeam Agent backup copy jobs. The cmdlet will return jobs with these names. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRComputerBackupCopyJob object that contains settings of Veeam Agent backup copy jobs.
Examples
Example 1. Getting all Veeam Agent Backup Copy Jobs
|
This command returns all Veeam Agent backup copy jobs.
|
Example 2. Getting Veeam Agent Backup Copy Job by Name
|
This command returns the
|
Example 3. Getting Veeam Agent Backup Copy Job by ID
|
This command returns the
|