Remove-FloppyDrive

This cmdlet removes the virtual floppy drives from their locations.

Syntax

-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

    Feedback

    Was this page helpful?