PowerShell Logo Small

Set-VMFloppyDiskDrive



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

Configures a virtual floppy disk drive.

SYNTAX


Set-VMFloppyDiskDrive [-VMName] <String[]> [[-Path] <String>] [-ComputerName <String[]>] [-Passthru] [-ResourcePoolName <String>] [<CommonParameters>]
Set-VMFloppyDiskDrive [-VM] <VirtualMachine[]> [[-Path] <String>] [-Passthru] [-ResourcePoolName <String>] [<CommonParameters>]
Set-VMFloppyDiskDrive [-VMFloppyDiskDrive] <VMFloppyDiskDrive[]> [[-Path] <String>] [-Passthru] [-ResourcePoolName <String>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-VMFloppyDiskDrive cmdlet configures a virtual floppy disk drive.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/?LinkID=306943

REMARKS

<

Examples


Example 1

PS C:\>Set-VMFloppyDiskDrive TestVM C:\Test.vfd



Connect C:\Test.vfd to the virtual floppy disk of virtual machine TestVM.