Is there any way I can see if windows updates installed correctly or failed. Something like windows update history but through SCCM.

I had some trouble with paths and its ineffective running to the clients and controll.

有帮助吗?

解决方案

There are multiple ways to check this, but none of them are really perfect:

  • use Reporting. e.g. "Management 4 - Deployments that target a computer", "Compliance 4 - Deployment (per update)", ... etc. Or some other report, there are tons of reports that tell you basically the same things.

  • use logging. You can view the status messages and see if the computer installed updates. But this is more useful for troubleshooting and not for checking if all updates were installed.

  • the client also writes logfiles into the ccm directory http://technet.microsoft.com/en-us/library/bb693878.aspx

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top