Joel Bennett on Nostr: well, Install-RequiredModule is basically a one-trick pony 😉you can install it as ...
well, Install-RequiredModule is basically a one-trick pony 😉you can install it as a script (or a module), but either way, it just has the one command, to install a list of modules.
It takes a hashtable with the name and a version range (even a "up to but not including" maximum).
Once they're installed, you can Update-Module as normal, since it just uses the #PowerShell built-in Install-Module under the covers. Everything is installed normally.
It takes a hashtable with the name and a version range (even a "up to but not including" maximum).
Once they're installed, you can Update-Module as normal, since it just uses the #PowerShell built-in Install-Module under the covers. Everything is installed normally.