PowerShell Logo Small

Get-IscsiVirtualDiskSnapshot



This is the built-in help made by Microsoft for the command 'Get-IscsiVirtualDiskSnapshot', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets the properties of the snapshots.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


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



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=294076
Dismount-IscsiVirtualDiskSnapshot
Export-IscsiVirtualDiskSnapshot
Mount-IscsiVirtualDiskSnapshot
Remove-IscsiVirtualDiskSnapshot
Set-IscsiVirtualDiskSnapshot

REMARKS

<

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.