PowerShell Logo Small

Remove-IscsiVirtualDisk



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

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

SYNTAX


Remove-IscsiVirtualDisk [-Path] <String> [-ComputerName <String>] [<CommonParameters>]
Remove-IscsiVirtualDisk [-ComputerName <String>] -InputObject <IscsiVirtualDisk> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Remove-IscsiVirtualDisk cmdlet deletes the iSCSI Virtual Disk object. The virtual hard disk (VHD) file is not deleted.



<

RELATED LINKS


REMARKS

<

Examples


EXAMPLE 1

PS C:\> Remove-IscsiVirtualDisk –Path "E:\temp\vhd1.vhd"



This example deletes a virtual disk with the path E:\temp\vhd1.vhd.