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
Merges a differencing VHD to its parent VHD using Diskpart.
.DESCRIPTION
The Merge-DpVhdDiffToParent function merges a differencing VHD to its parent VHD using Diskpart. It takes the path of the VHD file as a mandatory parameter and performs the merge operation using Diskpart commands.
.PARAMETER VHDPath
The path of the Differencing VHD file to be merged. This parameter is mandatory.