home.social

#powershellget — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #powershellget, aggregated by home.social.

  1. And now, "staging" and packaging for #FreeBSD works as well 😎

    But this is just the "base" #Powershell with no bundled modules. Next step, find out how to build and bundle some "essential" Modules, e.g. #PSResourceGet and/or #PowerShellGet (for Install-Module), and #PSReadLine (for sane commandline editing and stuff) ... any more that absolutely NEED to be bundled? 🤔

  2. Mystery solved: twitter.com/Steve_MSFT/status/

    For anybody else who runs into the issue, you can fix #PowerShellGet by running the following commands as admin in #PowerShell

    Import-Module PowerShellGet -RequiredVersion 2.2.5
    Uninstall-Module PowerShellGet -RequiredVersion 2.2.5.1

  3. Some of our on-prem #AzureDevOps agents ended up with #PowerShellGet v2.2.5.1 on them and it broke things. v2.2.5.1 does not appear to even be a valid PowerShellGet version (powershellgallery.com/packages), so I have no idea how it got installed. Anyone else seen this? #PowerShell