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

Get-VBRImportedEncryptedBackup

Short Description

Returns imported encrypted backups.

Applies to

Platform: VMware, Hyper-V

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

Syntax

Get-VBRImportedEncryptedBackup [-Name <string[]>] [<CommonParameters>]

Detailed Description

This cmdlet returns imported encrypted backup.

You can get the list of all imported encrypted backups, or narrow down the output by the backups names.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Name

Specifies the array of names of the imported encrypted backups. The cmdlet will return backups with these names.

False

Named

False

True

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Example 1

The command returns all imported encrypted backups.

Get-VBRImportedEncryptedBackup

Example 2

The command returns an imported encrypted backup named "Atlanta SQL Server Backup".

Get-VBRImportedEncryptedBackup -Name "Atlanta SQL Server Backup"