PowerShell Logo Small

Import-IscsiVirtualDisk



This is the built-in help made by Microsoft for the command 'Import-IscsiVirtualDisk', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 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>] [-Description <String>] [-PassThru [<SwitchParameter>]] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Import-IscsiVirtualDisk cmdlet adds an iSCSI Virtual Disk object using an existing virtual hard disk (VHD) file.



<

RELATED LINKS


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.