Hello,
I am actually installing Windows Updates on servers through SCCM with a Task Sequence in order to be able to launch few PowerShell scripts before and after the patching. This process works fine for most of the servers but on some I have that particular issue :
So at some point, the Task Sequence begins the updates installation (smsts.log) :
After few minutes, all updates are installed :
WUAHandler.log says taht all updates have been installed as well:
But the smsts.log remains this way, preventing the Task Sequence to go further :
It looks like the Software Update process doesn't give back the hand to the TSAgent, does someone already faced that issue ?