Lapas

trešdiena, 2016. gada 20. jūlijs

Get list of Hyper-V VM disks

Run in PowerShell: Get-VMHardDiskDrive | Select-Object -Property VMName, VMId, ComputerName, ControllerType, ControllerNumber, ControllerLocation, Path | Sort-Object -Property VMName | Out-GridView -Title "Virtual Disks"

Enter VM name or * to get all.

Nav komentāru:

Ierakstīt komentāru