janikvonrotz/awesome-powershell
Development Environment 1 year ago 3.4k
A curated list of delightful PowerShell modules and resources
Awesome PowerShell

A curated list of delightful PowerShell packages and resources.
PowerShell is a cross-platform (Windows, Linux, and macOS) automation and configuration tool that is optimized for dealing with structured data (e.g. JSON, CSV, XML, etc.), REST APIs, and object models. It includes a command-line shell and an associated scripting language.
Contents
- API Wrapper
- Blogs
- Books
- Build Tools
- Code and Package Repositories
- Commandline Productivity
- Communities
- Data
- Documentation Helper
- Editors and IDEs
- Frameworks
- Interactive Learning
- Logging
- Module Development Templates
- Package Managers
- Parallel Processing
- Podcasts
- Security
- SharePoint
- SQL Server
- Testing
- Themes
- UI
- Videos
- Webserver
- Misc
API Wrapper
- HipChatAdminstars7 - A module for simple integration with Atlassian HipChat via the HipChat API.
- PSGitHubstars155 - Module contains commands to manage GitHub through its REST API.
- Posh-GitHubstars69 - Cmdlets that expose the GitHub API.
- Posh-Giststars37 - Cmdlets for interacting with GitHub Gist.
- PSGiststars40 - A module to work with GitHub Gists.
- PSAppVeyorstars14 - A module to interact with the AppVeyor REST API.
- PSSlackstars249 - Module for simple Slack integration.
- 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).
- PSTelegramAPIstars25 - Module for Telegram APIs
- PSTeamsstars309 - A module for sending formatted messages to a Microsoft Teams Channel.
- PSURLScaniostars31 - A module for urlscan.io that is a service to scan and analyze websites.
Blogs
- Windows PowerShell Blog - Official PowerShell Team Blog.
- Learn PowerShell | Achieve More - Personal blog of Boe Prox who moderated for the Scripting Guy.
- 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.
- Adam the Automator - Engaging, technical content on all things automation, cloud computing and DevOps by Adam Bertram and friends.
- Clear-Script - Personal blog of Joel (Sallow) Francis.
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 in a Month of Lunches, Linux and macOS Edition - A task-focused tutorial for administering Linux and macOS systems using Microsoft PowerShell.
- Learn PowerShell Scripting in a Month of Lunches - A guide to the process of developing, testing, and deploying scripts, and the art of toolmaking.
- The Monad Manifesto, Annotated - Jeffrey Snover - Design and theory behind the language from its creator.
- Windows PowerShell Networking Guide - Language specific guide to Windows networking.
- Why PowerShell? - Warren Frame & Don Jones - Use cases for the language.
- The Big Book of PowerShell Gotchas - Don Jones - Excellent guide to avoiding common pitfalls.
- The Big Book of PowerShell Error Handling - Dave Wyatt - Great reference for error handling techniques.
- Secrets of PowerShell Remoting - On all things remoting. Workflow, fan-out, etc.
- PowerShell Notes for Professionals - Compilation of notes and snippets.
- PowerShell for SysAdmins: Workflow Automation Made Easy - Learn how to manage and automate your desktop and server environments.
Build Tools
- psakestars1.5k - Build automation tool inspired by rake (aka make in Ruby) and bake (aka make in Boo).
- Invoke-Buildstars518 - Build and test automation tool inspired by psake.
- PSDeploystars323 - Module built for the purpose of simplifying multiple types of deployments.
- BuildHelpersstars186 - Variety of helper functions for CI/CD scenarios.
- YDeliverstars43 - Build and deployment framework aimed at .NET projects.
Code and Package Repositories
- GitHub - Looking for an Open Source PowerShell project? It's probably here.
- PowerShell Gallery - Official PowerShell package repository, used by PowerShellGet.
- PowerShell Test Gallery - A test version of the PowerShell Gallery. Useful when developing new modules.
Commandline Productivity
- posh-gitstars6.4k - Set of PowerShell scripts which provide Git/PowerShell integration.
- PSReadLinestars2.7k - Bash inspired readline implementation for PowerShell. Keeps history between sessions, adds reverse-history search and makes the commandline experience much better overall.
- TabExpansionPlusPlusstars172 - PowerShell module to make customizing tab completion easier and add a library of custom argument completers.
- Jump-Locationstars453 - PowerShell
cd
that reads your mind. Autojumpstars14k implementation for PowerShell.UNMAINTAINED
- Zlocationstars412 * z.shstars14.5k implementation for PowerShell. Similar to Jump-Location.
- thefuckstars72.6k - Magnificent app which corrects your previous console command (by typing
fuck
). - pslinqstars69 - LINQ (LINQ2Objects) for PowerShell.
- posh-withstars52 - Command prefixing for continuous workflow using a single tool.
- poco* pecostars7k implementation. Interactive filtering tool.
- PSDirTagstars16 - DirTags are relative paths that appear as variables in the PowerShell prompt that update as you navigate. Saves keystrokes when navigating folder structures.
- PSUtilstars92 - 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.
- Microsoft.PowerShell.UnixCompleters - Get parameter completion for native Unix utilities. Requires zsh or bash.
- PSDependstars242 - PowerShell Dependency Handler
- PSScriptToolsstars597 - A set of of PowerShell functions you might use to enhance your own functions and scripts or to facilitate working in the console.
- zoxidestars7.2k - A better way to navigate your filesystem. Written in Rust, cross-shell, and much faster than other autojumpers.
Communities
- PowerShell.org - Forums, summits, community blog posts, and more.
- /r/PowerShell - Reddit PowerShell community.
- Slack PowerShell team - Large chat room dedicated to PowerShell. Bridged with
#PowerShell
on irc.freenode.net. - Research Triangle PowerShell User Group - Very active PowerShell and automation user group. Meets on first and third Wednesdays. All skill levels welcome.
Data
- hjson-powershellstars3 - Simple powershell module for conversion between HJSON and JSON.
- ImportExcelstars1.9k - Module to import/export Excel spreadsheets, without Excel.
- powershell-yamlstars283 - PowerShell CmdLets for YAML format manipulation.
- PSWriteHTMLstars551 - PSWriteHTML is a PowerShell module allowing you to create HTML easily.
- PSWritePDFstars98 - Module to create, edit, split, merge PDF files on Windows / Linux and MacOS.
- PSWriteWordstars211 - Module to create Microsoft Word documents without Microsoft Word installed.
Documentation Helper
- platyPSstars608 - Write PowerShell External Help in Markdown.
- Invoke-CreateModuleHelpFilestars28 - PowerShell function to create a HTML help file for a module and all it's commands.
- PScribostars201 - 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.
- PoshTools for Visual Studio - Provides IntelliSense, script debugging, and Pester testing support for PowerShell to Visual Studio.
- PowerShell ISE - Official PowerShell development environment included with Microsoft Windows.
- 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 packagestars288 - PowerShell language support for Sublime Text.
- Atom packagestars43 - PowerShell language support for Atom.
Frameworks
- Carbon - DevOps for automating the configuration of Windows computers.
- PowerShell PowerUpstars95 - Powerful server management framework.
- PSCXstars578 - PowerShell Community Extensions - Useful set of additional cmdlets.
- PSFrameworkstars319 - Easily add configurations, logging and more to your own PowerShell module.
- Kansastars1.3k - Incident response framework.
Interactive Learning
- PSKoansstars1.2k - A simple, fun, and interactive way to learn the PowerShell language through Pester unit testing.
- Jupyter-PowerShellstars104 - Jupyter Kernel for PowerShell.
Logging
Module Development Templates
- Plasterstars636 - Plaster is a template-based file and project generator written in PowerShell.
- PSModuleDevelopmentstars77 - Get started using module templates in 2 minutes with this module's low entry barrier and casual convenience.
- Catestastars115 - 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
- PowerShellGetstars291 - PowerShellGet is the Package Manager for PowerShell. Packages are available on PowerShellGallery.
- Chocolatey - The package manager for Windows. The sane way to manage software on Windows.
- GitLabstars38 - Use a GitLab server as Package Provider.
- Scoop - A command-line installer for Windows.
- PowerShell App Deployment Toolkit - Provides a set of functions to perform common application deployment tasks and to interact with the user during a deployment.
Parallel Processing
- PoshRSJobstars485 - Provides an alternative to PSJobs with greater performance and less overhead to run commands in the background.
- Invoke-Parallelstars338 - This function will take in a script or scriptblock, and run it against specified objects(s) in parallel.
- PSThreadJobstars154 - Module for running concurrent jobs based on threads rather than processes.
Podcasts
- PowerScripting - Weekly show run by Jon Walz and Hal Rottenberg.
- The PowerShell News Podcast - This podcast is the latest news on PowerShell.
Security
- File System Security - Allows a much easier management of permissions on files and folders.
- PowerShellArsenalstars781 - Module used to aid a reverse engineer.
- PowerToolsstars1.8k - Collection of projects with a focus on offensive operations.
- PowerForensicsstars1.2k - Popular live disk forensics platform for windows.
- PowerSploitstars9.7k - Post-exploitation framework.
- PowerShellEmpirestars6.6k - Post-exploitation agent.
- PSReflectstars200 - Easily define in-memory enums, structs, and Win32 functions in PowerShell. Useful for attacks, example.
- BloodHoundstars7.1k - Easily identify highly complex attack paths that would otherwise be impossible to quickly identify.
- Nishangstars6.7k - Enables scripting for red team, penetration testing, and offensive security.
- Harnessstars70 - Interactive remote PowerShell Payload.
- Invoke-Obfuscationstars2.7k - PowerShell Obfuscator.
- p0wnedShellstars1.4k - PowerShell Runspace Post Exploitation Toolkit.
- PESecuritystars533 - Module to check if a Windows binary (EXE/DLL) has been compiled with ASLR, DEP, SafeSEH, StrongNaming, and Authenticode.
- Powershellerystars436 - Powershell scripts used for general hackery.
- PowerUpSQLstars1.9k - Toolkit for Attacking SQL Server.
SharePoint
- AutoSPInstaller - Automated SharePoint 2010-2019 installation script.
- Client-side SharePoint - API for SharePoint 2010, 2013 and Online.
- SPReplicatorstars31 - 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.
- SimplySqlstars121 - 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.
Testing
- Pesterstars2.8k - PowerShell BDD style testing framework.
- Format-Pesterstars75 - PowerShell module for documenting Pester's results - exports Pester results to HTML, Word, text files using PScribostars201.
- Seleniumstars355 - PowerShell module to run a Selenium WebDriver.
- PSScriptAnalyzerstars1.5k - 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.
Themes
- Oh-My-Poshstars7.2k - Tons of beautiful theme that can be enabled by one single command (includes many awesome powerline theme).
- PoshColorstars38 - Colour output from common commands with support for custom themes.
- Powerlinestars499 - PowerShell Classes for richer output and prompts.
- Starshipstars27.7k - The minimal, blazing fast, and extremely customizable prompt for any shell.
UI
- AnyBoxstars181 - Designed to facilitate script input/output with an easily customizable WPF window.
- BurntToaststars1.1k - Module for creating and displaying Toast Notifications on Microsoft Windows 10.
- Graphicalstars293 - Module to plot colorful console 2D Graphs (Scatter, Bar, Line).
- GraphicalToolsstars443 - A module that mixes PowerShell and GUIs! - built on Avalonia and gui.cs.
- PS-Menustars140 - Simple module to render interactive console menu.
- PSWriteColorstars110 - Write-Color is a wrapper around Write-Host allowing you to create nice looking scripts, with colorized output.
- Terminal-Iconsstars1.3k - Module to show file and folder icons in the terminal.
- psInlineProgressstars74 - Write inline progress bars in PowerShell.
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 on Linux and Open Source - Brief introduction to PowerShell open source project and how it 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.
- Research Triangle PowerShell User Group YouTube Channel - large catalog of user group meetings and demos by community members. 150+ hours of content.
Webserver
- Flancystars176 - Web microframework for Windows PowerShell.
- Podestars518 - Pode is a Cross-Platform PowerShell framework for creating web servers to host REST APIs, Web Sites, and TCP/SMTP Servers.
- Polarisstars487 - A cross-platform, minimalist web framework for PowerShell.
- WebCommanderstars161 - Run scripts and view results, in a friendly web GUI or via a web service.
- Universal Dashboard - Cross-platform module for developing websites and REST APIs.
Misc
- DbgShellstars620 - A PowerShell front-end for the Windows debugger engine.
- pokestars72 - Crazy cool reflection module for PowerShell. Explore and invoke private APIs like nobody is watching. Useful for security research, testing and quick hacks.
- WSLabstars975 - Windows Server rapid lab deployment scripts.
- PoshBotstars481 - Powershell-based bot framework.
- PoShKeePassstars211 - Module for working with KeePass databases.
ON THIS PAGE
- Awesome PowerShell Awesome Quality Assurance
- Contents
- API Wrapper
- Blogs
- Books
- Build Tools
- Code and Package Repositories
- Commandline Productivity
- Communities
- Data
- Documentation Helper
- Editors and IDEs
- Frameworks
- Interactive Learning
- Logging
- Module Development Templates
- Package Managers
- Parallel Processing
- Podcasts
- Security
- SharePoint
- SQL Server
- Testing
- Themes
- UI
- Videos
- Webserver
- Misc
Last Checked At: 2022-08-03T13:07:56.867Z