Important Information: This article is deprecated and is no longer updated. As of October 2023, PRTG no longer supports Windows Server 2012 R2. We recommend you use the most recent version of Windows Server. |
This article applies to PRTG Network Monitor 16 or later
Fixing the Windows Updates Status (Powershell) Sensor after Windows 2012 R2 Update
If the Windows Updates Status (Powershell) sensor suddenly stops working and shows the error message Exception calling "Search" with "1" argument(s): "Exception from HRESULT: 0x80244007", the reason may be an update for Windows Server 2012 R2 (KB3159706).
This update enables ESD decryption provision in WSUS and has a number of manual post installation requirements. Once you have done these post install requirements, the WSUS service and so the sensor will work again.
Please follow the steps below to fulfill the post install requirements.
- Open an elevated Command Prompt window, and then run the following command (case sensitive, assume "C" as the system volume):
"C:\Program Files\Update Services\Tools\wsusutil.exe" postinstall /servicing
- Select HTTP Activation under .NET Framework 4.5 Features in the Server Manager Add Roles and Features wizard.
- Restart the WSUS service.
(Thank you, Peter King!)
Add comment