July 2013
Intermediate to advanced
152 pages
3h 22m
English
In this section Thomas Roettinger summarizes a number of different Windows PowerShell commands for performing storage-related tasks.
For storage-related tasks, some of the Windows PowerShell commands are not present in the Hyper-V Manager UI, for example changing the physical sector size. These commands can be useful when troubleshooting different kinds of storage-related issues involving Hyper-V hosts and virtual machines.
Convert a VHD to a VHDX
Convert-VHD –Path c:\temp\temp.vhd –destinationpath d:\temp\test.vhdx
Collect VHD/VHDX information, for example Physical Sector Size
Get-VHD –Path c:\temp\test.vhdx
Change Physical Sector Size of a VHDX, as required for Windows ...
Read now
Unlock full access