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

Get-ThinkSystemSnapshot

Short Description

Returns ThinkSystem storage snapshots.

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

Syntax

Get-ThinkSystemSnapshot [-Name <string[]>] [-Volume <CSanVolume[]>] [<CommonParameters>]

Detailed Description

This cmdlet returns existing ThinkSystem storage snapshots.

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
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 create this object, run the Get-ThinkSystemVolume cmdlet.

False

Named

True (ByValue, ByPropertyName)

<CommonParameters>

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

Examples

Example 1. Getting All Snapshots

Example 2. Getting Snapshots of Specific Volume

Related Commands

Get-ThinkSystemVolume