Automation

 View Only
  • 1.  How do we get the patch installation date via powercli?

    Posted Oct 09, 2020 03:44 PM

    I found a script that outputs the compliance report to csv files (Export Compliance Reports )

    the script worked great, but the report dont show when the patch was installed.  Is there a field that stores the install dates?  If yes, does somebody know what the field name is?



  • 2.  RE: How do we get the patch installation date via powercli?

    Posted Oct 09, 2020 04:31 PM

    Afaik there is no such field.

    The Patch information holds the date the patch was released and when it was last updated.
    But no sign of an installation date.

    With the esxcli vib command you can see the current component version and instal date, but it does not give you historical information.

    You could look in the /var/log/esxupdate but I'm not sure if that contains all the information you are looking for.