Remove-Iscsi Virtual Disk Snapshot

Deletes the specified snapshot.

Syntax

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

Description

The Remove-IscsiVirtualDiskSnapshot cmdlet deletes the specified snapshot.

Examples

Example 1: Delete a snapshot by using an ID

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

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

Example 2: Delete a snapshot on a remote file server cluster

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.

Required Parameters

-InputObject

Accepts an iSCSI Virtual Disk Snapshot object from the input pipeline.

Type: IscsiVirtualDiskSnapshot
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-SnapshotId

Specifies the identifier (ID) for the snapshot.

Type: String
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

Optional 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
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-Credential

Specifies the credentials when connecting to a remote computer.

Type: PSCredential
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

Inputs

Microsoft.Iscsi.Target.Commands.IscsiVirtualDiskSnapshot

Outputs

None