When running in verbos mode I get the below
The full traceback is:
Exception from HRESULT: 0x80072EE2
At line:503 char:21
+ throw $exp
+ ~~~~~~~~~~
+ CategoryInfo : OperationStopped: (:) [], COMException
+ FullyQualifiedErrorId : Exception from HRESULT: 0x80072EE2
at Invoke-AsyncMethod, <No file>: line 503
at <ScriptBlock>, <No file>: line 735
fatal: [SERVER NAME]: FAILED! => {
"changed": false,
"failed_update_count": 0,
"filtered_updates": [],
"found_update_count": 0,
"installed_update_count": 0,
"invocation": {
"module_args": {
"accept_list": null,
"category_names": [
"SecurityUpdates",
"CriticalUpdates"
],
"log_path": null,
"reboot": false,
"reboot_timeout": 1200,
"reject_list": null,
"server_selection": "windows_update",
"skip_optional": false,
"state": "installed",
"use_scheduled_task": false
}
},
"msg": "Searching for updates: Exception from HRESULT: 0x80072EE2 - Unknown WUA HRESULT 2147954402 (UNKNOWN 80072EE2)",
"reboot_required": false,
"updates": []
}
<SERVERNAME> Received final progress result from update task
EXEC (via pipeline wrapper)
The full traceback is:
Exception from HRESULT: 0x80072EE2
At line:503 char:21
+ throw $exp
+ ~~~~~~~~~~
+ CategoryInfo : OperationStopped: (:) [], COMException
+ FullyQualifiedErrorId : Exception from HRESULT: 0x80072EE2
at Invoke-AsyncMethod, <No file>: line 503
at <ScriptBlock>, <No file>: line 735
fatal: [SERVERNAME]: FAILED! => {
"changed": false,
"failed_update_count": 0,
"filtered_updates": [],
"found_update_count": 0,
"installed_update_count": 0,
"invocation": {
"module_args": {
"accept_list": null,
"category_names": [
"SecurityUpdates",
"CriticalUpdates"
],
"log_path": null,
"reboot": false,
"reboot_timeout": 1200,
"reject_list": null,
"server_selection": "windows_update",
"skip_optional": false,
"state": "installed",
"use_scheduled_task": false
}
},
"msg": "Searching for updates: Exception from HRESULT: 0x80072EE2 - Unknown WUA HRESULT 2147954402 (UNKNOWN 80072EE2)",
"reboot_required": false,
"updates": []
}
Was this post helpful?
thumb_up
thumb_down