#powershellget — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #powershellget, aggregated by home.social.
-
PowerShellGet Introduction http://dlvr.it/TJ1rSy via PlanetPowerShell #PowerShell #DevOps #PowerShellGet #Automation
-
#PowerShell #PowerShellGet PSResourceGet support for Azure Container Registry (ACR) is in Preview https://bit.ly/43JcjGs
-
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? 🤔
-
#PSResourceGet, the replacement for #PowerShellGet (i.e., the module responsible for installing #PowerShell modules), is now available! https://devblogs.microsoft.com/powershell/psresourceget-is-generally-available/
-
Get and Edit Registry Keys: How to Create and Delete Registry Keys via PowerShell in Windows
#Linux, #MicrosoftWindows, #PowerShell, #PowerShellCmdlet, #PowerShellDeploymentExtension, #PowerShellScript, #PowerShellGet, #RegistryEditor, #RegistryKeys, #SystemRegistry, #Windows, #Windows10, #Windows11, #WindowsRegistry
-
#PowerShell #PowerShellGet PSResourceGet is generally available https://bit.ly/45thmtQ
-
#PowerShell #PowerShellGet PowerShellGet 3.0.22-beta22 is now available https://bit.ly/46gMXjl
-
@DoctorDNS Install-PackageProvider NuGet -MinimumVersion 2.8.5.208 -ForceBootstrap
https://github.com/Jaykul/BoxStarter-Boxes/blob/main/00_Everyone/PoshBox.psm1#L44
-
Mystery solved: https://twitter.com/Steve_MSFT/status/1597707152424304641?s=20&t=7OvUyc22v0KqWgHixQtcdg
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 -
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 (https://www.powershellgallery.com/packages/PowerShellGet/2.2.5), so I have no idea how it got installed. Anyone else seen this? #PowerShell