Get-VESQLPluginBackup

Short Description

Returns backups created with Veeam Plug-in for Microsoft SQL Server.

Veeam Backup & Replication

Product Edition: Enterprise Plus, Veeam Universal License

Syntax

Get-VESQLPluginBackup [-Name <String[]>] [<CommonParameters>]

Detailed Description

This cmdlet returns an array of backups created with Veeam Plug-in for Microsoft SQL Server.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

Specifies an array of backup names. The cmdlet will return SQL plug-in backups with these names.

This parameter accepts wildcard characters.

String[]

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.

Output Object

The cmdlet returns the IVESQLPluginBackup[] object that contains an array of backups created with Veeam Plug-in for Microsoft SQL Server.

Examples

Get-VESQLPluginBackupExample 1. Getting All Plug-in Backups

This command returns all backups created with Veeam Plug-in for Microsoft SQL Server.

Get-VESQLPluginBackup

Get-VESQLPluginBackupExample 2. Getting Specific SQL Plug-in Backups

This command returns SQL plug-in backups with specific names. Use the wildcard * character to get all backups whose names begin with “SQL Backup”.

Get-VESQLPluginBackup -Name "SQL Backup*"

Page updated 2026-08-20

Page content applies to build 13.1.1.18