Skip to content

Instantly share code, notes, and snippets.

@JustinGrote
Last active January 9, 2024 05:44
Show Gist options
  • Save JustinGrote/f4397e181b21b63bc7d2a5c50de3583e to your computer and use it in GitHub Desktop.
Save JustinGrote/f4397e181b21b63bc7d2a5c50de3583e to your computer and use it in GitHub Desktop.
A faster implementation of Powershell's Update Module New Module check
throw 'This has moved to https://github.com/JustinGrote/ModuleFast'
@DaveidWeba
Copy link

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! 😁

@JustinGrote
Copy link
Author

@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