Get-VBOExcludedBackupItem

Short Description

Returns a list of objects excluded from a backup job.

Syntax

Get-VBOExcludedBackupItem -Job <VBOJob> [-Name <String>] [-Users] [-Groups] [-TeamsGroups] [-Sites] [-PersonalSites] [<CommonParameters>]

Detailed Description

This cmdlet returns a list of objects excluded from a backup job.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Job

Specifies a backup job. The cmdlet will return objects excluded from this job.

Accepts the VBOJob object.

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

True

Named

False

Name

Specifies a name of an object. The cmdlet will return objects with this name.

Note: If you want to get a specific type of an object, you must also set either of the following parameters:

  • Users
  • Groups
  • Sites
  • PersonalSites
  • TeamsGroups

String

False

Named

False

Users

Defines that the cmdlet will return users excluded from a backup job.

Default: False

SwitchParameter

False

Named

False

Groups

Defines that the cmdlet will return groups excluded from a backup job.

Default: False

SwitchParameter

False

Named

False

TeamsGroups

Defines that the cmdlet will return teams excluded from a backup job.

Default: False

SwitchParameter

False

Named

False

Sites

Defines that the cmdlet will return sites excluded from a backup job.

Default: False

SwitchParameter

False

Named

False

PersonalSites

Defines that the cmdlet will return personal sites excluded from a backup job.

Default: False

SwitchParameter

False

Named

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. Getting Excluded Objects

Example 2. Getting Excluded Groups

Related Commands

Get-VBOJob

Page updated 4/26/2024

Page content applies to build 8.2.0.2008