Archive for June 12th, 2013

Get Hyper-V Virtual Machine Process ID and GUID

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:

Powered by WordPress and Bootstrap4