We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 318b0ec + 7a76832 commit d730eafCopy full SHA for d730eaf
docset/winserver2022-ps/hyper-v/Remove-VM.md
@@ -44,14 +44,14 @@ Removes virtual machine new 1.
44
45
### Example 2
46
```
47
-PS C:\> Remove-VM -Name "new 2" -Force
+Remove-VM -Name "new 2" -Force
48
49
50
Removes virtual machine new 2, suppressing the confirmation prompt.
51
52
### Example 3
53
54
-PS C:\> Get-VM -Name New* | Remove-VM -Force
+Get-VM -Name New* | Remove-VM -Force
55
56
57
Removes with no confirmation prompt all virtual machines having names starting with New.
0 commit comments