MrPowerShell

My GitHub Repos

Most of My Repos

(I write a lot of code)

Some Stats:

Sort by:

PSDevOps

PowerShell Tools for DevOps

★ 144 | Forks: 31 | Watchers: 144 | Open Issues: 43

Created: 2019-11-17 | Updated: 2025-08-27

Thumbnail - For an example of a module that does this from the get-go, look at github.com/StartAutomat... I friggin _hate_ the "Whose ID is it anyway" problem space. It may be all other developers' fault, but boy am I glad I've got a solid way to workaround.
@

Irregular

Regular Expressions made Strangely Simple

★ 108 | Forks: 9 | Watchers: 108 | Open Issues: 44

Created: 2019-09-16 | Updated: 2025-07-22

Thumbnail - I don't love format on save, especially since sometimes the alias name is important. This little "feature" can make scripting a nightmare when using smart aliasing. Try running Irregular with "Format on Save", then know what I mean. github.com/StartAutomat...
@

PipeScript

A Metaprogramming Language for PowerShell (and anything else)

★ 98 | Forks: 8 | Watchers: 98 | Open Issues: 370

Created: 2022-06-21 | Updated: 2025-08-22

Thumbnail - I turned 42 today! I also released a massive update to PipeScript! Now, PowerShell can run any interpreted language! Not sure if that's the answer to "life, the universe, and everything", but it's not too shabby ;> github.com/StartAutomat...
@

ugit

Updated Git: A powerful PowerShell wrapper for git that lets you extend git, automate multiple repos, and output git as objects.

★ 86 | Forks: 7 | Watchers: 86 | Open Issues: 47

Created: 2022-03-18 | Updated: 2025-04-08

Thumbnail - Yep. To be fair, that particular magic trick requires you to install ugit ( github.com/StartAutomat...) , which intercepts git (the application) with a PowerShell function that calls git and tries to parse its output. However, this trick can be easily repeated for any executable / file path.
@

Pipeworks

PowerShell Pipeworks is a web platform built in Windows PowerShell, and a toolkit for putting it all together with PowerShell

★ 70 | Forks: 15 | Watchers: 70 | Open Issues: 29

Created: 2014-09-02 | Updated: 2024-06-21

EZOut

EZOut is a PowerShell module to help take the pain out of writing format and types XML

★ 69 | Forks: 8 | Watchers: 69 | Open Issues: 48

Created: 2014-05-05 | Updated: 2025-08-02

Thumbnail - Make your formatting fantastic https://github.com/StartAutomating/EZOut
@

obs-powershell

Script OBS with PowerShell

★ 68 | Forks: 4 | Watchers: 68 | Open Issues: 49

Created: 2022-12-09 | Updated: 2025-08-17

Thumbnail - @bsky.fm thanks for the follow. FYI, I build a PowerShell module for automating OBS, github.com/StartAutomat... Building a 24/7 channel atop of this would be fairly trivial, and I'd love to help you do it. Lemme know if you want that help.
@

Splatter

Simple Scripts to Supercharge Splatting

★ 67 | Forks: 0 | Watchers: 67 | Open Issues: 26

Created: 2019-07-06 | Updated: 2025-03-14

Posh

PowerShell made Posh

★ 65 | Forks: 6 | Watchers: 65 | Open Issues: 98

Created: 2023-07-20 | Updated: 2025-05-28

Thumbnail - #PowerShell got a little bit cooler this week: New bits of #Posh just dropped. In this bundle of joy, we have: * .Issue(s) and .Discussion(s) for any module (that has a .ProjectURI on #GitHub) * New Videos / Blogs https://github.com/StartAutomating/Posh
@

Benchpress

Easy Benchmarking with PowerShell

★ 58 | Forks: 4 | Watchers: 58 | Open Issues: 11

Created: 2019-03-23 | Updated: 2025-08-02

Thumbnail - Want to compare and contrast #performance of a #PowerShell script? There's a module for that: github.com/StartAutomat...
@

PowerArcade

A Retro Arcade Game Console in PowerShell

★ 58 | Forks: 0 | Watchers: 58 | Open Issues: 3

Created: 2020-04-01 | Updated: 2025-07-05

Thumbnail - 2 out of 3 ain't bad: GitHub.com/StartAutomat...
@

ScriptDeck

