On windows server, when you installed new patches, you can use following commands to validate and check what patches are installed and which date –
windows command to list installed patches –
wmic qfe list brief

windows command to list installed patches with filtered date wise –
wmic qfe list brief | find “2024”
