
179.8K
Downloads
201
Episodes
The PowerShell Podcast is a weekly show about building your career with PowerShell. Each episode features the tips, tech, and modules that make PowerShell the premier automation and scripting tool for IT professionals. Join us as we interview PowerShell experts to discover what makes PowerShell and its community so amazing and awesome.
Episodes
Monday Sep 22, 2025
From Sysadmin to PowerShell Team: The Story of SeeminglyScience
Monday Sep 22, 2025
Monday Sep 22, 2025
- From community to Microsoft: Patrick’s contributions to PowerShell Editor Services and GitHub repos helped pave the way for his role on the official PowerShell team.
- Hidden gems in PowerShell: Features like the Extendable Type System (ETS), type converters, and modules such as PowerShell Run, ctypes, and Useful Argument Completers unlock powerful possibilities.
- Community makes it stronger: Helping others, answering questions, and sharing knowledge not only grows the ecosystem but also helps contributors sharpen their own skills.
Patrick Meinecke, widely known as SeeminglyScience, is a software engineer on the PowerShell team at Microsoft. Before joining the team, he spent over 15 years in sysadmin and tech support roles and is a longstanding contributor to the PowerShell open-source community. Patrick is recognized for his deep technical expertise in the PowerShell engine, his contributions to PowerShell Editor Services, and his passion for solving complex problems. He remains an active community member, often engaging on Discord and GitHub to help others learn and grow.
- Patrick Meinecke on GitHub (@SeeminglyScience): https://github.com/SeeminglyScience
- Connect with Andrew: https://andrewpla.tech/links
- PowerShell Run (module by MDGRS): https://github.com/nbgrs/PowerShellRun
- Useful Argument Completers (module by MartinGC94): https://github.com/MartinGC94/UsefulArgumentCompleters
- ctypes (module by Jordan Borean): https://github.com/jborean93/PSctypes
- Spectre.Console for PowerShell (community project): https://github.com/PoshCode/PSSpectreConsole
- Join the PDQ Discord: https://discord.gg/pdq
- The PowerShell Podcast on YouTube: https://youtu.be/Zyj1IdZFf1E
- The PowerShell Podcast hub: https://pdq.com/the-powershell-podcast
Monday Sep 15, 2025
Beginnings, Blue Bars, and the Valley of Despair with Steven Judd
Monday Sep 15, 2025
Monday Sep 15, 2025
The conversation also explores how community, conferences, and friendships have been essential to Steven’s growth. From humorous “please clap” moments at Nano Conf to building lasting connections, Steven highlights the power of showing up authentically, persevering through challenges, and helping others along the way.Key Takeaways
- The Power of the Basics: Learning commands like
Get-Command,Get-Help, andGet-Member(“the tripod”) forms the foundation of a strong PowerShell journey. - Resilience in Learning: Navigating the “valley of despair” in tough topics like PowerShell, certificates, or regex is where growth happens. Persistence pays off.
- Community is Everything: From user groups to conferences, surrounding yourself with peers and mentors accelerates growth and helps combat imposter syndrome.
Steven Judd is a Microsoft MVP, educator, and veteran PowerShell enthusiast who has been teaching and sharing knowledge in the community for many years. With a background that spans business, music, and IT, Steven brings a unique perspective on learning, resilience, and humor. Known for his approachable teaching style and dad jokes, Steven has helped countless professionals embrace automation, improve their skills, and find their place in the PowerShell community.Resource Links
- Steven Judd’s Content Hub: https://shortcutyour.life
- Steven Judd on YouTube (PowerShell content): YouTube Search
- Steven Judd on X/Twitter (@StevenJudd): https://x.com/StevenJudd
- Steven Judd’s Merch Store: https://store.stephenjudd.com
- PDQ Discord: https://discord.gg/PDQ
- Connect with Andrew: https://andrewpla.tech/links
- PowerShell Wednesdays (live community sessions): https://www.youtube.com/watch?v=8oesn0HgGxE&list=PL1mL90yFExsix-L0havb8SbZXoYRPol0B
- The PowerShell Podcast on YouTube: https://youtu.be/yu6RVPwp8KY
- The PowerShell Podcast hub: The PowerShell Podcast: https://pdq.com/the-powershell-podcast
Monday Sep 08, 2025
PowerShell, OAuth, and Automation in the Cloud with Emanuel Palm
Monday Sep 08, 2025
Monday Sep 08, 2025
- From printers to the cloud: Emanuel’s career shows how PowerShell can open doors, from automating IT tasks to driving cloud automation and DevOps practices.
- Community and sharing matter: Blogging, presenting, and contributing help you grow your own understanding while creating opportunities for others.
- Automation and authentication: With tools like GitHub Actions and his AZAuth module, Emanuel demonstrates how to simplify workflows and securely interact with APIs.
Emanuel Palm is a Microsoft MVP based in Sweden, where he is a consultant focused on Microsoft technologies and is active in the PowerShell community. Emanuel is the creator of the AZAuth module, a lightweight solution for handling OAuth authentication in PowerShell, and a frequent speaker at events like PowerShell Conference Europe. Beyond tech, Emanuel is a coffee enthusiast who even roasts his own beans as a side hobby.
- Emanuel’s Blog: https://pipe.how
- GitHub – Emanuel Palm: https://github.com/palmemanuel
- X / BlueSky: @palmemanuel
- AZAuth Module on GitHub: https://github.com/PalmEmanuel/AzAuth
- Emanuel's PS Wednesday: https://www.youtube.com/watch?v=trP2LLDynA0
- Arkanum Coffee (Emanuel’s hobby project): https://arkanum.coffee
- PDQ Discord: https://discord.gg/pdq
- Connect with Andrew: https://andrewpla.tech/links
- The PowerShell Podcast on YouTube: https://youtu.be/-uHHGVH1Kcc
- The PowerShell Podcast hub: https://pdq.com/the-powershell-podcast
Monday Sep 01, 2025
Turtles All the Way Down: PowerShell and Graphics with James Brundage
Monday Sep 01, 2025
Monday Sep 01, 2025
- PSTurtle Project & Documentation: https://psturtle.com/
- GitHub – Start-Automating: https://github.com/StartAutomating
- James Brundage on BlueSky (@MrPowerShell): https://bsky.app/profile/mrpowershell.com
- MrPowerShell.com: https://mrpowershell.com/
- PowerShell Web Organization (for PowerShell + Web projects): https://github.com/PowerShellWeb
- Turtles in PowerShell talk: https://www.youtube.com/watch?v=o8l_bQRvMkg
- Follow Andrew: https://andrewpla.tech/links
- Join the PDQ Discord: https://discord.gg/pdq
- The PowerShell Podcast on YouTube: https://youtu.be/oGG6bKXsdrg
- The PowerShell Podcast hub: https://pdq.com/the-powershell-podcast
Monday Aug 25, 2025
Monday Aug 25, 2025
Jason drops serious knowledge on two game-changing technologies:
- AI Shell: Think ChatGPT, but built directly into your terminal. Learn how it enhances shell UX, assists with command building, explains parameters, and keeps you focused without switching contexts.
- DSC v3 (Desired State Configuration): Now fully cross-platform and decoupled from PowerShell, DSC v3 is lighter, more extensible, and suitable for everything from servers to IoT. Jason walks us through the evolution, real-world use cases (like flipping Windows from dark mode to light mode!), and what’s next for the configuration platform.
- Microsoft’s hidden campus lore, including a piece of the Berlin Wall!
- The evolution of PowerShell ReadLine and its impact on productivity
- AI Shell’s support for OpenAI, Azure Copilot, ollama, Gemini, and even custom agents
- Exporting configs from existing machines—a long-awaited DSC feature
- Why DSC v3 might be the most developer- and sysadmin-friendly release yet
- The cultural backbone of the PowerShell team: being “scrappy” and driven by customer success
First-time conference-goer Troy Brown shares his experience diving into PowerShell:
- How a PowerShell workshop with Sean Wheeler, Steven Judd, and Jason Helmick helped him finally understand modules
- The journey from using PDQ to push basic PowerShell scripts to deeper automation potential
- Navigating the learning curve with community support
- His message to fellow newcomers: “Don’t take things personally, and embrace the journey.”
- DSC v3 on GitHub
- Leanpub DSC v3 Book by Gijs https://leanpub.com/thedscv3handbook
- The Phoenix Project (book) (a must-read for IT pros) https://www.amazon.com/Phoenix-Project-DevOps-Helping-Business/dp/0988262592
- https://discord.gg/pdq
- The PowerShell Podcast on YouTube: https://youtu.be/_f5oYxzkinI
- The PowerShell Podcast Hub: https://pdq.com/the-powershell-podcast
Monday Aug 18, 2025
Monday Aug 18, 2025
Whether you're new to PowerShell or a seasoned scripter, this episode offers insights, laughs, and actionable advice. Plus, we finally settle (sort of) whether the VS Code sidebar belongs on the left or the right.
- You don’t need to learn everything. Just understand the ecosystem and build your learning map.
- Create your PowerShell profile now—it's an easy win with huge productivity returns.
- AI is a tool, not a crutch. Use it wisely and validate the results.
- Get involved in the community. It will accelerate your learning and broaden your opportunities.
- https://powershell.org
- https://www.youtube.com/c/PowerShellOrg
- https://discord.gg/pdq
- The PowerShell Podcast on YouTube: https://youtu.be/hr59kahksIM
Monday Aug 11, 2025
Monday Aug 11, 2025
- Module templating with PSStucco
- Building for accessibility in PowerShell
- Creating open source GitHub orgs like PSInclusive
- How PowerShell can lead to learning modern dev workflows like GitHub Actions and CI/CD
- https://gilbertsanchez.com/posts/stucco-create-powershell-module/
- https://jakehildreth.github.io/blog/2025/07/02/PowerShell-Module-Scaffolding-with-PSStucco.html
- https://github.com/PSInclusive
- https://jakehildreth.com/
- https://andrewpla.tech/links
- https://discord.gg/pdq
- https://pdq.com/podcast
- https://youtu.be/w-z2-0ii96Y
Monday Aug 04, 2025
From EntraAuth to PSConfEU with Fred Weinmann
Monday Aug 04, 2025
Monday Aug 04, 2025
What You’ll Learn:
- How to improve your coding efficiency with advanced hotkeys and key bindings
- The difference between hotkeys and key bindings and how to create your own
- Insights into Fred’s EntraAuth module and why federated credentials matter
- When it makes sense to use C# alongside PowerShell
- How community involvement can elevate your career
- What makes PowerShell Conference EU a unique experience
- Tips for new speakers interested in submitting conference talks
Fred Weinmann is a seasoned Cloud Solution Architect at Microsoft and a renowned PowerShell expert with years of experience designing and implementing scalable solutions. A prolific creator, Fred has developed key tools like PSFramework, PSModuleDevelopment, PSUtil, and PSFramework.Nuget, which empowers developers and IT professionals to optimize their workflows. Passionate about technology and problem-solving, Fred’s innovative approach to PowerShell module development and his commitment to community-driven open-source projects have made him a respected figure in the PowerShell community.
- https://github.com/FriedrichWeinmann/EntraAuth
- https://github.com/PowershellFrameworkCollective/PSFramework.NuGet
- https://github.com/FriedrichWeinmann/string
- https://andrewpla.tech/links
- https://psconf.eu
- https://github.com/PowershellFrameworkCollective/psframework
- Fred's PSConfEU PSFramework.Nuget talk: https://www.youtube.com/watch?v=iMSOVwmBXrk
- Check out PDQ Connect https://pdq.com/podcast
- Join the PowerShell Scripting channel: https://discord.gg/pdq
- The PowerShell Podcast on YouTube: https://youtu.be/TZPy4X6yLjM
- The PowerShell Podcast hub: https://pdq.com/the-powershell-podcast
