New-VFD

Creates a virtual floppy disk.

Syntax

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

Description

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

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.

Parameters

-ComputerName

Specifies one or more virtual machine hosts on which the virtual floppy disk is to be created. NetBIOS names, IP addresses, and fully-qualified domain names are allowable. The default is the local computer - use "localhost" or a dot (".") to specify the local computer explicitly.

Type:String[]
Position:Named
Default value:.
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Path

Specifies the path to the new virtual floppy disk files to be created.

Type:String[]
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

Outputs

FileInfo