Track Awesome Powershell Updates Daily
A curated list of delightful PowerShell modules and resources
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 janikvonrotz/awesome-powershell · ⭐ 5.2K · 🏷️ Development Environment
May 28, 2022
Commandline Productivity
- Dotenv (⭐72) - Provides directory specific environments through .env files, similar to direnv.
May 11, 2022
Books
- Tiny PowerShell Projects - A hands-on tutorial for system administration with PowerShell.
Commandline Productivity
- PSFzf (⭐954) - a PowerShell module that wraps fzf (⭐72k), a fuzzy file finder for the command line.
Jan 11, 2022
Videos
- The anatomy of the Get-Help command in PowerShell - Software Engineer Tyler Leonhardt introduces the Powershell help system.
Sep 09, 2021
Books
- Learn dbatools in a Month of Lunches - Learn how to automate SQL Server with PowerShell and the awesome dbatools module.
Aug 12, 2021
Books
- Practical Automation with PowerShell - Learn how to build, organize, and share useful automations with PowerShell.
Aug 04, 2021
Misc
- m2cgen (⭐2.9k) - A CLI tool to transpile trained classic ML models into a native PowerShell code with zero dependencies.
May 11, 2021
Blogs
- Windows PowerShell Blog - Official PowerShell Team Blog.
SharePoint
- SharePoint2019Commands (⭐8) - PowerShell module to help you auto-load all SharePoint 2019 cmdlets.
Apr 10, 2021
Podcasts
- PowerScripting - Weekly show run by Jon Walz and Hal Rottenberg.
Themes
- Oh-My-Posh (⭐20k) - Tons of beautiful theme that can be enabled by one single command (includes many awesome powerline theme).
Sep 23, 2020
Communities
- Research Triangle PowerShell User Group - Very active PowerShell and automation user group. Meets on first and third Wednesdays. All skill levels welcome.
Videos
- Research Triangle PowerShell User Group YouTube Channel - large catalog of user group meetings and demos by community members. 150+ hours of content.
Sep 14, 2020
Communities
- Slack PowerShell team - Large chat room dedicated to PowerShell. Bridged with
#PowerShellon irc.freenode.net.
Jul 26, 2020
Commandline Productivity
- zoxide (⭐28k) - A better way to navigate your filesystem. Written in Rust, cross-shell, and much faster than other autojumpers.
Jul 11, 2020
Themes
- PoshColor (⭐61) - Colour output from common commands with support for custom themes.
Jul 10, 2020
UI
- psInlineProgress (⭐100) - Write inline progress bars in PowerShell.
Jun 29, 2020
Commandline Productivity
- Jump-Location (⭐472) - PowerShell
cdthat reads your mind. Autojump (⭐17k) implementation for PowerShell.UNMAINTAINED
- Microsoft.PowerShell.UnixCompleters (⭐113) - Get parameter completion for native Unix utilities. Requires zsh or bash.
- PSDepend (⭐291) - PowerShell Dependency Handler
- PSScriptTools (⭐964) - A set of of PowerShell functions you might use to enhance your own functions and scripts or to facilitate working in the console.
Data
- hjson-powershell (⭐6) - Simple powershell module for conversion between HJSON and JSON.
- ImportExcel (⭐2.6k) - Module to import/export Excel spreadsheets, without Excel.
- powershell-yaml (⭐471) - PowerShell CmdLets for YAML format manipulation.
- PSWriteHTML (⭐937) - PSWriteHTML is a PowerShell module allowing you to create HTML easily.
- PSWritePDF (⭐215) - Module to create, edit, split, merge PDF files on Windows / Linux and MacOS.
- PSWriteWord (⭐236) - Module to create Microsoft Word documents without Microsoft Word installed.
Frameworks
- Kansa (⭐1.6k) - Incident response framework.
Interactive Learning
- Jupyter-PowerShell (⭐110) - Jupyter Kernel for PowerShell.
Logging
- PoShLog (⭐217) - Cross-platform, extensible logging module built upon Serilog.
Parallel Processing
- PSThreadJob (⭐179) - Module for running concurrent jobs based on threads rather than processes.
Security
- Harness (⭐77) - Interactive remote PowerShell Payload.
- Invoke-Obfuscation (⭐4k) - PowerShell Obfuscator.
- p0wnedShell (⭐1.5k) - PowerShell Runspace Post Exploitation Toolkit.
- PESecurity (⭐647) - Module to check if a Windows binary (EXE/DLL) has been compiled with ASLR, DEP, SafeSEH, StrongNaming, and Authenticode.
- Powershellery (⭐572) - Powershell scripts used for general hackery.
- PowerUpSQL (⭐2.6k) - Toolkit for Attacking SQL Server.
Testing
- Selenium (⭐475) - PowerShell module to run a Selenium WebDriver.
- PSScriptAnalyzer (⭐2k) - PSScriptAnalyzer provides script analysis and checks for potential code defects in the scripts by applying a group of built-in or customized rules on the scripts being analyzed.
UI
- AnyBox (⭐221) - Designed to facilitate script input/output with an easily customizable WPF window.
- BurntToast (⭐1.5k) - Module for creating and displaying Toast Notifications on Microsoft Windows 10.
- Graphical (⭐356) - Module to plot colorful console 2D Graphs (Scatter, Bar, Line).
- GraphicalTools (⭐880) - A module that mixes PowerShell and GUIs! - built on Avalonia and gui.cs.
- PS-Menu (⭐259) - Simple module to render interactive console menu.
- PSWriteColor (⭐184) - Write-Color is a wrapper around Write-Host allowing you to create nice looking scripts, with colorized output.
- Terminal-Icons (⭐2.7k) - Module to show file and folder icons in the terminal.
Misc
- PoshBot (⭐547) - Powershell-based bot framework.
- PoShKeePass (⭐258) - Module for working with KeePass databases.
Jun 26, 2020
Code and Package Repositories
- PowerShell Test Gallery - A test version of the PowerShell Gallery. Useful when developing new modules.
Jun 19, 2020
SQL Server
- SimplySql (⭐217) - SimplySql is a module that provides an intuitive set of cmdlets for talking to databases that abstracts the vendor specifics. The basic pattern is to connect to a database, execute one or more sql.
Jun 02, 2020
Package Managers
- PowerShell App Deployment Toolkit - Provides a set of functions to perform common application deployment tasks and to interact with the user during a deployment.
May 30, 2020
Misc
- WSLab (⭐1.3k) - Windows Server rapid lab deployment scripts.
May 23, 2020
Interactive Learning
- PSKoans (⭐1.8k) - A simple, fun, and interactive way to learn the PowerShell language through Pester unit testing.
Module Development Templates
- Plaster (⭐733) - Plaster is a template-based file and project generator written in PowerShell.
- PSModuleDevelopment (⭐136) - Get started using module templates in 2 minutes with this module's low entry barrier and casual convenience.
- Catesta (⭐182) - Catesta is a PowerShell module project generator. It uses templates to rapidly scaffold test and build integration for a variety of CI/CD platforms.
Package Managers
- Scoop - A command-line installer for Windows.
SharePoint
- AutoSPInstaller - Automated SharePoint 2010-2019 installation script.
- SPReplicator (⭐43) - SPReplicator helps replicate SharePoint list data to/from CSV, SQL Server, SharePoint itself and more.
SQL Server
- dbatools - Helps SQL Server Pros be more productive with instance migrations and much more.
Apr 11, 2020
Blogs
- Clear-Script - Personal blog of Joel (Sallow) Francis.
Apr 08, 2020
API Wrapper
- PSURLScanio (⭐34) - A module for urlscan.io that is a service to scan and analyze websites.
Apr 07, 2020
Books
- Windows PowerShell Networking Guide - Language specific guide to Windows networking.
Editors and IDEs
- PowerShell ISE - Official PowerShell development environment included with Microsoft Windows.
Apr 04, 2020
API Wrapper
- PSGitHub (⭐188) - Module contains commands to manage GitHub through its REST API.
- Posh-GitHub (⭐74) - Cmdlets that expose the GitHub API.
- Posh-Gist (⭐39) - Cmdlets for interacting with GitHub Gist.
- PSGist (⭐47) - A module to work with GitHub Gists.
- PSAppVeyor (⭐15) - A module to interact with the AppVeyor REST API.
- PSSlack (⭐275) - Module for simple Slack integration.
- PSTelegramAPI (⭐34) - Module for Telegram APIs
- PSTeams (⭐426) - A module for sending formatted messages to a Microsoft Teams Channel.
Blogs
- Learn PowerShell | Achieve More - Personal blog of Boe Prox who moderated for the Scripting Guy.
Books
- PowerShell for SysAdmins: Workflow Automation Made Easy - Learn how to manage and automate your desktop and server environments.
Code and Package Repositories
- PowerShell Gallery - Official PowerShell package repository, used by PowerShellGet.
Commandline Productivity
- pslinq (⭐76) - LINQ (LINQ2Objects) for PowerShell.
- PSDirTag (⭐26) - DirTags are relative paths that appear as variables in the PowerShell prompt that update as you navigate. Saves keystrokes when navigating folder structures.
- PSUtil (⭐150) - Designed to make the user's console life more convenient. It includes shortcuts, aliases, key bindings and convenience functions geared towards greater efficiency and less typing.
Frameworks
- PowerShell PowerUp (⭐118) - Powerful server management framework.
Package Managers
- PowerShellGet (⭐71) - PowerShellGet is the Package Manager for PowerShell. Packages are available on PowerShellGallery.
Parallel Processing
- PoshRSJob (⭐550) - Provides an alternative to PSJobs with greater performance and less overhead to run commands in the background.
Testing
- Pester (⭐3.2k) - PowerShell BDD style testing framework.
- Format-Pester (⭐85) - PowerShell module for documenting Pester's results - exports Pester results to HTML, Word, text files using PScribo (⭐243).
Videos
- PowerShell on Linux and Open Source - Brief introduction to PowerShell open source project and how it runs on Linux.
Feb 12, 2020
Themes
- Starship (⭐50k) - The minimal, blazing fast, and extremely customizable prompt for any shell.
Jan 24, 2020
Blogs
- Adam the Automator - Engaging, technical content on all things automation, cloud computing and DevOps by Adam Bertram and friends.
Oct 06, 2019
Security
- Nishang (⭐9.3k) - Enables scripting for red team, penetration testing, and offensive security.
Sep 21, 2019
Books
- Learn PowerShell in a Month of Lunches, Linux and macOS Edition - A task-focused tutorial for administering Linux and macOS systems using Microsoft PowerShell.
Jul 31, 2019
API Wrapper
- HipChatAdmin (⭐6) - A module for simple integration with Atlassian HipChat via the HipChat API.
- ConfluencePS - A module for interacting with Atlassian's Confluence in powershell (by using the API).
- JiraPS - A module for interacting with Atlassian's Jira in powershell (by using the API).
Blogs
- PowerShellMagazine - Awesome magazine.
- PowerShellExplained - Personal blog of Kevin Marquette
- Doug Finke - Author of PowerShell for Developers.
- Mike F. Robbins - Microsoft MVP. SAPIEN Tech MVP. Co-author of Windows PowerShell TFM 4th Edition.
Books
- Exploring PowerShell Automation - a free eBook sampler that gives you an overview of how to administer your environment.
- PowerShell in Depth - The go-to reference for administrators. Every major shell technique, technology, and tactic is explained and demonstrated, providing a comprehensive reference to almost everything an admin would do in the shell.
- Windows PowerShell in Action, Third Edition - The latest revision of the comprehensive reference guide.
- Learn Windows PowerShell in a Month of Lunches, Third Edition - An innovative tutorial designed for busy IT professionals. Just set aside one hour a day - lunchtime would be perfect - for a month, and you'll be automating Windows tasks faster than you ever thought possible.
- Learn PowerShell Scripting in a Month of Lunches - A guide to the process of developing, testing, and deploying scripts, and the art of toolmaking.
- PowerShell Notes for Professionals - Compilation of notes and snippets.
Code and Package Repositories
- GitHub - Looking for an Open Source PowerShell project? It's probably here.
Commandline Productivity
- posh-git (⭐8k) - Set of PowerShell scripts which provide Git/PowerShell integration.
- PSReadLine (⭐4k) - Bash inspired readline implementation for PowerShell. Keeps history between sessions, adds reverse-history search and makes the commandline experience much better overall.
- TabExpansionPlusPlus (⭐199) - PowerShell module to make customizing tab completion easier and add a library of custom argument completers.
- Zlocation (⭐592) * z.sh (⭐17k) implementation for PowerShell. Similar to Jump-Location.
- thefuck (⭐93k) - Magnificent app which corrects your previous console command (by typing
fuck).
- posh-with (⭐72) - Command prefixing for continuous workflow using a single tool.
- poco* peco (⭐7.8k) implementation. Interactive filtering tool.
Communities
- PowerShell.org - Forums, summits, community blog posts, and more.
- /r/PowerShell - Reddit PowerShell community.
Documentation Helper
- platyPS (⭐825) - Write PowerShell External Help in Markdown.
- Invoke-CreateModuleHelpFile (⭐44) - PowerShell function to create a HTML help file for a module and all it's commands.
- PScribo (⭐243) - PowerShell documentation framework what can create HTML, Word, text files based on PowerShell-based DSL (domain specific language).
Editors and IDEs
- PowerShell Studio - Powerful PowerShell IDE with module, help, and user interface development tools, high DPI support and regular updates.
- PowerShell for Visual Studio Code - Provides IntelliSense, code navigations, script analysis, script debugging, and more for the Visual Studio Code editor.
- ISE Steroids - Add-on for the PowerShell ISE which provides a rich set of additional features to complete the ISE development experience.
- PowerShell Plus - All in one IDE.
- SublimeText package (⭐328) - PowerShell language support for Sublime Text.
- Atom package (⭐43) - PowerShell language support for Atom.
Frameworks
- Carbon - DevOps for automating the configuration of Windows computers.
- PSCX (⭐751) - PowerShell Community Extensions - Useful set of additional cmdlets.
- PSFramework (⭐459) - Easily add configurations, logging and more to your own PowerShell module.
Package Managers
- Chocolatey - The package manager for Windows. The sane way to manage software on Windows.
- GitLab (⭐43) - Use a GitLab server as Package Provider.
Parallel Processing
- Invoke-Parallel (⭐386) - This function will take in a script or scriptblock, and run it against specified objects(s) in parallel.
Podcasts
- The PowerShell News Podcast - This podcast is the latest news on PowerShell.
Security
- PowerShellArsenal (⭐876) - Module used to aid a reverse engineer.
- PowerTools (⭐2.1k) - Collection of projects with a focus on offensive operations.
- PowerForensics (⭐1.4k) - Popular live disk forensics platform for windows.
- PowerSploit (⭐12k) - Post-exploitation framework.
- PowerShellEmpire (⭐7.6k) - Post-exploitation agent.
- PSReflect (⭐224) - Easily define in-memory enums, structs, and Win32 functions in PowerShell. Useful for attacks, example (⭐2.7k).
- BloodHound (⭐10k) - Easily identify highly complex attack paths that would otherwise be impossible to quickly identify.
Themes
- Powerline (⭐572) - PowerShell Classes for richer output and prompts.
Videos
- PowerShell Unplugged with Jeffrey Snover and Don Jones Ignite 2017 - The inventor of PowerShell talking about "the latest and coolest PowerShell features to help you automate and manage the hybrid cloud". Focused on the PowerShell Community.
- Getting Started With PowerShell 3.0 Jump Start - Jump starts series are for IT professionals with no previous experience with PowerShell, and want to learn it fast.
- Advanced Tools & Scripting with PowerShell 3.0 - IT pros, take this advanced PowerShell course to find out how to turn your real time management and automation scripts into useful reusable tools and cmdlets.
- What's New in PowerShell v5 - Through description on some of the exciting new features in PowerShell version 5.0.
- PowerShell Open Source Project - Collection of videos thoroughly demonstrate how PowerShell open source project runs on Linux.
- PowerShell - This show will include videos talking about the PowerShell automation platform, Desired State Configuration (DSC), infrastructure as code, and related concepts!! These videos are created by Trevor Sullivan, a Microsoft MVP for Windows PowerShell.
- Learn Windows PowerShell in a Month of Lunches - Don Jones - Video companion to the book of the same title.
- Best Practices for Script Design - Don Jones - Don Jones discusses script design principles and best practices.
- PowerShell Toolmaking (1 of 3) - Don Jones - Toolmaking (1 of 3) - Don Jones.
- PowerShell Toolmaking (2 of 3) - Don Jones - Toolmaking (2 of 3) - Don Jones.
- PowerShell Toolmaking (3 of 3) - Don Jones - Toolmaking (3 of 3) - Don Jones.
- Sophisticated Techniques of Plain Text Parsing - Tobias Weltner - Great reference for text parsing.
- Monad Manifesto Revisited - Jeffrey Snover - Jeffrey Snover reflects on the beginnings of the language and where it's going.
- AD Forensics with PowerShell - Ashley McGlone - A lot of AD related scripting and analysis techniques.
- Windows PowerShell What's New in V2 - SAPIEN - Old but gold. Most of this is still very relevant.
- All Things Microsoft PowerShell - Another general language reference.
Webserver
- Flancy (⭐190) - Web microframework for Windows PowerShell.
- Pode (⭐968) - Pode is a Cross-Platform PowerShell framework for creating web servers to host REST APIs, Web Sites, and TCP/SMTP Servers.
- Polaris (⭐513) - A cross-platform, minimalist web framework for PowerShell.
- WebCommander (⭐165) - Run scripts and view results, in a friendly web GUI or via a web service.
Misc
- DbgShell (⭐690) - A PowerShell front-end for the Windows debugger engine.
Nov 12, 2016
Build Tools
- psake (⭐1.6k) - Build automation tool inspired by rake (aka make in Ruby) and bake (aka make in Boo).
- Invoke-Build (⭐687) - Build and test automation tool inspired by psake.
- PSDeploy (⭐348) - Module built for the purpose of simplifying multiple types of deployments.
- BuildHelpers (⭐218) - Variety of helper functions for CI/CD scenarios.
Misc
- poke (⭐91) - Crazy cool reflection module for PowerShell. Explore and invoke private APIs like nobody is watching. Useful for security research, testing and quick hacks.
Oct 31, 2016
Build Tools
- YDeliver (⭐49) - Build and deployment framework aimed at .NET projects.