PowerShell Logo Small

Dismount-IscsiVirtualDiskSnapshot



This is the built-in help made by Microsoft for the command 'Dismount-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

Dismounts the snapshot.

SYNTAX


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



Search powershellhelp.space

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.



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1

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



This example gets all of the snapshot and dismounts them.