Hi Erhard,
Here are the results:
----------------------------------------------------------------------------------------------------
Set namespace to: root\virtualization\v2
SELECT
Name
FROM
Win32_PerfRawData_IdePerfProvider_HyperVVirtualIDEControllerEmulated
Result: Specified class is not available
SELECT ElementName,EnabledState FROM Msvm_ComputerSystem WHERE name LIKE 'VMGUID'
Result: Blank response, no data returned but no error
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
Changing the namespace to root\cimV2
SELECT
Name
FROM
Win32_PerfRawData_IdePerfProvider_HyperVVirtualIDEControllerEmulated
Result: I get a list of VMs on each host
SELECT ElementName,EnabledState FROM Msvm_ComputerSystem WHERE name LIKE 'VMGUID'
Result: Specified class is not available
----------------------------------------------------------------------------------------------------
Still, trying to add the VM sensor to the two servers that returned a list of VMs I still get "No Virtual Machine Available".
Add comment