This PowerShell script creates a Windows Forms-based graphical user interface (GUI) that allows users to:
- Select a source folder containing log files.
- Choose file types to include (.txt, .log, .ps1).
- Specify a timespan (last X hours) to filter recently modified files.
- View a list of matching log files, sorted by last write time.
- Open a selected log file with its associated application.
Created for Creating GUI Applications: Practical Example | Log Viewer