PowerShell Tools for Elgato StreamDeck

★ 47 | Forks: 11 | Watchers: 47 | Open Issues: 60

Created: 2021-03-31 | Updated: 2025-07-15

Thumbnail - Ignoring the mess ( God knows I've got my own)... I spy a StreamDeck, and feel obligated to mention that I make a PowerShell Plugin for those :-) github.com/StartAutomat... ( And I swear someday I'll release an update with StreamDeck+ support and new coolness )
@

ScriptCop

ScriptCop is a static analysis and testing tool for Windows PowerShell

★ 43 | Forks: 4 | Watchers: 43 | Open Issues: 1

Created: 2014-05-05 | Updated: 2025-08-28

PSSVG

Script SVGs with PowerShell

★ 39 | Forks: 2 | Watchers: 39 | Open Issues: 120

Created: 2022-09-08 | Updated: 2025-08-12

Thumbnail - Script #SVG with #PowerShell I use this to make almost every logo for my projects in #GitHub #workflows It also has a #GitHubAction Have fun! github.com/StartAutomat...
@

ShowDemo

A simple tool to showcase your scripts.

★ 39 | Forks: 2 | Watchers: 39 | Open Issues: 15

Created: 2022-12-03 | Updated: 2025-05-29

Thumbnail - Never typo during a talk again ShowDemo
@

Eventful

Easy Eventful PowerShell

★ 37 | Forks: 1 | Watchers: 37 | Open Issues: 13

Created: 2021-11-02 | Updated: 2025-05-21

HelpOut

A Helpful Toolkit for Managing PowerShell Help

★ 35 | Forks: 4 | Watchers: 35 | Open Issues: 20

Created: 2019-06-18 | Updated: 2025-07-22

Thumbnail - #PowerShell people, help yourself to new bits: HelpOut 0.5.3 is out! https://github.com/StartAutomating/HelpOut
@

RoughDraft

A Fun PowerShell Module for Multimedia (using FFMpeg)

★ 34 | Forks: 2 | Watchers: 34 | Open Issues: 51

Created: 2021-11-29 | Updated: 2025-07-19

Thumbnail - This project should do you just fine. Something like: ~~~PowerShell Dir *.MP4 | Convert-Media .png -Start "00:00:04" -FrameCount 1 ~~~ Forgive any typos or misremembered parameters ( written on phone ) github.com/StartAutomat...
@

PowerShellAI

PowerShell meets GPT - Artificial Intelligence

★ 29 | Forks: 106 | Watchers: 29 | Open Issues: 0

Created: 2023-01-12 | Updated: 2025-08-26

Patchy

Patchy is a PowerShell module that helps smooth out the chop of maintaining Windows Updates

★ 27 | Forks: 3 | Watchers: 27 | Open Issues: 0

Created: 2014-05-05 | Updated: 2025-07-22

MenuShell

MenuShell is a PowerShell module for rapidly making console menus

★ 22 | Forks: 2 | Watchers: 22 | Open Issues: 1

Created: 2014-05-05 | Updated: 2025-07-22

PSMinifier

A Miniature Minifier For PowerShell

★ 22 | Forks: 3 | Watchers: 22 | Open Issues: 10

Created: 2020-01-21 | Updated: 2025-08-07

Thumbnail - Why stop at just removing comments? StartAutomating/PSMinifier: A Miniature Minifier For PowerShell (github.com) (all seriousness, keep comments in your shipped module, they help... minify only if you want the speed/bandwidth savings).
@

Rocker

Rock Docker with PowerShell

★ 20 | Forks: 0 | Watchers: 20 | Open Issues: 31

Created: 2024-04-03 | Updated: 2025-05-21

Thumbnail - Rock #Docker with #PowerShell github.com/StartAutomat...
@

TerminalVelocity

Fine tuning Windows Terminal

★ 19 | Forks: 1 | Watchers: 19 | Open Issues: 3

Created: 2020-05-14 | Updated: 2025-05-21

WebSocket

Work with WebSockets in PowerShell

★ 18 | Forks: 2 | Watchers: 18 | Open Issues: 19

Created: 2024-11-27 | Updated: 2025-06-14

Thumbnail - And last but not least I also make a #WebSocket module that lets you drink directly from the #bluesky #jetstream firehose. It's simply called "WebSocket" github.com/PowerShellWe... ( This also has a #GitHub action, in case we want to aggregate realtime in a #githubworkflow )
@

