PowerCLI Reference

Remove-FloppyDrive

Synopsis

This cmdlet removes the virtual floppy drives from their locations.

Syntax

Remove-FloppyDrive [-Floppy] <FloppyDrive[]> [-WhatIf] [-Confirm] [<CommonParameters>]

Related Commands

Online version
Get-FloppyDrive
New-FloppyDrive
Set-FloppyDrive

Detailed Description

This cmdlet removes the virtual floppy drives from their locations.

Parameters

NameTypeDescriptionRequired?Pipeline InputDefault Value
FloppyFloppyDrive[]Specifies the virtual floppy drives you want to remove.truetrue (ByValue)
ConfirmSwitchParameterIf the value is $true, indicates that the cmdlet asks for confirmation before running. If the value is $false, the cmdlet runs without asking for user confirmation.falsefalse
WhatIfSwitchParameterIndicates that the cmdlet is run only to display the changes that would be made and actually no objects are modified.falsefalse

Return Type

None

Notes

Examples

-------------- Example 1 --------------

$floppy = Get-FloppyDrive -VM VM

Remove-FloppyDrive -Floppy $floppy

Removes the floppy drive of the virtual machine named VM.


Copyright © VMware, Inc. All rights reserved.