PowerShell Logo Small

Remove-IscsiVirtualDiskSnapshot



This is the built-in help made by Microsoft for the command 'Remove-IscsiVirtualDiskSnapshot', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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

Deletes the specified snapshot.

SYNTAX


Remove-IscsiVirtualDiskSnapshot [-SnapshotId] <String> [-ComputerName <String>] [<CommonParameters>]
Remove-IscsiVirtualDiskSnapshot [-ComputerName <String>] -InputObject <IscsiVirtualDiskSnapshot> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Remove-IscsiVirtualDiskSnapshot cmdlet deletes the specified snapshot.



<

RELATED LINKS


REMARKS

<

Examples


EXAMPLE 1

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



This example deletes the snapshot with the identifier (ID) {E9A5BA03-85B9-40CA-85DF-DC1695690B40}.




EXAMPLE 2

PS C:\> Remove-IscsiVirtualDiskSnapshot –SnapshotId "{E9A5BA03-85B9-40CA-85DF-DC1695690B40}" -ComputerName "fscluster.contoso.com"



This example deletes the snapshot with the ID {E9A5BA03-85B9-40CA-85DF-DC1695690B40} on the remote file server cluster named
fscluster.contoso.com.