Script: Create a list of Windows Updates installed
I was troubleshooting some issues and I needed a way to collect an overview of Windows Updates installed on a couple of machines and after some digging around I found the following command line: gwmi Win32_QuickFixEngineering | select Description, Hotfixid But because I had to run this command on…
