Skip to main content

Posts

Showing posts from March, 2019

Resize VHDX image

Set-ExecutionPolicy   -ExecutionPolicy   RemoteSigned Start-BitsTransfer   -Source   "\\SERVER\FOLDER\SOURCE_VDISK_NAME.vhdx"   -Destination   "\\SERVER\FOLDER\DESTINATION_VDISK_NAME.vhdx" Resize-VHD   –Path   "\\SERVER\FOLDER\DESTINATION_VDISK_NAME.vhdx"   –SizeBytes   ##GB