Remove-FloppyDrive
This cmdlet removes the virtual floppy drives from their locations.
Syntax
Parameters
Required | Parameter Name | Type | Position | Features | Description |
---|---|---|---|---|---|
required
|
Floppy | FloppyDrive[] | named |
|
Specifies the virtual floppy drives you want to remove. |
optional | ProgressAction | ActionPreference | named |
|
Output
Examples
Example 1
$floppy = Get-FloppyDrive -VM VM Remove-FloppyDrive -Floppy $floppy
Removes the floppy drive of the virtual machine named VM.
Related Commands
FloppyDrive
This cmdlet retrieves the virtual floppy drives available on a vCenter Server system.
This cmdlet creates a new virtual floppy drive.
This cmdlet removes the virtual floppy drives from their locations.
This cmdlet modifies the configuration of the specified virtual floppy drive.