PowerShell Logo Small

Checkpoint-IscsiVirtualDisk



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

Creates a virtual disk snapshot.

SYNTAX


Checkpoint-IscsiVirtualDisk [-OriginalPath] <String> [-ComputerName <String>] [-Description <String>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Checkpoint-IscsiVirtualDisk cmdlet creates a snapshot.



<

RELATED LINKS


REMARKS

<

Examples


EXAMPLE 1

PS C:\> Checkpoint-IscsiVirtualDisk –OriginalPath "D:\VHDs\DB.vhd"



This example creates a snapshot of the VHD with the path D:\VHDs\DB.vhd.




EXAMPLE 2

PS C:\> Checkpoint-IscsiVirtualDisk –OriginalPath "D:\VHDs\DB.vhd" -Description "Before database merge" -ComputerName "fssvr.contoso.com"



This example creates a snapshot of the VHD with the path D:\VHDs\DB.vhd, and gives a description of the snapshot. The operation will take
place on a remote computer with the name fssvr.contoso.com.