James Petty

Explore articles and content from this author

James Petty

245 articles published

2 min read

The Value of Mentorship with Jeff Hicks

Episode Summary: We caught up with Jeff Hicks at the PowerShell and Global DevOps summit. He talks about how he always wanted to be a teacher and how PowerShell has helped him achieve that. We also discuss the holy trinity of PowerShell Cmdlet: Get-Help, Get-Command, and Get-Member, which will help you find the command you need, learn how to use it, and give you everything you would want to know about the objects it returns.

1 min read

Contributing to PowerShell Made Easy with Sean Wheeler

We caught up with Sean Wheeler at the PowerShell + DevOps Global Summit to discuss all things documentation. We discuss why open source is an open discussion and how documentation moving to open source makes for a lot of opportunities to help contribute to the PowerShell community. We discuss the value of the PowerShell blog, and how contributing to the blog can help you practice and improve your writing skills, get your blogs published, and provides an opportunity to plug your own site at the same time.

1 min read

PowerShell & DevOps Global Summit (PowerShell After Dark)

Jordan and Andrew are attending the PowerShell & Global DevOps Summit in Bellevue, Washington. This summit brings together some of the most influential names in PowerShell and is a gathering place for the PowerShell community. In this episode, Jordan and Andrew give a behind-the-scenes look at the summit after hours. They chat with summit attendees Nick and Chris, who share their insights and experiences with the summit, PowerShell, and the PowerShell community.

2 min read

Securing PowerShell with Fred Weinmann

I hope you are ready to learn because Fred hits the ground running with information and never lets up. We cover a lot of ground on security and PowerShell, covering topics like: Constrained Language Mode (CLM), script block logging, Anti-Malware Scan Interface (AMSI) and why you should be using it, and more. We finish things up with one of Fred’s favorite topics: his amazing PowerShell modules like PSFramework, PSUtil, and PSAzureMigrationAdvisor.

1 min read

This title is not psremotely clever

This episode highlights Matthew Dowst and his excellent PowerShell Weekly blogs on Dowst.dev. Then we talk about running PowerShell on remote machines and using Invoke-Command vs. Enter-PsSession. We spend a small amount of time on Just Enough Administration, allowing you to move some of your tasks to be handled by others. I finally make an error so bad that when I say, “Kelly can Edit that out,” he is not able to!

1 min read

DBATools with Jess Pomfret

Episode Summary: Jess Pomfret joins us to discuss how PowerShell was the perfect tool to help her automate DBA tasks. She gives some great insight into joining the community for the first time and talks about how helpful Chrissy LeMaire was in submitting her first submission to the dbatools module. Last, we cover the importance of writing code to test your code with Pester. Guest Bio and links: Jess Pomfret is a Microsoft MVP who is passionate about databases and automation, and PowerShell is the tool that lets her combine those loves.

1 min read

Nobody Keeps a Secret Like PowerShell

Andrew loses his coffee. We highlight Justin Grote who has a knack for breaking down the why not just the how of PowerShell. We discuss secure ways to use credentials with PowerShell. Lastly, we talk about security with PowerShell, and how it is often used as an attack vector. We end up realizing securing your environment should be its own episode soon. Links to the episode on podcast directories: Justin Grote Twitter - https://twitter.

1 min read

Chatting about Chatbots with Mike Kanakos, Microsoft MVP

Mike Kanakos is extremely active in the PowerShell community, so getting the opportunity to highlight all his contributions was pretty awesome for us. We got to talk about all of the ways we can contribute to PowerShell to keep it the best version of itself. We also did a quick dive into ChatBots and highlighted PoshBot, which can connect to several chat backends like Slack or Teams. Guest Bio and links:

1 min read

James ”Friggen” Petty! Microsoft MVP

James Petty is crazy busy with all things PowerShell. He is running the upcoming PowerShell + DevOps Global Summit. James runs PowerShell.org, Co-Authoring PowerShell in a Month of Lunches, and in mid-May will be running The PowerShell “Firehose Class” with Don Jones where they do a DEEP dive into PowerShell. Finally, we talk about the value of the importexcel module and using PowerShell to wow the boss. Guest Bio and links:

1 min read

Stop Typing So Much

We are all about psreadline! The latest psreadline just hit General Availability as of February 23rd. We highlight John Savill and his awesome YouTube channel. We cover how to get psreadline up and running in VsCode. Lastly, we talk about some of our favorite features. Jordan likes the command prediction that uses your command history. Andrew loved CTRL + R which allows him to do a quick search to find an old command so he can reuse them.