PowerShell Logo Small

New-VFD



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

Creates a virtual floppy disk.

SYNTAX


New-VFD [-Path] <String[]> [-ComputerName <String[]>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The New-VFD cmdlet creates a new virtual floppy disk.



<

RELATED LINKS


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

REMARKS

<

Examples


Example 1

PS C:\>New-VFD "c:\floppy.vfd"



Creates a new virtual floppy drive at the specified path. This can be then used in the Set-VMFloppyDiskDrive cmdlet to attach the virtual floppy disk to a virtual machine.