Forum Discussion
How do I get windowsupdate.log from a remote device without psremoting enabled? - ANSWERED
- Aug 25, 2020
PaulKlerkx Without being able to use PS Remoting (or something like the SysInternals PSExec tool, I presume), a ConfigMgr console script is probably the easiest solution.
For what it's worth, the 0x8024000e return code translates to WU_E_XML_INVALID: "Windows Update Agent found invalid information in the update's XML data".
PaulKlerkx Without being able to use PS Remoting (or something like the SysInternals PSExec tool, I presume), a ConfigMgr console script is probably the easiest solution.
For what it's worth, the 0x8024000e return code translates to WU_E_XML_INVALID: "Windows Update Agent found invalid information in the update's XML data".
Michiel Overweel Awesome, thankyou, not sure why I never thought of the MECM script idea, that should work perfectly.
Re the error message, I did find that, but the updates install fine on plenty of other computers, just a small percentage with these messages, can't see how the xml would be dodgy for one, but ok for others. Seems like it is maybe rather a symptom of something else wrong on the devices.