Hyper-v Get Hyper-V Virtual Machine Process ID and GUID June 12, 2013 Kapuwa Leave a comment Copy the following command and enter it in a PowerShell window with elevated credentials: Get-WmiObject -Namespace root\virtualization -class msvm_computersystem | select elementname, operationalstatus, processid, name| ft -auto For example: