Get-StoragePluginArchivedSnapshot

Short Description

Returns archived snapshots of Universal Storage API integrated systems.

Note

This cmdlet is available starting from Veeam Backup & Replication 12.1 (build 12.1.0.2131).

Applies to

Platform: VMware

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

Syntax

Get-StoragePluginArchivedSnapshot [-Name <String[]>] [-Volume <CSanVolume[]>]  [<CommonParameters>]

Detailed Description

This cmdlet returns archived snapshots of Universal Storage API integrated systems. If you do not specify any parameter, the cmdlet will return all archived snapshots that Veeam Backup & Replication detected during the latest rescan.

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

Name

Specifies an array of names of the archived snapshot that you want to get.

String[]

False

Named

False

Volume

Specifies an array of storage volumes where you want to search for archived snapshots.

Accepts the CSanVolume[] object. To get this object, run the Get-StoragePluginVolume cmdlet.

False

Named

True (ByPropertyName, ByValue)

<CommonParameters>

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

Output Object

The cmdlet returns the CSanArchivedSnapshot[] object that defines archived snapshot settings.

Examples

Getting Archived Snapshot by Name

This cmdlet returns the archived snapshot with the pdcqastg11:-pure14-AAB97A18587ghudDaPRSF-t5kbsdr1E name.

Get-StoragePluginArchivedSnapshot -Name pdcqastg11:-pure14-AAB97A18587ghudDaPRSF-t5kbsdr1E

Page updated 2/12/2024

Page content applies to build 12.1.1.56