Get-NetAppSnapshot

Short Description

Returns NetApp storage snapshots.

Platform: VMware

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

Syntax

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

Detailed Description

This cmdlet returns existing NetApp storage snapshots.

You can get the list of all storage snapshots, or look for a specific snapshot by name or associated volume.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

Specifies the array of the snapshot names. The cmdlet will return the snapshots with these names.

String[]

False

Named

False

Volume

Specifies the array of volumes. The cmdlet will return the snapshots of these volumes.

Accepts the CSanVolume[] object. To get this object, run the Get-NetAppVolumeReturns NetApp storage volumes added to the backup infrastructure. cmdlet.

CSanVolume[]

False

Named

True (ByPropertyName, ByValue)

<CommonParameters>

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

Examples

Get-NetAppSnapshotExample 1. Getting Volumes of All NetApp Storage Systems

This command returns the list of all snapshots.

Get-NetAppSnapshot

Get-NetAppSnapshotExample 2. Getting Volumes of All NetApp Storage Systems

This example shows how to get snapshots of a specific volume.

$vol = Get-NetAppVolume | Select -last 1

Get-NetAppSnapshot -Volume $vol

Perform the following steps:

  1. Run the Get-NetAppVolumeReturns NetApp storage volumes added to the backup infrastructure. cmdlet. Select the last volume in the list. Save the result to the $vol variable.
  2. Run the Get-NetAppSnapshot cmdlet. Set the $vol variable as the Volume parameter value.

Get-NetAppVolumeReturns NetApp storage volumes added to the backup infrastructure.

Page updated 2026-08-19

Page content applies to build 13.1.1.18