PowerShell Logo Small

Checkpoint-IscsiVirtualDisk



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

Creates a virtual disk snapshot.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Checkpoint-IscsiVirtualDisk cmdlet creates a snapshot.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=294068
Convert-IscsiVirtualDisk
Get-IscsiVirtualDisk
Import-IscsiVirtualDisk
New-IscsiVirtualDisk
Remove-IscsiVirtualDisk
Restore-IscsiVirtualDisk
Set-IscsiVirtualDisk

REMARKS

<

Examples


EXAMPLE 1

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



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




EXAMPLE 2

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



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