Hello All,
I am working on a task to create a report to get the esx\esxi host patch details with build version.
Steps Followed: I have created ODBC connection for the VCenter databases in my system.
Using these ODBC connections, I do a query to SQL DB using EXCEL
The fields I am looking are as follows:
Host Name:
Cluster Name:
Product Full Name:
Patch Install Date:
Patch Name
I am able to query for the first three infomation from SQL.
I need to get the patch install date and the patch information installed with time stamp.
Please advice.