LightScript

Smarter Lighting with PowerShell

★ 18 | Forks: 4 | Watchers: 18 | Open Issues: 57

Created: 2021-12-23 | Updated: 2024-08-31

Thumbnail - Yes, it is. Made this module to control as many smart lights as I can find. Happy to take PRs for more. Those Hue bulbs? github.com/StartAutomat...
@

OnQ

Easy Asynchronous Event-Driven Scripting with PowerShell

★ 16 | Forks: 1 | Watchers: 16 | Open Issues: 0

Created: 2021-01-24 | Updated: 2023-08-10

AutoBrowse

AutoBrowse is a Windows PowerShell module that lets you automate browsing with Internet Explorer

★ 16 | Forks: 6 | Watchers: 16 | Open Issues: 0

Created: 2014-05-05 | Updated: 2025-01-15

Discovery

Discovery is a powerful PowerShell module that lets you probe the inner depths of the operating system.

★ 16 | Forks: 4 | Watchers: 16 | Open Issues: 0

Created: 2014-05-07 | Updated: 2023-11-09

PowerNix

Linux Tools for PowerShell People.

★ 16 | Forks: 1 | Watchers: 16 | Open Issues: 14

Created: 2021-05-19 | Updated: 2025-05-21

PowerHistory

PowerShell History Made More Powerful

★ 16 | Forks: 1 | Watchers: 16 | Open Issues: 0

Created: 2020-03-03 | Updated: 2025-05-21

Thumbnail - Some other additional bonus points : history objects are "sticky". Changes to them will persist as long as the session is open. Made a module a while back to play with history objects. Enjoy! github.com/StartAutomat...
@

Emoji

⟩⚡PowerShell Emoji 😎😉😍🥰🤔😟

★ 15 | Forks: 0 | Watchers: 15 | Open Issues: 25

Created: 2024-02-20 | Updated: 2025-04-17

Thumbnail - More #PowerShell #FridayFun : a new build of the Emoji module. Added a .CSS property to every symbol, and table and custom formatter to view them. github.com/StartAutomat... (Get-Emoji -Name doughnut, 'pil*po*').Css Have fun!
@

Piecemeal

Easy Extensible Plugins for PowerShell

★ 14 | Forks: 1 | Watchers: 14 | Open Issues: 2

Created: 2021-12-19 | Updated: 2025-05-21

CodeCraft

CodeCraft is a Powershell module full of code generators that helps you crank out tedious code.

★ 12 | Forks: 5 | Watchers: 12 | Open Issues: 0

Created: 2014-05-05 | Updated: 2023-09-16

PSMetrics

A Module for Metrics in PowerShell

★ 12 | Forks: 1 | Watchers: 12 | Open Issues: 11

Created: 2023-04-25 | Updated: 2025-05-21

PSPrettifier

Prettify your PowerShell

★ 11 | Forks: 0 | Watchers: 11 | Open Issues: 10

Created: 2022-09-28 | Updated: 2025-05-21

GitPub

Easily Automate Publishing from GitHub

★ 10 | Forks: 2 | Watchers: 10 | Open Issues: 6

Created: 2022-10-10 | Updated: 2024-10-21

PingMe

PingMe is a PowerShell module to simplify different types of network checks on a machine

★ 9 | Forks: 3 | Watchers: 9 | Open Issues: 0

Created: 2014-05-10 | Updated: 2023-07-17

Winformal

Winformal is a PowerShell module to let you script WinForms with cmdlets

★ 9 | Forks: 2 | Watchers: 9 | Open Issues: 0

Created: 2014-05-08 | Updated: 2025-05-21

Turtle

Turtles in a PowerShell

★ 9 | Forks: 3 | Watchers: 9 | Open Issues: 6

Created: 2025-07-23 | Updated: 2025-08-29

Thumbnail - Just asking the elders of the Internet: How many of you did #Turtle graphics at some point in school? I got a bit nostalgic and ended up making Turtle in #PowerShell GitHub.com/PowerShellWe... #TurtlePower
@

StartAutomating

Save Time, Save Money, Start Automating.

★ 8 | Forks: 0 | Watchers: 8 | Open Issues: 39

Created: 2022-08-28 | Updated: 2025-04-03

