Hello
I am wondering if there is any wmi class that helps in determining following information:
1.
VLAN IDs of the networks on the VM.
2.
VM associations and ISO image version for the VM
3.
The hostname of the VM being scanned
Also, when we go to task manager->performance
Which classes can be used for querying the information shows up in performance tab ?
I think
Win32_PerfRawData_PerfNet_Server can be used for :
uint32 PoolNonPagedBytes;
uint32 PoolPagedBytes;
and
Win32_LogicalMemoryConfiguration can also be used for querying memory ?
Please let me know
Thanks
Varun