This is an archive version of the document. To get the most up-to-date information, see the current version.

Remove-VBOExcludedBackupItem

Short Description

Removes objects from a list of exclusions specified for a backup job.

Syntax

Remove-VBOExcludedBackupItem -Job <VBOJob> -BackupItem <VBOBackupItem[]>  [<CommonParameters>]

Detailed Description

This cmdlet removes objects from a list of exclusions that is specified for a backup job.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

Job

Specifies a backup job. The cmdlet will remove objects from a list of exclusions that is specified for 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 that you want to remove from a list of exclusions.

Accepts the VBOBackupItem[] object.

To get this object, run the Get-VBOBackupItem cmdlet.

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.

Output Object

None.

Examples

Remove-VBOExcludedBackupItemExample 1. Removing Items from List of Exclusions

Related Commands