
223.9K
Downloads
230
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.
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
7 days ago
7 days ago
Key Takeaways:
- Product management and PowerShell automation share a core philosophy: solve problems at the root, not just on the surface. Whether you're writing a script or building a feature, the goal is to eliminate a challenge entirely rather than patch around it.
- Understanding your customer requires more than data — it requires immersion. Mark describes going deep into the sysadmin world through customer interviews, internal usage, and community engagement to truly understand the problems facing IT teams.
- Great storytelling is a transferable skill. Andrew draws a parallel between how Jeffrey Snover used the Monad Manifesto to get internal buy-in at Microsoft and how to use narrative to align teams and push ideas forward.
Guest Bio:
Mark Littlefield is the VP of Product at PDQ, where he leads product strategy and development for PDQ Connect and the broader PDQ product suite. With over 15 years of product management experience, Mark previously served as VP of Product Management at InsideSales.com, where he oversaw product management and design across the platform. He holds a Bachelor of Science in Information Systems with a focus on Business Intelligence from Utah Valley University and is based in Salt Lake City, Utah.
Resource Links:
PowerShell Event: https://www.pdq.com/save-time-with-powershell-pdq-connect/
PDQ Connect: https://www.pdq.com/pdq-connect/
PDQ PowerShell Scanners GitHub repository: https://github.com/pdqcom/PowerShell-Scanners
The Monad Manifesto (Microsoft Learn): https://learn.microsoft.com/en-us/powershell/scripting/developer/monad-manifesto?view=powershell-7.5
Monad Manifesto blog post by Jeffrey Snover: https://devblogs.microsoft.com/powershell/monad-manifesto-the-origin-of-windows-powershell/
Mark Littlefield on LinkedIn: https://www.linkedin.com/in/mark-littlefield/
Connect with Andrew: https://andrewpla.tech/links
PDQ Discord: https://discord.gg/pdq
Monday May 18, 2026
PowerShell After Dark: OnRamp, IoT, and Finding Your People.
Monday May 18, 2026
Monday May 18, 2026
Key Takeaways:
- The OnRamp scholarship program is genuinely life-changing for early-career IT professionals. Josh Gratton's story, from service desk to systems engineer to Summit attendee, is a direct line from PowerShell to career transformation, and it started with applying for a scholarship he poured his heart into.
- Showing up in person changes something. Every guest in this episode described the in-real-life version of the PowerShell community as warmer, more welcoming, and more accessible than they expected. The gap between "online community" and "your people" closes fast when you're in the same room.
- Reaching out is not just encouraged, it's the move. Andrew makes the case clearly: the people who message him, who post in Discord, who ask questions in public, those are the ones he sees succeed. Suffering in silence is optional. So is waiting.
Josh Gratton is an IT professional who made a mid-career pivot from 15 years in a different field to the service desk, then leveraged PowerShell automation to earn a promotion to his company's systems engineering team. A 2026 OnRamp scholarship recipient, Josh attended his first PowerShell & DevOps Global Summit in Bellevue and left planning to present at a future Summit and bring a colleague along next year.
Mark Go is an IT professional and active member of the PDQ Discord community who attended the 2026 PowerShell & DevOps Global Summit. He served as Andrew's cameraman during the Summit's After Dark session and is known in the community for his IoT work, including speaking at Summit. He's a returning podcast guest, Powershell Wednesday and Summit speaker. Mark brings a hardware-forward perspective to PowerShell, with interests in soldering and embedded systems.
Craig Mileham is a PowerShell Podcast listener and Summit first-timer who works for an MSP in the higher ed space. He attended this year's Summit to absorb as much as possible and left energized to build internal tools for his help desk team and share what he learned at PowerShell Wednesday. This guy is really awesome
Matt Zaske is an IT professional, conference speaker, and community member based in Minnesota. A regular presence at events like MMS, Matt is also an avid Home Assistant enthusiast who bridges the gap between PowerShell and IoT hardware. He ran a lightning demo at the 2026 Summit, taught attendees how to solder, and blogs regularly at mzonline.com. You can also find him on LinkedIn and Bluesky. 3d printing legend. GET ON HIS LEVEL
Resource Links:
- PowerShell & DevOps Global Summit: https://www.powershellsummit.org
- OnRamp Program and Scholarship: https://www.powershellsummit.org/on-ramp/
- The PowerShell Podcast on PDQ.com: https://www.pdq.com/resources/the-powershell-podcast/
- PDQ Discord (Learn PowerShell channel): https://discord.gg/PDQ
- PDQ Careers: https://www.pdq.com/jobs/
- Connect with Andrew Pla: https://andrewpla.tech/links
- Matt Zaske's Blog: https://www.mzonline.com
- The PowerShell Podcast on YouTube: https://youtu.be/Y_GDB0e8xHY
Monday May 11, 2026
Splatting, Automation, and Chasing the Sun with Jess Pomfret
Monday May 11, 2026
Monday May 11, 2026
On the technical side, Jess makes the case for PowerShell splatting as an underrated beginner concept that makes code dramatically more readable. She walks through the idea of pulling parameters out of a long command line, organizing them into a hash table, and passing that hash table to the command instead. It's one of those things experienced scripters take for granted, but seeing it for the first time is genuinely useful.
The conversation also gets into Desired State Configuration (DSC), where Andrew and Jess dig into what it is, how it works, and why it matters for sysadmins who want to maintain consistent configuration across their environments. Jess also opens up about managing a packed schedule between her day job, speaking, podcasting, LinkedIn Learning courses, and serious bike training. Her answer is honest and relatable: she's still figuring it out, but Todoist and a very supportive partner help a lot.
Key Takeaways:
- Splatting is one of the most readable improvements you can make to your PowerShell code. Instead of chaining parameters into one long command, you load them into a hash table and pass that to your command with an
@symbol. Cleaner to write, easier to read, and especially useful when you're sharing code on a screen. - DSC lets you define what a system should look like and PowerShell handles the work of getting it (and keeping it) there. It's a mindset shift from scripting manual steps to declaring an end state, and it's particularly powerful in large environments where consistency matters.
- Having a support system is one of the most underrated factors in being able to sustain a high-output career alongside community contributions. Whether it's people around you who help carry the load or finding your people in the data and PowerShell communities, you can't do it alone indefinitely.
Jess Pomfret is a Data Platform Engineer and a dual Microsoft MVP. She's been working with SQL Server since 2011, is a maintainer on the dbatools open source project, co-host of the Finding Data Friends podcast, and a LinkedIn Learning instructor. She grew up in the south-west of England and now lives in the US. Outside of tech, she's an avid cyclist, padel player, and a devoted fan of proper football.
- Connect with Jess on LinkedIn: https://www.linkedin.com/in/jpomfret
- Connect with Andrew: https://andrewpla.tech/links
- Jess's blog: https://jesspomfret.com
- Support Jess's Chase the Sun ride for Momentum in Fitness: https://www.justgiving.com/page/jess-pomfret
- Finding Data Friends podcast on YouTube: https://www.youtube.com/@findingdatafriends/videos
- dbatools – PowerShell module for SQL Server automation: https://dbatools.io
- Jess's previous episode on the PowerShell Podcast (Ep. 164): https://powershellpodcast.podbean.com/e/from-proper-football-to-databases-with-jess-pomfret/
- Jess's first appearance on the PowerShell Podcast: https://powershellpodcast.podbean.com/e/dbatools-with-jess-pomfret/
- Join the PDQ Discord: https://discord.gg/pdq
- The PowerShell Podcast on YouTube: https://youtu.be/M2XvvCKs1Ls
Monday May 04, 2026
From ISE Anxiety to VS Code Every Day with Paula Kingsley
Monday May 04, 2026
Monday May 04, 2026
From there, the conversation opens up into what consulting taught her about solving problems, how being a generalist can be a genuine advantage, why documentation and communication matter as much as technical skill, and what it means to keep the human side of technology alive as you move up. Paula also drops some solid practical PowerShell wisdom along the way, from always including
WhatIf support in your functions to the very important reminder that Get is safe and Set is something else entirely.Key Takeaways:
- Making the jump from ISE to VS Code feels daunting, but the move is absolutely worth it. The secret is forcing yourself to open it first and just leaving it open until the habit takes hold.
- Being a generalist isn't a weakness. The ability to see across systems, communicate up and down, and translate technical work into business outcomes is a real and undervalued skill.
- Always build yourself an escape route. WhatIf and ShouldProcess aren't just best practices, they're the difference between a confident deployment and a very bad afternoon.
Paula Kingsley is an outcome-driven senior IT leader, technology operations and engineering expert, eight-time Microsoft MVP for Exchange Server, and self-described happy generalist. Her path into tech started with a liberal arts degree and eventually led through boutique IT consulting, enterprise infrastructure, global production operations, automation, cloud, AI, and a deep appreciation for PowerShell. Paula has built her career around solving problems, simplifying workflows, removing friction, and helping technical teams work better at scale. She is senior enough to shape strategy and steer practices, still hands-on enough to fix things herself, and yes, she even likes regex. You can find her on GitHub as
lanwench and on LinkedIn.Resource Links:
- Paula Kingsley on LinkedIn – https://www.linkedin.com/in/paulakingsley/
- Paula Kingsley on GitHub – https://github.com/lanwench
- Connect with Andrew – https://andrewpla.tech/links/
- PDQ Discord – https://discord.gg/pdq
- The PowerShell Podcast on YouTube: https://youtu.be/WLNVCW7S8BE
Wednesday Apr 29, 2026
PowerShell & DevOps Global Summit Bar session with Josh & Jeff
Wednesday Apr 29, 2026
Wednesday Apr 29, 2026
This episode of the PowerShell Podcast After Dark captures two candid bar-session conversations from the PowerShell and DevOps Global Summit, centered on community, career growth, and the real-world value of putting yourself out there. In the first segment, Josh Dearing talks about attending his first Summit, building PowerShell modules, learning from failure, and using automation to improve systems and processes in higher education.
In the second, Jeff Wardlaw reflects on finally attending the event in person, the impact of meeting the people behind the tools and community, and the broader lessons around perspective, technical leadership, communication, and problem-solving. Across both conversations, the theme is clear, PowerShell is not just a toolset, it is a way into a generous technical community where curiosity, experimentation, and shared learning can meaningfully shape a career.
The PowerShell Podcast on YouTube: https://youtu.be/NyT_A1hSH_M
Monday Apr 27, 2026
From Event Logs to AI Workflows with Lucas Allman
Monday Apr 27, 2026
Monday Apr 27, 2026
Lucas Allman joins the PowerShell Podcast for a conversation that starts with practical beginner wins and builds into bigger questions about AI, learning, community, and career growth in IT. The episode covers hands-on PowerShell use cases like event logs, scheduled tasks, and writing functions directly in the terminal, then shifts into Lucas’s experience as a first-time PowerShell Summit speaker and his evolving perspective on AI as a tool for both productivity and learning. It lands on a strong human note, with Lucas reflecting on impostor syndrome, keeping up with change, and why curiosity and community still matter just as much as technical skill.
Key Takeaways:
· Event logs are a great early PowerShell win. Lucas walks through using Get-WinEvent to explore logs, filter for errors, search messages, and troubleshoot faster without waiting on the Event Viewer GUI. He also shares a practical tip for reusing XML or XPath filters from Event Viewer inside PowerShell scripts.
· You can do more from the terminal than most people realize. Lucas explains how he writes full functions directly in the interactive shell, then saves them with a custom helper function so good code does not disappear when the session closes. It is a simple idea, but it opens the door to faster experimentation and building tools in the flow of work.
· AI is changing how technical people work, but not eliminating the need for judgment. A big part of the Summit discussion centered on using AI as a collaborator, not a replacement. Lucas argues that the real opportunity is to offload repetitive work, learn faster, and free up more time for higher-value problem solving, while still applying technical knowledge and critical thinking to the results.
Guest Bio:
Lucas Allman is an IT automation specialist with a passion for building practical, scalable solutions using PowerShell. With deep experience in endpoint management, configuration as code, and Microsoft cloud services like Intune and Graph API, Lucas focuses on making complex workflows maintainable, secure, and efficient. He’s an advocate for knowledge sharing and enjoys helping others level up their scripting and automation skills through real-world examples and interactive problem-solving. He had ChatGPT write this bio and says it’s close enough.
Resource Links:
· Lucas Allman website: https://lucasallman.com
· Connect with Andrew: https://andrewpla.tech/links
· PDQ Discord: https://discord.gg/PDQ
· PowerShell.org GitHub organization: https://github.com/powershellorg
The PowerShell Podcast on YouTube: https://youtu.be/kcjkCS0QN64
Thursday Apr 23, 2026
PowerShell & DevOps Global Summit Bar session with Brian Quinn & Scott
Thursday Apr 23, 2026
Thursday Apr 23, 2026
At the PowerShell and DevOps Global Summit, this after-dark bar session blends casual conversation with a real sense of why the event matters. Brian Quinn talks about returning for his second Summit, filling in PowerShell fundamentals, and bringing back practical skills like remoting, advanced functions, modules, testing, and version control to improve how his team handles identity and access management.
Scott Lemonde reflects on what keeps drawing him back, not just the technical knowledge, but the community, the friendships, and the way Summit gives people confidence, perspective, and momentum in their careers. Across both conversations, the theme is clear: PowerShell is not just a tool, it is a shared journey of growth, automation, problem-solving, and finding your people in a field that can otherwise feel pretty isolating.
See the PowerShell Podcast on YouTube: https://youtu.be/akrQSKoKjDI
Monday Apr 20, 2026
The PowerShell Summit Hallway Track with Gilbert Sanchez and Joshua Dearing
Monday Apr 20, 2026
Monday Apr 20, 2026
This episode captures the energy of PowerShell Summit through two conversations, one with Gilbert Sanchez and one with Joshua Dearing. The discussion moves from open source maintenance and the future of PowerShell in AI workflows to the human side of technical communities, including burnout, neurodiversity, mentorship, and the value of showing up in person. It also highlights how PowerShell can change careers over time, not just by teaching syntax, but by opening doors to better communication, stronger community ties, and bigger technical thinking.
Key Takeaways:
· Community is often the unlock, not just the tooling. Both conversations reinforce that Summit’s real value is the people, the hallway conversations, and the sense that learning gets easier when you have others around you who are willing to help.
· Sustainable technical growth matters more than short bursts of output. Gilbert talks about burnout, open source maintenance, and creating healthier ways to contribute, while Andrew connects that to ADHD, mental health, and building a career that can last.
· PowerShell is a starting point for much bigger opportunities. Joshua’s story, from community member to module author, reflects a broader theme in the episode that small steps, taken consistently, can completely reshape what kind of work you can do and who you can become in the field.
Guest Bio:
Gilbert Sanchez is a Staff Software Development Engineer at Tesla, specifically working on PowerShell. Formerly known as "Señor Systems Engineer" at Meta. A loud advocate for DEI, DevEx, DevOps, and TDD.
Resource Links:
· PSake: https://psake.dev
· Gilbert Sanchez links: https://links.gilbertsanchez.com
· Gilbert Sanchez blog: https://gilbertsanchez.com
Josh is a systems administrator with a philosophy degree and a helpdesk origin story. He's a speaker, open source contributor, creator of ModuleExplorer, and a PDQ Sysadmin Hall of Fame winner. He's a firm believer that the best script is the one you don't keep to yourself.
· Joshua Dearing's website: https://dearing.dev
The PowerShell Podcast on YouTube: https://youtu.be/XJAbZgOVMF4
