WindowsUpdateTools
1.1.0
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
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
Dependencies
This module has no dependencies.
Release Notes
WindowsUpdateTools v1.1.0 Release Notes
New Features:
- Test-WindowsUpdateHealth: Comprehensive Windows Update health assessment and analysis
- Repair-WindowsUpdate: Automated Windows Update remediation and repair operations
- Invoke-SetupDiag: Integration with Microsoft SetupDiag tool
- Comprehensive Analysis: Analysis of Windows Update installation history and configuration
- Private Remediation Functions: Internal functions for advanced troubleshooting
Public Functions:
- Test-WindowsUpdateHealth (Alias: Test-WUHealth)
- Repair-WindowsUpdate (Alias: Repair-WU)
Remediation Capabilities:
- System Reserved Partition disk space issues
- Component store corruption detection and repair using DISM and SFC
- Windows Update service reset and repair
- Driver installation hang resolution
- Generic Windows Update service failures
- WSUS deployment issues and Windows 11 24H2 compatibility
- Comprehensive or targeted repair strategies
Enterprise Features:
- Intune-compatible exit codes (0, 1, 1641, 3010)
- Structured logging with timestamps and severity levels
- PowerShell pipeline support with -PassThru
- SCCM Configuration Item templates
- Bulk enterprise reporting capabilities
System Requirements:
- Windows 10 1809+ or Windows Server 2019+
- PowerShell 5.1 or later
- .NET Framework 4.7.2+ (for SetupDiag functionality)
- Administrator privileges for remediation operations
FileList
- WindowsUpdateTools.nuspec
- README.md
- Private\Clear-WUUpgradeBlockingRegistry.ps1
- Private\Get-WUSystemHealth.ps1
- Private\Invoke-WUComprehensiveRemediation.ps1
- Private\Invoke-WUTroubleshooter.ps1
- Private\Resolve-WUComponentStore.ps1
- Private\Resolve-WUWSUSIssues.ps1
- Private\Write-WULog.ps1
- Private\Get-WUConfiguration.ps1
- Private\Get-WUSystemInfo.ps1
- Private\Invoke-WUEnhancedDiskCleanup.ps1
- Private\New-WUHealthIssue.ps1
- Private\Resolve-WUGenericErrors.ps1
- Private\Test-WUComponentStore.ps1
- Public\Repair-WindowsUpdate.ps1
- WindowsUpdateTools.psd1
- Private\Get-WUEventLogs.ps1
- Private\Get-WUUpdateHistory.ps1
- Private\Invoke-WUSetupDiag.ps1
- Private\Remove-WUProblematicDrivers.ps1
- Private\Resolve-WUSystemPartition.ps1
- Private\Test-WUServices.ps1
- Public\Test-WindowsUpdateHealth.ps1
- WindowsUpdateTools.psm1
- Private\Get-WUPendingUpdates.ps1