Dismount-Iscsi Virtual Disk Snapshot

Dismounts the snapshot.

Syntax

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

Description

Note: This cmdlet is deprecated and might be removed in a future release. We recommend that you do not use this cmdlet.

The Dismount-IscsiVirtualDiskSnapshot cmdlet dismounts the snapshot. The snapshot will not be accessible after dismount. This cmdlet operates on snapshots in the virtual disk 1.0 (VHD) format only.

Examples

Example 1: Dismount all snapshots

PS C:\> Get-IscsiVirtualDiskSnasphot | Dismount-IscsiVirtualDiskSnasphot

This example gets all of the snapshot and dismounts them.

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