Jeffrey Snover
Microsoft Technical Fellow Β· Creator of PowerShell Β· 50+ Patents
In 2001, Jeffrey Snover wrote a document that would change the lives of millions of IT professionals. The Monad Manifesto envisioned a new kind of automation platform for Windows built on structured objects, not fragile text. That vision became PowerShell, and it gave an entire generation of administrators a voice, a craft, and a community.

From the beginning, the goal of PowerShell was to dramatically increase the value and thus the salaries of IT Pros. One of the mechanisms for doing that was having artifacts (e.g. scripts, modules, etc.) that IT Pros could share with one another - both to leverage the lessons of others and to have examples for how to get things done. Nothing makes me happier than to see projects like https://powershellnerd.com/ which make this sharing simple and easy. Using this site should make you more valuable and, over time, increase your salary. So what are you waiting for? Dig it my friends!
From Monad to PowerShell
The story of how one person's vision and relentless persistence changed Windows forever.
The Monad Manifesto
Jeffrey authored the π Monad Manifesto, a visionary document that identified Windows' critical gap: simple GUI tools on one end, complex programming APIs on the other, and nothing in between for administrators. He proposed an entirely new automation platform built on .NET objects, not text streams. The manifesto would become the blueprint for PowerShell.
The Struggle
That same year, Jeffrey was demoted at Microsoft for spending time on what management viewed as an unauthorized project. When he pitched a command-line shell for Windows, an executive famously responded: "Exactly what part of Windows is confusing you?" He later described the years that followed as "the most miserable two or three years of my life." He kept going anyway.
PowerShell 1.0
On November 14, 2006, PowerShell 1.0 was released to the world. It shipped with 129 cmdlets and introduced the revolutionary object-based pipeline. Nearly one million downloads within six months proved the skeptics wrong. Windows finally had a real automation language.
PowerShell Goes Mainstream
PowerShell 2.0 shipped with Windows 7 and Server 2008 R2, bringing PowerShell Remoting, the ability to manage thousands of servers from a single console. Jeffrey was promoted to Distinguished Engineer, the first major recognition after his demotion years earlier.
Desired State Configuration
PowerShell 4.0 introduced DSC, a declarative configuration management platform and one of the earliest "Infrastructure as Code" systems. This was the last major piece of functionality outlined in the original Monad Manifesto. The vision was now fully realized.
Microsoft Technical Fellow
Jeffrey was promoted to Technical Fellow, the highest individual technical rank at Microsoft, equivalent to a Corporate Vice President. Only approximately 25 people in Microsoft's entire history have held this title. His peers include Dave Cutler (Windows NT) and Anders Hejlsberg (C#, TypeScript).
PowerShell Goes Open Source
On August 18, 2016, Microsoft announced PowerShell was open source under the MIT License, with cross-platform support for Linux and macOS. What started as a Windows-only shell became a universal automation platform. The world Snover envisioned in 2001 had arrived.
A Living Legacy
PowerShell 7.5 runs on every major operating system. Every major cloud provider including Azure, AWS, GCP offers PowerShell modules. Thousands of IT professionals credit PowerShell with transforming their careers from help desk to senior engineering. The community Jeffrey ignited continues to grow.
What He Built
The innovations that made PowerShell unlike anything before it.
Object-Based Pipeline
Replaced fragile text parsing with pipelines of structured .NET objects, the foundational innovation that set PowerShell apart from every other shell.
Cmdlet Architecture
The Verb-Noun naming convention (Get-Process, Set-Item) provided leverage for developers and consistency for administrators. One pattern to learn, thousands of commands to use.
Desired State Configuration
A declarative configuration management platform that pioneered Infrastructure as Code on Windows, predating or paralleling Chef, Puppet, and Ansible.
PowerShell Remoting
HTTP-based remote management via WS-Man that enabled administering thousands of servers from a single console. Headless remote management became the norm.
Cross-Platform & Open Source
In 2016, PowerShell went open source under the MIT License with support for Linux and macOS, transforming it from a Windows tool into a universal automation platform.
50+ Patents
A portfolio spanning automation, configuration management, distributed systems, and fault injection, from his early work at DEC and Tivoli through two decades at Microsoft.
In His Own Words
Jeffrey Snover on technology, people, and the craft of automation.
βGUIs are antisocial.β
On why automation matters
βAnything you can do in a GUI you can also type. Because you can type it you can automate it. You can have it perform the operation while you're out playing with your kids or sleeping.β
On the power of the command line
βWhen in doubt, focus on people. Always.β
On leadership
βGrowth mindset means getting comfortable with being uncomfortable.β
On continuous learning

The Impact
Before PowerShell, Windows system administrators were limited to clicking through GUIs or writing fragile VBScript. There was no path from help desk to automation engineer. PowerShell changed that. It professionalized Windows administration and gave IT professionals a real programming language to call their own.
By bridging the gap between developers and operations, PowerShell was a precursor to the DevOps movement. Administrators could finally collaborate with developers using shared tooling, version-controlled scripts, and repeatable automation.
Today, every major software vendor provides PowerShell modules. Azure, AWS, VMware, Active Directory, Exchange, SQL Server and thousands of products are manageable through the platform Jeffrey built. The PowerShell community he inspired spans every continent, with conferences, podcasts, open-source projects, and platforms like PowerShellNerd carrying the mission forward.
Thousands of IT professionals around the world credit PowerShell with transforming their careers. That is Jeffrey Snover's legacy.
Dig It, My Friends!
Jeffrey's vision was always about sharing scripts, modules, and knowledge so that every IT professional could stand on the shoulders of those who came before. PowerShellNerd exists to make that sharing simple and easy. Explore the tools our community has built, or publish your own.