Checkpoint-IscsiVirtualDisk

Checkpoint-IscsiVirtualDisk

Creates a virtual disk snapshot.

構文

Parameter Set: Default
Checkpoint-IscsiVirtualDisk [-OriginalPath] <String> [-ComputerName <String> ] [-Credential <PSCredential> ] [-Description <String> ] [ <CommonParameters>]

詳細説明

The Checkpoint-IscsiVirtualDisk cmdlet creates a snapshot.

パラメーター

-ComputerName<String>

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.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-Credential<PSCredential>

Specifies the credentials when connecting to a remote computer.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-Description<String>

Specifies the description for the iSCSI virtual disk snapshot.

エイリアス

なし

必須?

false

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

-OriginalPath<String>

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

エイリアス

Path

必須?

true

位置は?

1

既定値

なし

パイプライン入力を許可する

True (ByPropertyName)

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

  • None

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • Microsoft.Iscsi.Target.Commands.IscsiVirtualDiskSnapshot

EXAMPLE 1

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

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

EXAMPLE 2

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.

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

関連トピック

Convert-IscsiVirtualDisk

Get-IscsiVirtualDisk

Import-IscsiVirtualDisk

New-IscsiVirtualDisk

Remove-IscsiVirtualDisk

Restore-IscsiVirtualDisk

Set-IscsiVirtualDisk