Overview:
This article outlines the basic troubleshooting steps to resolve remediation failures related to Microsoft security patches in your environment using the Patch Management module.
Step 1: Check Patch Repository Reachability
Navigate to the Patch Management dashboard.
Under Security Patches, locate the Patch Repository information under the Status section.
Click on the repository status to check reachability to the patch source (Microsoft Patch Server or WSUS Server).
Ensure the "Reachable" status is
True
.If
False
, the device is unable to communicate with the patch repository, which could cause remediation to fail.
Step 2: Validate Patch Availability on Device
Access the device remotely.
Open Windows PowerShell with Administrator privileges.
Run the following command to list available updates:
powershell -Command "(New-Object -ComObject Microsoft.Update.Session).CreateupdateSearcher().Search('IsHidden=0 and IsInstalled=0').Updates | Select-Object Title"If updates are available, they should be listed.
If you receive error codes, these must be resolved first before proceeding with patch remediation.
Step 3: Verify Disk Space Availability
Insufficient disk space, especially on the C: drive or the System Reserved partition, can cause patches to fail.
Ensure enough space is available to download and install updates.
Step 4: Understand Common Failure Reasons
A. Windows Update Service Disabled
Error Message:
Resolution: Enable the Windows Update service and retry remediation.
B. Pending Reboots
Patches may fail if a previous update is pending a reboot.
Reboot the system and try remediation again.
Step 5: Run Windows Update Troubleshooter
Navigate to:
Settings → Update & Security → Troubleshoot → Windows UpdateFollow the on-screen instructions to detect and fix common update issues.
Step 6: Review Windows Update Logs
Use PowerShell to generate a readable log: Run the below command
Get-WindowsUpdateLog
Step 7: Temporarily Disable Antivirus
Some third-party antivirus programs may interfere with patch installation.
Temporarily disable the antivirus and reattempt patch remediation.
Conclusion:
Following the steps above should help identify and resolve most basic issues related to Microsoft patch remediation failures. For persistent issues, please collect logs and contact support for further investigation.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article