I have an application that uses WSUS client API to download and install updates. I have been trying to figure out how to report the client's status to the server once installs are complete, without having to run: wuauclt /detectnow from the command line.
The update log in C:\Windows\WindowsUpdate.txt does show the reporting event: 0 Success Pre-Deployment Check Reporting Client Status
So it seems that there is a way to report the status, I just can't find it in the API documentation.
Thanks in advance.