PowerShell Logo Small

Import-IscsiVirtualDisk



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

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

SYNTAX


Import-IscsiVirtualDisk [-Path] <String> [-ComputerName <String>] [-Credential <PSCredential>] [-Description <String>] [-PassThru] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Import-IscsiVirtualDisk cmdlet adds an iSCSI Virtual Disk object using an existing virtual hard disk (VHD) file. This cmdlet imports virtual disks in both VHD and VHDX
formats. The New-IscsiVirtualDisk cmdlet creates virtual disks in the VHDX format only.



<

RELATED LINKS

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

REMARKS

<

Examples


EXAMPLE 1

PS C:\> Import-IscsiVirtualDisk –Path "E:\Temp\test.vhd" -Description "Migrated from fs1"



This example creates a Virtual Disk object for an existing VHD file located at E:\Temp\test.vhd and sets the Virtual Disk object description to Migrated from fs1.