#PSGallery
Thanks to the PSCommunity, I've decided to finally join Bluesky. Will use this to post any updates to our projects: PS7, OpenSSH (Windows), DSC, PSGallery/PSResourceGet, etc...
January 16, 2025 at 6:28 PM
The all-new and vastly improved #PSAppDeployToolkit v4 is here!

Download it below. It will also be available shortly as a module from the PSGallery.
github.com/psappdeployt...

#PSADT #PatchMyPC #PowerShell #Intune #ConfigMgr
Releases · PSAppDeployToolkit/PSAppDeployToolkit
Project Homepage & Forums. Contribute to PSAppDeployToolkit/PSAppDeployToolkit development by creating an account on GitHub.
github.com
December 4, 2024 at 10:00 PM
I'm looking for the people at Microsoft doing the incredible work for nuget.org - I would like PSGallery to be merged with it. There's no investment in PSGallery and it's held by duct tape. Under the hood it's all nugets, and you have all the desired features.
NuGet Gallery | Home
The NuGet Gallery is the central package repository for NuGet, the package manager for .NET.
nuget.org
July 9, 2026 at 1:17 AM
I took the time to cleanup a previous experiment and just published AwakeCoding.PSRemoting (github.com/awakecoding/...) on PSGallery with a New-PSHostSession cmdlet that creates a PSRemoting context into an isolated PowerShell host process easily, so you can avoid assembly loading conflicts 👇
June 25, 2025 at 2:16 PM
Am I pushing spectre console too far with animated gifs @patriksvensson.se 🤣

@jdhitsolutions.com If you install the prerelease PwshSpectreConsole module from PSGallery, use Windows Terminal Preview (it supports Sixel images) and import you #PSBluesky module from my fork it should maybe work...
November 21, 2024 at 10:28 AM
Finally converted Connect-Office365Services to a PowerShell module github.com/michelderooi... - Also available from PSGallery #Microsoft365
May 11, 2026 at 11:52 AM
I've been playing with the PSGallery stats via the Nuget API. My first published module was in 2017. Since then I've published 41 modules which have a combined download count of over 4.2M. #PowerShell
June 19, 2025 at 8:05 PM
ModuleFast uses pwsh.gallery, which is a complete nuget v3 mirror of the psgallery and much faster. It works even if the main gallery is down. You can point psresourceget to it, but psresourceget can't handle dependencies with nuget v3.
pwsh.gallery
January 13, 2025 at 6:57 AM
@patchmypc.com have finally released #PSADT v4.0!

It’s gotten an overhaul with a lot of great features, and is now a signed powershell module!

Install it directly from the PSGallery:
Install-Module -Name PSAppDeployToolkit

Or, Download it on github: github.com/PSAppDeployT...

#MSIntune
GitHub - PSAppDeployToolkit/PSAppDeployToolkit: Project Homepage & Forums
Project Homepage & Forums. Contribute to PSAppDeployToolkit/PSAppDeployToolkit development by creating an account on GitHub.
github.com
December 5, 2024 at 7:56 AM
Lenovo.Client.Scripting Module updated on PSGallery: www.powershellgallery.com/packages/Len...

See what's new: docs.lenovocdrt.com/guides/lcsm/...
February 28, 2025 at 7:33 PM
At work we need to publish a PowerShell module but didn't want to deal with PSGallery tokens and more permissions we need to audit over time. I've tried out GitHub Container/OCI and Nuget feeds as well as Azure Artifacts. github.com/jborean93/Po...

TLDR: Use Azure Artifacts.
GitHub - jborean93/PowerShell-PublishTest: Testing for publishing a PowerShell module to different repositories
Testing for publishing a PowerShell module to different repositories - jborean93/PowerShell-PublishTest
github.com
February 19, 2026 at 6:01 AM
Hi friends! Do you write PowerShell modules? If so, do you have a favorite templating/scaffolding framework? If not, give PSStucco a try! It's went from "zero" to "module published in the PSGallery" in like 90 minutes.

Many thanks to @gilbertsanchez.com for the inspiration!

#PowerShell
PowerShell Module Scaffolding with PSStucco
Note: this article is a remix. In 2023, Gilbert Sanchez wrote this article about using Stucco to quickly scaffold new PowerShell modules. Unfortunately, Stucco is no longer actively maintained. This a...
jakehildreth.github.io
July 2, 2025 at 3:35 PM
Okay! Published my first #PowerShell module on #PSGallery! Being playing with CI / CD and #GithubActions and trying to implement them in my #Github repos!

