Hi All,
I would like to create a report where we can get the below highlighted (Hardware) details against the node.
i used the below query to find the all hardware column in all DB table but unfortunately, i did not the same info in all table,
SELECT COLUMN_NAME, TABLE_NAME
FROM INFORMATION_SCHEMA.COLUMNS
WHERE COLUMN_NAME LIKE '%Hardware%'
Could you please anyone can help use so that we can make a good report, which helps we can understand how many node are physical and virtual and where same is hosted. because this tap is showing also info like, VM is hosted in which esxi or VM is hosted in which hyper-v node.
Thanks
k