Overview
A PowerShell inventory tool that exports installed Windows applications into structured CSV reports.
Problem
Windows applications may be registered in separate 32-bit and 64-bit registry locations, making manual inventory incomplete.
Solution
The script reads both uninstall registry paths, consolidates the results and separates Microsoft applications from third-party software.
Key Features
- 32-bit application inventory
- 64-bit application inventory
- CSV report generation
- Microsoft and third-party application separation
- Temporary-file cleanup
Technologies
- PowerShell
- Windows Registry
- CSV
Status
🔵 Stable
0 Comments