PowerShell Logo Small

Remove-IscsiVirtualDisk



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

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

SYNTAX


Remove-IscsiVirtualDisk [-Path] <String> [-ComputerName <String>] [-Credential <PSCredential>] [<CommonParameters>]
Remove-IscsiVirtualDisk [-ComputerName <String>] [-Credential <PSCredential>] -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

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

REMARKS

<

Examples


EXAMPLE 1

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



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