HeatMap

HeatMap is a PowerShell module for monitoring performance counters in PowerShell

★ 7 | Forks: 2 | Watchers: 7 | Open Issues: 0

Created: 2014-05-05 | Updated: 2022-06-11

SecureSettings

SecureSettings is a small PowerShell module to manage storing settings information securely

★ 7 | Forks: 2 | Watchers: 7 | Open Issues: 0

Created: 2014-05-06 | Updated: 2022-10-16

PSA

PowerShell Announcements (with AtProtocol)

★ 7 | Forks: 1 | Watchers: 7 | Open Issues: 31

Created: 2023-09-12 | Updated: 2025-01-06

Thumbnail - Nifty! Just wondering if we might be able to use #powershell to help @microsoft.com post in the future. There are a couple of good modules already ( PSBlueSky by Jeff Hicks, and PSA by yours truly ) github.com/StartAutomat... ( #GitHub action included for posting from a workflow )
@

PowerCode

A PowerShell Module for Customizing Visual Studio Code

★ 7 | Forks: 0 | Watchers: 7 | Open Issues: 73

Created: 2023-02-23 | Updated: 2025-05-21

PSJekyll

PowerShell Tools for Jekyll

★ 6 | Forks: 0 | Watchers: 6 | Open Issues: 31

Created: 2024-09-30 | Updated: 2025-01-17

Thumbnail - I've got a #PowerShell module to help you out with #jekyllrb. And I would absolutely love it if we could make one for #hugo, too. github.com/Powershellwe...
@

PoshMacros

Sleek and Simple PowerShell Macros

★ 5 | Forks: 0 | Watchers: 5 | Open Issues: 0

Created: 2020-02-09 | Updated: 2023-09-16

PowRoku

Script your Roku with PowerShell

★ 4 | Forks: 0 | Watchers: 4 | Open Issues: 3

Created: 2021-08-03 | Updated: 2025-07-27

PS3D

PowerShell Tools for 3D Printing

★ 4 | Forks: 0 | Watchers: 4 | Open Issues: 76

Created: 2022-04-25 | Updated: 2025-08-21

MrPowerShell

Jack of all Trades, Master of PowerShell

★ 4 | Forks: 3 | Watchers: 4 | Open Issues: 33

Created: 2024-12-21 | Updated: 2025-08-29

Thumbnail - The reason I suspect it would be the ISP is that another #GitHub workflow synchronized the data just fine. So the X-factors are: The ISP The Machine GitHub workflow run : github.com/StartAutomat...
@

PSAdapter

Adapt anything into PowerShell Commands

★ 3 | Forks: 1 | Watchers: 3 | Open Issues: 72

Created: 2024-09-08 | Updated: 2025-05-14

TerminalTunes

A Music Player for Terminals

★ 3 | Forks: 1 | Watchers: 3 | Open Issues: 7

Created: 2022-09-24 | Updated: 2023-09-14

WhereFor

Wherefore Art Thou PowerShell? Multiple Object Pipelines

★ 3 | Forks: 0 | Watchers: 3 | Open Issues: 4

Created: 2024-12-07 | Updated: 2025-05-21

Thumbnail - Did you ever wonder what would happen if the #PowerShell commands Where-Object and Foreach-Object had a baby? Check out WhereFor: github.com/StartAutomat... Process multiple conditionals and outputs in a single object pipeline.
@

PSData

In-Memory .NET Databases in PowerShell

★ 3 | Forks: 0 | Watchers: 3 | Open Issues: 106

Created: 2024-07-21 | Updated: 2025-05-21

PowerShellPowerPoints

A Collection of Presentations I've given on PowerShell

★ 2 | Forks: 0 | Watchers: 2 | Open Issues: 0

Created: 2020-05-15 | Updated: 2023-08-10

ollama-powershell

Ollama PowerShell: Play with AI in PowerShell

★ 2 | Forks: 1 | Watchers: 2 | Open Issues: 0

Created: 2025-03-02 | Updated: 2025-05-21

Thumbnail - Hey #PowerShell people and #AI #PromptEngineers I made a wrapper for #ollama One cool feature: Run language models by name For example: phi3 "What is your purpose?" Have fun! github.com/StartAutomat...
@

formulaic

Formulaic is a PowerShell module containing useful math, physics, and statistcs functions

