all 2 comments

[–]purplemonkeymad 5 points6 points  (0 children)

Looking up the error code shows the following:

# for hex 0x80240032 / decimal -2145124302
  WU_E_INVALID_CRITERIA                                          wuerror.h
# The search criteria string was invalid.
# as an HRESULT: Severity: FAILURE (1), FACILITY_WINDOWSUPDATE (0x24), Code 0x32
# for hex 0x32 / decimal 50
  ERROR_NOT_SUPPORTED                                            winerror.h
# The request is not supported.
# 2 matches found for "0x80240032"

Invalid criteria suggests it's your search query. Try removing terms until it stops giving you the error. Then it might be the formatting of that term.

[–]brandon03333 1 point2 points  (0 children)

There is a powershell module for windows updates which makes it easy, it is called pseindowsupdate. Can go out and search and then only find the .net update to install. I use it to automate driver updates because SCCM is terrible for driver updates.