You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **New-VFD** cmdlet creates a new virtual floppy disk.
24
+
25
+
The `New-VFD` cmdlet creates a new virtual floppy disk.
25
26
26
27
## EXAMPLES
27
28
28
29
### Example 1
29
-
```
30
-
PS C:\> New-VFD "c:\floppy.vfd"
30
+
31
+
```powershell
32
+
New-VFD "C:\floppy.vfd"
31
33
```
32
34
33
-
Creates a new virtual floppy drive at the specified path.
34
-
This can be then used in the **Set-VMFloppyDiskDrive** cmdlet to attach the virtual floppy disk to a virtual machine.
35
+
Creates a new virtual floppy drive at the specified path. This can be then used in the
36
+
`Set-VMFloppyDiskDrive` cmdlet to attach the virtual floppy disk to a virtual machine.
35
37
36
38
## PARAMETERS
37
39
38
40
### -CimSession
39
-
Runs the cmdlet in a remote session or on a remote computer.
40
-
Enter a computer name or a session object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967) or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet.
41
-
The default is the current session on the local computer.
41
+
42
+
Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session
43
+
object, such as the output of a [New-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227967)
44
+
or [Get-CimSession](https://go.microsoft.com/fwlink/p/?LinkId=227966) cmdlet. The default is the
Shows what would happen if the cmdlet runs. The cmdlet isn't run.
122
129
123
130
```yaml
124
131
Type: SwitchParameter
@@ -127,16 +134,22 @@ Aliases: wi
127
134
128
135
Required: False
129
136
Position: Named
130
-
Default value: False
137
+
Default value: None
131
138
Accept pipeline input: False
132
139
Accept wildcard characters: False
133
140
```
134
141
135
142
### CommonParameters
136
-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
143
+
144
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
0 commit comments