Find it quite fun, and can easily see the benefits of automated testing and releases!

www.powershellgallery.com/packages/Mar...
MarksTemple 0.1.1
Builds a Temple in honour of Dark mode in Procmon
www.powershellgallery.com
August 29, 2025 at 11:21 PM
@proxmox.bsky.social
I've just successfully rendered the first working version of a new proxmox PowerShell module to access the REST API.
The modules are rendered from your api-schema. And I'm planning to implement a build process to PSGallery. #beta #soManyFunctions
github.com/EldoBam/pve-...
March 13, 2025 at 12:07 PM
10/7〜スペインで始まったグループ展に参加しています🇪🇸✨

psgallery 🇪🇸 Grand Opening Show | Hola Barna I Part 1
October 9, 2023 at 2:48 AM
I love using a TUI in #PowerShell. I've published a module to the PSGallery with a variety of sample TUIs that you can use as models for your own projects. Or have fun with them on their own. TUI's include a system status report and an MP3 player. Check the README at github.com/jdhitsolu...
February 26, 2026 at 2:59 PM
I'm thinking of including just a single URL that doesn't change but always has the full release notes for my PowerShell module, it would just be less trouble. Here's the superb result in cloudsmith instead of PSGallery:
October 28, 2024 at 3:04 PM
The download statistics from PSGallery only go so far. Adding telemetry to the module I built for our customers and partners made it MUCH easier to talk with leadership about the value our module brings. Can't wait to share more about how it works, and how we use it on Wednesday ✌
August 12, 2025 at 12:40 AM
PSGSuite users following here on Bluesky::

We have a PSGSuite prerelease published to the PSGallery as 3.0.0-beta. One of the biggest changes is raising the min PSVersion to 7.4 due to 3P deps deprecating earlier versions of .NET.

🧵
February 23, 2025 at 9:55 PM
I have, but I don't usually create releases for module versions since my releases are published to PSGallery and I haven't encountered anyone who makes it a habit to download and install pwsh modules from GH release pages.
November 25, 2025 at 4:39 AM
The gap between a crazy idea and shipping a first working prototype is shrinking. I've got basic PSRemoting over gRPC done in an hour in my existing AwakeCoding.PSRemoting module, already published on PSGallery: github.com/awakecoding/...
Add gRPC PSRemoting transport by awakecoding · Pull Request #17 · awakecoding/AwakeCoding.PSRemoting
Summary add an internal protobuf/gRPC bidirectional stream transport for PSHost remoting wire gRPC into New/Enter-PSHostSession and Start/Get/Stop-PSHostServer package gRPC dependencies and add en...
github.com
May 31, 2026 at 8:29 PM
Next meetup: 2025-03-26T19:00:00CET

@andibellstedt.bsky.social will educate us on private #PowerShell galleries and how maintain them at scale with minimum effort.

Register here: www.meetup.com/psugbde/even...
PowerShell User Group Berlin 2025.03, Wed, Mar 26, 2025, 7:00 PM | Meetup
**Managing PSGallery - the pragmatic way** Andi Bellstedt Are you working in an air-gapped or restricted Active Directory environment with multiple joined systems? Do you
www.meetup.com
February 11, 2025 at 9:23 PM
I built #O365EndpointFunctions to turn the #Microsoft365 endpoint API into a clean, strongly-typed objects and help automate firewall rules, proxy bypass lists, PAC files, and more.
www.powershellgallery.com/packages/O36...
#PowerShell #Office365 #NetworkSecurity #OpenSource #PSGallery
O365EndpointFunctions 1.2.1
Retrieves the Microsoft 365 / Office 365 IP address and URL endpoints from the Microsoft web service and exports them as a proxy PAC file or a Ghostery policy, or merges them with custom endpoints.
www.powershellgallery.com
July 24, 2026 at 2:02 PM
Also, if we had an up-to-date PSAvalonia module, it could be published to PSGallery with a copy of Avalonia reusable from different scripts. It still wouldn't be standalone in the sense that you could bundle everything together though without a gigantic package
December 6, 2024 at 12:50 PM