Get-StoragePluginSnapshot
Short Description
Returns snapshots of Universal Storage API integrated systems.
Applies to
Platform: VMware
Product Edition: Enterprise Plus, Veeam Universal License
Storage System: IBM Spectrum Virtualize, INFINIDAT InfiniBox, Pure Storage
Syntax
Get-StoragePluginSnapshot [-Name <String[]>] [-Volume <CSanVolume[]>] [<CommonParameters>]  | 
Detailed Description
This cmdlet returns snapshots of Universal Storage API integrated systems.
You can get the list of all storage snapshots, or look for a specific snapshot by name or associated volume.
Parameters
Parameter  | Description  | Type  | Required  | Position  | Accept  | 
|---|---|---|---|---|---|
Name  | Specifies the array of snapshot names. The cmdlet will return the snapshots with these names.  | String[]  | False  | Named  | False  | 
Volume  | Specifies the array of storage volumes. The cmdlet will return the snapshots of these volumes.  | Accepts the CSanVolume[] object. To get the object, run the Get-StoragePluginVolume cmdlet.  | False  | Named  | True (ByValue,  | 
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Getting Storage Snapshot by Name
This example shows how to get a storage snapshot by name. The cmdlet will look for the snapshot across all Universal Storage API integrated systems. 
  | 
Example 2.Getting Snapshots of Several Storage Volumes
This example shows how to get snapshots of several storage volumes. 
 Perform the following steps: 
  | 
Related Commands