WindowsUpdateTools

1.1.1

Comprehensive PowerShell module for diagnosing, analyzing, and remediating Windows Update issues in enterprise environments. Includes SetupDiag integration, automated remediation, and detailed health reporting.

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name WindowsUpdateTools -RequiredVersion 1.1.1

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name WindowsUpdateTools -Version 1.1.1

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2025 CSOLVE. All rights reserved.

Package Details

Author(s)

  • Anthony Balloi - CSOLVE

Tags

WindowsUpdate Remediation Diagnostics Enterprise Intune SCCM SetupDiag Windows10 Windows11 WSUS Troubleshooting Automation SystemAdmin

Functions

Test-WindowsUpdateHealth Repair-WindowsUpdate

PSEditions

Desktop Core

Dependencies

This module has no dependencies.

Release Notes

WindowsUpdateTools v1.1.1
Bug Fixes:
- **Issue:** The `Issues[].Details` hashtables were always empty because `New-WUHealthIssue` calls in `Test-WindowsUpdateHealth.ps1` did not pass the `-Details` parameter.
- **Root Cause:** When `-Details` was not supplied, the function created empty hashtables (`@{}`) instead of including the available diagnostic info.
- **Resolution:** Updated all `New-WUHealthIssue` calls in `Test-WindowsUpdateHealth.ps1` to include detailed information, ensuring the `Details` field is now correctly populated in results.

FileList

Version History

Version Downloads Last updated
1.4.2 13 6/19/2025
1.4.1 8 6/19/2025
1.4.0 18 6/19/2025
1.3.0 49 6/18/2025
1.2.0 6 6/18/2025
1.1.1 (current version) 322 6/17/2025
1.1.0 7 6/17/2025
Show less