Add-VBOBackupItem
Short Description
Adds a list of objects to a backup job.
Syntax
Detailed Description
This cmdlet adds a list of objects to a backup job. The job will process these objects.
|
Before you add an object to a backup job, consider the following restrictions:
|
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
Job | Specifies a backup job. The cmdlet will add an array of objects to this job. | Accepts the VBOJob object. To get this object, run the Get-VBOJob cmdlet. | True | Named | False | False |
BackupItem | Specifies an array of objects. The cmdlet will add them to a list of included objects. | Accepts the VBOBackupItem[] object.
| True | Named | false | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Examples
Example 1. Adding User Backup Item to Backup Job
This example shows how to add an organization user UserAlpha backup item to the TestJob backup job.
Perform the following steps:
|
Related Commands