PowerShellGet Introduction http://dlvr.it/TJ1rSy via PlanetPowerShell #PowerShell #DevOps #PowerShellGet #Automation
PowerShellGet Introduction | ngetchell

A blog written by a DevOps Engineer

ngetchell.com
#PowerShell #PowerShellGet PSResourceGet support for Azure Container Registry (ACR) is in Preview https://bit.ly/43JcjGs
PSResourceGet support for Azure Container Registry (ACR) is in Preview - PowerShell Team

PSResourceGet 1.1 preview 1 is available

PowerShell Team

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/
PSResourceGet is generally available - PowerShell Team

PSResourceGet is generally available

PowerShell Team
#PowerShell #PowerShellGet PSResourceGet is generally available https://bit.ly/45thmtQ
PSResourceGet is generally available - PowerShell Team

PSResourceGet is generally available

PowerShell Team
#PowerShell #PowerShellGet PowerShellGet 3.0.22-beta22 is now available https://bit.ly/46gMXjl
PowerShellGet 3.0.22-beta22 is now available - PowerShell Team

The latest preview of PowerShellGet is now available on the PowerShell Gallery. In this new preview version of PowerShellGet, PowerShellGet is a compatibility module that allows use of PowerShellGet 2.x (and below) cmdlet syntax with PSResourceGet functionality by making a best effort mapping between the cmdlet interfaces of both versions of the module.

PowerShell Team
BoxStarter-Boxes/00_Everyone/PoshBox.psm1 at main ยท Jaykul/BoxStarter-Boxes

BoxStarter and Chocolatey Scripts for setting up my computers - Jaykul/BoxStarter-Boxes

GitHub
Get and Edit Registry Keys: How to Create and Delete Registry Keys via PowerShell in Windows

Get and Edit Registry Keys: How to Create and Delete Registry Keys via PowerShell in Windows and offers tools to interact with the registry

TechDirectArchive
How to determine the Windows PowerShell version and to see if WinRM is running via Test-WSMan

How to determine the Windows PowerShell version and to see if WinRM is running via Test-WSMan. PowerShell is a cross-platform automation tool

TechDirectArchive

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

Steve Lee on Twitter

โ€œ@deadlydog Yes, there was a version of PowerShellGet v2 that was published and we found an issue and unlisted it. This was probably that version. I would suggest removing 2.2.5.1 and reinstalling latest v2.โ€

Twitter