I am working on a script to automate the installation of Windows updates that I can deploy to multiple machines, so I don’t have to worry about updating them manually. I would like to write this in Python, but could not find anything about how this will be done. I need to know how to search for updates, download updates, and install them all from a python script. Any help would be great!
source
share