An Otter Wiki
Attachments
History
Blame
View Source
Changelog
Documentation
Toggle dark mode
Login
Home
A - Z
Page Index
Hyper-V
Cluster
Powershell
StorageSpaceDirect
Vmode
An Otter Wiki
Hyper-V
Powershell
825412
Commit
825412
2026-04-10 10:06:25
Peter
: -/-
hyper-v/powershell.md
..
@@ 1,4 1,7 @@
# Powershell
-
`New-VHD -Path "C:\Hyper-V\Virtual Hard Disks\MyDisk.vhdx" -SizeBytes 64GB
-
New-VHD -Path "D:\VMs\FixedDisk.vhdx" -SizeBytes 100GB -Fixed`
+
```
+
New-VHD -Path "C:\Hyper-V\Virtual Hard Disks\MyDisk.vhdx" -SizeBytes 64GB
+
+
New-VHD -Path "D:\VMs\FixedDisk.vhdx" -SizeBytes 100GB -Fixed
+
```
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9