★ 2 | Forks: 2 | Watchers: 2 | Open Issues: 24

Created: 2014-04-30 | Updated: 2025-05-21

Dice

Roll the Dice and Play with Probability in PowerShell - ⚀ ⚅

★ 2 | Forks: 0 | Watchers: 2 | Open Issues: 1

Created: 2024-08-10 | Updated: 2025-05-21

oEmbed

Open Embedding with PowerShell

★ 2 | Forks: 0 | Watchers: 2 | Open Issues: 6

Created: 2025-03-15 | Updated: 2025-07-01

Thumbnail - For this weekend's light #PowerShell #Web fun, I've made some modules for #oEmbed and #OpenGraph. Let's start with oEmbed: It's used to embed social media into other pages. github.com/PowerShellWe... Want to get embedding code for #YouTube, #TikTok, and more? Just ask oEmbed.
@

GQL

Get GraphQL in PowerShell

★ 2 | Forks: 0 | Watchers: 2 | Open Issues: 5

Created: 2024-12-16 | Updated: 2025-07-01

Thumbnail - Query #GraphQL directly in #PowerShell with the GQL module github.com/PowerShellWe... ( Includes examples for #GitHub sponsorship )
@

JSON-LD

Get JSON Linked Data with PowerShell

★ 2 | Forks: 0 | Watchers: 2 | Open Issues: 3

Created: 2025-03-16 | Updated: 2025-07-03

Thumbnail - One more little #PowerShell #Web tool for the weekend. Get #JSON-LD with PowerShell ~~~PowerShell Install-Module JSON-LD Import-Module JSON-LD Get-JSONLD schema.org/Movie ~~~ github.com/PowerShellWe...
@

AtPowerShellSummit

What happens at PowerShell Summit

★ 1 | Forks: 1 | Watchers: 1 | Open Issues: 0

Created: 2025-04-06 | Updated: 2025-08-27

PowerShellWeb

PowerShell Web Development

★ 1 | Forks: 0 | Watchers: 1 | Open Issues: 29

Created: 2024-11-03 | Updated: 2024-12-04

OpenGraph

Get OpenGraph with PowerShell

★ 1 | Forks: 1 | Watchers: 1 | Open Issues: 2

Created: 2025-03-16 | Updated: 2025-06-20

Thumbnail - And a few small modules out there for scraping SEO information from websites. One for OpenGraph github.com/PowerShellWe...
@

AI

Automate AI with PowerShell

★ 1 | Forks: 0 | Watchers: 1 | Open Issues: 0

Created: 2025-02-23 | Updated: 2025-05-21

StartAutomating.github.io

Save Time, Save Money, Start Automating.

★ 1 | Forks: 0 | Watchers: 1 | Open Issues: 0

Created: 2021-12-28 | Updated: 2024-01-01

HtmxPS

Script Htmx and PowerShell Microservices

★ 1 | Forks: 0 | Watchers: 1 | Open Issues: 47

Created: 2024-10-21 | Updated: 2024-10-22

Neocities

Personal Webpages in PowerShell

★ 0 | Forks: 0 | Watchers: 0 | Open Issues: 0

Created: 2025-03-25 | Updated: 2025-04-01

Thumbnail - Hey #PowerShell people and #neocities lovers! I've just put out a small module for managing Neocities with PowerShell. github.com/PowerShellWe... @neocities.org please let me know how I might get this added to your docs.
@

Badger

Build Badges in PowerShell

★ 0 | Forks: 0 | Watchers: 0 | Open Issues: 33

Created: 2024-12-11 | Updated: 2024-12-11

AtGitHub

At Protocol and GitHub

★ 0 | Forks: 0 | Watchers: 0 | Open Issues: 6

Created: 2025-05-28 | Updated: 2025-08-29

Thumbnail - Monitor #GitHub activity on #AtProto / #BlueSky ( built with #PowerShell, #WebSocket, and #GitHubActions ) github.com/PowerShellWe...
@

PechaKucha

PechaKucha Presentations with PowerShell

★ 0 | Forks: 0 | Watchers: 0 | Open Issues: 3

Created: 2025-01-21 | Updated: 2025-01-21

.github

PowerShellWeb Org

★ 0 | Forks: 0 | Watchers: 0 | Open Issues: 1

Created: 2024-09-28 | Updated: 2024-09-29