Command to Get List of Patches installed on Windows 2008 R2 and Windows 2012
- Manytime we get request from application owners who request for list of patches instaled and on what date
- You can use the below command to get the list of Patches from the server. This will Create a html file called hotfix.html in your C: drive.
- wmic qfe list brief /format:htable > "c:\hotfix.html"
No comments:
Post a Comment