Share via


Get-hotfix Office KB

Question

Thursday, June 30, 2016 9:24 PM

 Hi,

 How can I get all the KB including Office KB articles?

get-hotfix only pulls Security KB NOT Office.

Thank you

Tuan

All replies (3)

Friday, July 1, 2016 6:25 AM ✅Answered

Tuan,

Get-Hotfix only queries the operating system update list, aka Windows updates, so you won't see the Office updates.

The scripts shared in this blog post should be helpful for you:

https://blogs.msdn.microsoft.com/pranavwagh/2008/06/20/how-to-get-a-list-of-updates/

Regards,

Ethan Hua

Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]


Tuesday, July 5, 2016 10:03 PM ✅Answered

unfortunately that blog article doesn't mention that the particular WMI class is only available if the computer already has SMS or ConfigMgr client upon it, and if you have SMS or Configmgr then you probably should be using SMS or ConfigMgr to get the data you need...

If you don't have SMS or ConfigMgr, this discussions may be useful

https://social.technet.microsoft.com/Forums/en-US/1d9b81ab-90c7-42ba-831d-b60269487fb7/command-to-take-installed-office-updates?forum=w7itproinstall

Don [doesn't work for MSFT, and they're probably glad about that ;]


Tuesday, July 5, 2016 6:27 PM

Thank you!!!

Tuan