Checking all machie with windows update installed and exporting to csv file
I would check all the machines on my network if a windows update was successfully installed. I am using the command "Get-HotFix -ID KB4345421" works perfectly on a local machine, now how do I run all the machines and get the result in a text file or some report ?
Thank you
1 Comment
[ + ] Show comment
-
If you are looking for a particular patch, but maybe it was superseded, how do you know if the original patch was installed or the superseded patch is instead? - lama01 6 years ago
Answers (1)
Please log in to answer
Posted by:
feeldamped
6 years ago
Hi,
If you're logged into the K1000 go to "Inventroy>Software" and you can search for that update "4345421". This will show the machines that have that update.
I would then go to the reporting section, and work on creating a report that will find that hotfix and give you a list of the machines it is on. You can then save that report as a text file or excel file. I believe there are some example reports already that shows the same process with Hotfixes.
Thanks
Comments:
-
Thank you! - madro 6 years ago