Checkpoint-IscsiVirtualDisk

Creates a virtual disk snapshot.

Syntax

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

Description

The Checkpoint-IscsiVirtualDisk cmdlet creates a snapshot.

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.

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
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-Credential

Specifies the credentials when connecting to a remote computer.

Type:PSCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-Description

Specifies the description for the iSCSI virtual disk snapshot.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-OriginalPath

Specifies the path of the virtual hard disk (VHD) file that is associated with the iSCSI virtual disk to which the snapshot belongs.

Type:String
Aliases:Path
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

Inputs

None

Outputs

None