Last active
January 9, 2024 05:44
-
-
Save JustinGrote/f4397e181b21b63bc7d2a5c50de3583e to your computer and use it in GitHub Desktop.
A faster implementation of Powershell's Update Module New Module check
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
throw 'This has moved to https://github.com/JustinGrote/ModuleFast' |
@DaveidWeba thanks! You may want to check out https://github.com/justingrote/modulefast which is newer.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are legend for making & uploading this. After seeing first-hand how slow
Get-InstalledModule | Update-Module
was with 40 PS modules installed, I knew there had to be a better way. I tried several public scripts before finding yours, and indeed your process for updating was SIGNFICANTLY faster! Thank you for sharing your technique and script! 😁