Last Installation Patch detail and installed Date on server

Dear All,

Greetings of the day…

I just want to know that Is there any option in web report or console that We can get last installed patch detail and install data on any server.

Looking for help.

Regards
Manish

Below is the Relevance for last installed patch date and Time

((if (exists property “HotFixID” of it) then (string value of property “HotFixID” of it) else ("")), (if (exists property “InstalledOn” of it) then ((if (exists hexadecimal integer (it)) then (((month of it as integer as string&"/"& day_of_month of it as integer as string&"/"&year of it as string) of ((january 1 of 1601)+((hexadecimal integer (it)/(864000000000))day))) of it) else (it)) of string value of property “InstalledOn” of it) else ("")), (if (exists property “Description” of it) then (string value of property “Description” of it) else (""))) of select objects " from Win32_QuickFixEngineering" of WMI

Thanks Manish!,

Can you help me to get the Last patch ID (KB ID) and Installation details in Windows OS.

When you say last patch ID KB number,Are you looking for KB installed from Server end ?

Both requirement seems to be same, Please refer below link