Convert-IscsiVirtualDisk

Converts an iSCSI virtual disk to a Generation one Advanced Format-aligned (4K sector technology) virtual disk.

Syntax

Convert-IscsiVirtualDisk
       [-Path] <String>
       [-DestinationPath] <String>
       [<CommonParameters>]

Description

The Convert-IscsiVirtualDisk cmdlet converts an iSCSI virtual disk to a Generation one Advanced Format-aligned (4K sector technology) virtual disk. If an attempt is made to load a VHD created by the previous version of the iSCSI Target in Windows Server® 2012, then the VHD must be converted by running this cmdlet. This cmdlet performs copy and conversion at the same time. A remote file share or local path for both source and destination path can be specified.

Note: Use this cmdlet if iSCSI Target 3.3 differencing virtual disks are migrated to Windows Server 2012 differencing virtual disks.

Examples

EXAMPLE 1

PS C:\> Convert-IscsiVirtualDisk -Path \\zamfirsvr\VHDs\test.vhd -DestinationPath \\win8svr\VHDs\test.vhd

This example copies and converts the VHD namedtest.vhd from \\zamfirsvr\VHDs\ to \\win8svr\VHDs. The VHD named test.vhd can be loaded after the conversion.

Parameters

-DestinationPath

Specifies the destination path of the iSCSI virtual disk path to which to be copied and converted.

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

-Path

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

Filter the iSCSI Virtual Disk object using this parameter.

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

Inputs

None

Outputs

None