Remove-FloppyDrive Command | Vmware PowerCLI Reference

Remove-FloppyDrive

This cmdlet removes the virtual floppy drives from their locations.

Syntax

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

Parameters

Required Parameter Name Type Position Features Description
required
Floppy FloppyDrive[] named
  • pipeline
Specifies the virtual floppy drives you want to remove.

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.