How to Check Patch Compliance in Windows Computer or Server
Before checking, First you need to know what the latest patch/update/KB.no available for the particular Classification (like Security Updates/Updates) for a particular product (like Windows Server 2008 R2).
if you dont know that use, below link to browse the lates update information available in microsoft.
Link: https://www.catalog.update.microsoft.com/home.aspx
Once you identify the KB no., try the below CMD in cmd.exe to check weather latest patch is updated, if not download from the above link and installed.
CMD>> wmic qfe | find "KB3185911"
Before checking, First you need to know what the latest patch/update/KB.no available for the particular Classification (like Security Updates/Updates) for a particular product (like Windows Server 2008 R2).
if you dont know that use, below link to browse the lates update information available in microsoft.
Link: https://www.catalog.update.microsoft.com/home.aspx
CMD>> wmic qfe | find "KB3185911"
No comments:
Post a Comment