iSCSI Target Cmdlets in Windows PowerShell

Windows PowerShell® は、特にシステム管理用に設計された、タスク ベースのコマンド ライン シェルおよびスクリプト言語です。情報技術 (IT) プロフェッショナル向けのこの参照トピックは、スクリプトを作成してタスクを自動化するために Windows PowerShell コマンドレットを活用するうえでのサポートとなります。

iSCSI target service

This reference provides cmdlet descriptions and syntax for all iSCSI target service-specific cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.

Cmdlet Description

Add-IscsiVirtualDiskTargetMapping

Assigns a virtual disk to an iSCSI target.

Checkpoint-IscsiVirtualDisk

Creates a virtual disk snapshot.

Convert-IscsiVirtualDisk

Converts an iSCSI virtual disk to a 4K sector aligned advanced virtual disk 1.0 format.

注意

This cmdlet is deprecated and might be removed in a future release. We recommend that you do not use this cmdlet.

Dismount-IscsiVirtualDiskSnapsot

Dismounts a snapshot.

注意

This cmdlet is deprecated and might be removed in a future release. We recommend that you do not use this cmdlet.

Export-IscsiTargetServerConfiguration

Exports an iSCSI Target Server configuration.

Export-IscsiVirtualDiskSnapshot

Exports a snapshot.

Get-IscsiServerTarget

Obtains iSCSI targets and their associated properties.

Get-IscsiTargetServerSetting

Gets the global settings or common configurations for iSCSI targets, virtual disks or snapshots.

Get-IscsiVirtualDisk

Obtains the iSCSI virtual disks and their associated properties.

Get-IscsiVirtualDiskSnapshot

Gets properties of snapshots.

Import-IscsiTargetServerConfiguration

Imports an iSCSI Target Server configuration.

Import-IscsiVirtualDisk

Adds an iSCSI Virtual Disk object using an existing virtual hard disk (VHD) file.

Mount-IscsiVirtualDiskSnapsot

Mounts a snapshot locally.

注意

This cmdlet is deprecated and might be removed in a future release. We recommend that you do not use this cmdlet.

New-IscsiServerTarget

Creates a new iSCSI Target object with the specified name.

New-IscsiVirtualDisk

Creates an iSCSI virtual disk with the specified file path and size.

Remove-IscsiServerTarget

Deletes the specified iSCSI target.

Remove-IscsiVirtualDisk

Deletes a Virtual Disk object, without deleting the virtual hard disk (VHD) file.

Remove-IscsiVirtualDiskSnapshot

Deletes the specified snapshot.

Remove-IscsiVirtualDiskTargetMapping

Removes the assignment between the specified iSCSI virtual disk and the specified iSCSI target.

Resize-IscsiVirtualDisk

Resizes an iSCSI virtual disk.

Restore-IscsiVirtualDisk

Restores an iSCSI virtual disk from a snapshot.

Set-IscsiServerTarget

Modifies settings for the specified iSCSI target.

Set-IscsiTargetServerSetting

Sets the global settings or common configurations for an iSCSI target virtual disk.

Set-IscsiVirtualDisk

Modifies the settings for the specified iSCSI virtual disk.

Set-IscsiVirtualDiskSnapshot

Sets the description for a snapshot.

Stop-IscsiVirtualDiskOperation

Stops a long-running operation in progress on an iSCSI virtual disk.

注意

To list all the cmdlets that are available, use the Get-Command –Module IscsiTarget cmdlet.

任意のコマンドレットの詳細について、またはコマンドレットの構文の詳細については、Get-Help <コマンドレット名> コマンドレットを使用します。ここで、<コマンドレット名> は、調べようとするコマンドレットの名前です。詳細については、次のコマンドレットを実行できます。

Get-Help <コマンドレット名> -Detailed
Get-Help <コマンドレット名> -Examples
Get-Help <コマンドレット名> -Full