PowerShell Logo Small

Dismount-IscsiVirtualDiskSnapshot



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

Dismounts the snapshot.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Dismount-IscsiVirtualDiskSnapshot cmdlet dismounts the snapshot. The snapshot will not be accessible after dismount.



<

RELATED LINKS

Get-IscsiVirtualDiskSnasphot

REMARKS

<

Examples


Example 1

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



This example gets all of the snapshot and dismounts them.