As I am working on a large script I need to be able to keep track on PowerShell module(s) version changes and new modules installed. I could not find one so I created a quick little script to output the current PowerShell Module(s) installed and the version information. The next time you run the script it will compare the results from the current output to the previous output to show you the differences. Below is the output showing changes.

Link to the Script.
https://github.com/MWPatterson2000/Scripts/blob/main/PowerShell%20Module%20Check.ps1