Get-IscsiVirtualDiskSnapshot

Gets the properties of the snapshots.

Syntax

Get-IscsiVirtualDiskSnapshot
   [[-OriginalPath] <String>]
   [-ComputerName <String>]
   [-Credential <PSCredential>]
   [<CommonParameters>]
Get-IscsiVirtualDiskSnapshot
   [-SnapshotId <String>]
   [-ComputerName <String>]
   [-Credential <PSCredential>]
   [<CommonParameters>]

Description

The Get-IscsiVirtualDiskSnapshot cmdlet gets properties of snapshots on a iSCSI virtual disk.

Examples

EXAMPLE 1

PS C:\> Get-IscsiVirtualDiskSnapshot

This example gets all of the virtual disk snapshots on the local server.

EXAMPLE 2

PS C:\> Get-IscsiVirtualDiskSnapshot -SnapshotId "{E9A5BA03-85B9-40CA-85DF-DC1695690B40}"

This example gets all of the virtual disk snapshots with the Id {E9A5BA03-85B9-40CA-85DF-DC1695690B40} on the local server.

EXAMPLE 3

PS C:\> Get-IscsiVirtualDiskSnapshot -Path "E:\temp\test.vhdx"

This example gets the snapshots that were taken for the virtual disk E:\temp\test.vhdx.

Parameters

-ComputerName

Specifies the computer name, or IP address, of the remote computer, if this cmdlet is run on a remote computer.

Specifies the cluster resource group network name, or cluster node name, if this cmdlet is run on a cluster configuration.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-Credential

Specifies the credentials when connecting to a remote computer.

Type:PSCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-OriginalPath

Specifies the path of the virtual hard disk (VHD) file that is associated with the iSCSI virtual disk to which the snapshot belongs.

Type:String
Aliases:Path
Position:0
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-SnapshotId

Specifies the identifier (ID) for the snapshot.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

Inputs

Microsoft.Iscsi.Target.Commands.IscsiVirtualDisk

Outputs

Microsoft.Iscsi.Target.Commands.IscsiVirtualDiskSnapshot