I'm using
wmic qfe get HotFixID >> WindowsUpdateVersion.txt
in order to export a list of KB{num}. I am looking for a command to reshape this list in many columns (3 or 4 columns, .txt or .xls, not important). I have already tried with
wmic qfe get HotFixID /format:* >> WindowsUpdateVersion.txt
* (every WMIC Stylesheets)
but none of them seem to work properly.
Any ideas?
Thanks so much!