Get-VBRVMExclusion

Short Description

Returns a list of global VM exclusions.

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

This cmdlet provides the following parameter sets:

  • Default (Default)

    Get-VBRVMExclusion [<CommonParameters>]

  • Id

    Get-VBRVMExclusion [[-Id] <Guid[]>] [<CommonParameters>]

  • Name

    Get-VBRVMExclusion [[-Name] <String[]>] [-Note <String>] [<CommonParameters>]

Detailed Description

This cmdlet returns a list of global exclusions created for VMs.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Id

Specifies the ID of an exclusion.

Guid[]

False

0

True (ByPropertyName, ByValue)

Name

Specifies an array of excluded VM names.

String[]

False

0

True (ByPropertyName, ByValue)

Note

Specifies the note added for an exclusion.

String

False

Named

True (ByPropertyName)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

The cmdlet returns the VBRVMExclusion[] object that defines the exclusions.

Examples

Getting Exclusion by VM Name

This command returns an exclusion created for the ubuntusrv20 VM.

Get-VBRVMExclusion -Name "ubuntusrv20"

Page updated 2026-08-19

Page content applies to build 13.1.1.18