Remove-VBOBackupItem
Short Description
Removes an object from a backup job.
Syntax
|
Remove-VBOBackupItem -Job <VBOJob> -BackupItem <VBOBackupItem[]> [<CommonParameters>] |
Detailed Description
This cmdlet removes an object from a backup job.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Job |
Specifies a backup job. The cmdlet will remove an object from this backup job. |
Accepts the VBOJob object. To get this object, run the Get-VBOJob cmdlet. |
True |
Named |
False |
|
BackupItem |
Specifies an array of objects. The cmdlet will remove these objects from the specified backup job. |
Accepts the VBOBackupItem[] object. To get this object, run the Get-VBOBackupItem cmdlet. |
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
None.
Examples
Example 1: Removing Backup Item by Name
|
This example shows how to remove a Microsoft Exchange or Microsoft SharePoint object from the scope of the TestJob backup job even if this object is no longer available in Microsoft organization.
Perform the following steps:
|
Example 2: Removing User Backup Item
|
This example shows how to remove an organization user UserAlpha backup item from the TestJob backup job.
Perform the following steps:
|
Related Commands