Commit a96ccf

2026-04-10 10:07:12 Peter: -/-
hyper-v/powershell.md ..
@@ 1,7 1,7 @@
# Powershell
```
- New-VHD -Path "C:\Hyper-V\Virtual Hard Disks\MyDisk.vhdx" -SizeBytes 64GB
+ New-VHD -Path "C:\Hyper-V\Virtual Hard Disks\MyDisk.vhdx" -SizeBytes 64GB ( dynamic disk )
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