Shrink VHD VHDX

From KlavoWiki
Revision as of 00:52, 7 June 2020 by David (talk | contribs) (Created page with "Windows Powershell <pre> Optimize-VHD -Path 'C:\ClusterStorage\HyperV Data\Virtual Hard Disks\myserver.vhdx' -Mode Full </pre> <pre> Get-VHD -Path 'C:\ClusterStorage\HyperV...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Windows Powershell

Optimize-VHD -Path 'C:\ClusterStorage\HyperV Data\Virtual Hard Disks\myserver.vhdx' -Mode Full


Get-VHD -Path 'C:\ClusterStorage\HyperV Data\Virtual Hard Disks\myserver.vhdx'