From 298f993c600033af21157de5490a7da621a31a99 Mon Sep 17 00:00:00 2001 From: Gilbert Sanchez Date: Thu, 25 Jun 2026 00:28:19 -0700 Subject: [PATCH 1/2] feat(podcast): credit guests as authors on host-only episodes Episodes authored solely by Andrew Pla (or Andrew Pla and Jordan Hammond) omitted their on-mic guests from the authors list. Add each interviewed guest to the frontmatter authors across 60 episodes, using each guest's canonical name where established by their own dedicated episodes. Co-Authored-By: Claude Opus 4.8 --- ...hell-devops-global-summit-powershell-after-dark.md | 2 ++ ...owershell-global-devops-summit-the-bar-sessions.md | 4 ++++ .../2022-11-14-nightmare-fuel-with-i-am-jakoby.md | 1 + ...eloping-sustainable-systems-with-skatterbrainzz.md | 1 + .../2023-01-09-mvps-and-stars-with-barbara-4rbes.md | 1 + ...-this-while-exhausted-with-andrew-jordan-and-jj.md | 1 + ...-13-powershell-for-developers-doug-finkes-story.md | 1 + ...g-powershell-on-linux-with-avri-from-posh4linux.md | 1 + ...dcast-modern-automation-with-powershell-michael.md | 1 + ...podcast-securing-the-cloud-with-david-das-neves.md | 1 + ...zing-community-engagement-with-sqldbawithabeard.md | 1 + ...evops-global-summit-josh-king-and-steven-bucher.md | 2 ++ ...ll-clayton-and-nick-gordon-and-sammie-and-scott.md | 6 ++++++ ...y-howell-phil-bossman-dan-hill-and-geoff-schram.md | 5 +++++ ...pisode-66-help-me-powershell-youre-my-only-hope.md | 1 + ...-29-the-powershell-podcast-hickory-dickory-docs.md | 3 +++ ...-insights-from-national-msp-director-mike-soule.md | 1 + ...wershell-developer-to-mvp-an-unfiltered-journey.md | 1 + ...-console-harm-veenstras-powershell-perspectives.md | 1 + ...g-posh-exploring-james-brundages-latest-project.md | 1 + ...eer-a-deep-dive-with-microsoft-pm-jason-helmick.md | 1 + ...ndscape-a-conversation-with-joel-jaykul-bennett.md | 1 + ...onsole-to-gitops-gilbert-sanchez-breaks-it-down.md | 1 + ...on-creating-communal-tech-waves-with-powershell.md | 1 + ...-jordan-mvp-chrissy-lemaire-unleashes-ai-wisdom.md | 1 + ...wershell-pm-roundtable-2024-areas-of-excitement.md | 6 ++++++ ...ker-daniel-schroeders-powershell-summit-success.md | 1 + ...cast-reaching-the-summit-grahams-onramp-journey.md | 1 + ...n-to-defender-jake-hildreths-security-evolution.md | 1 + ...podcast-iam-in-focus-insights-from-adil-leghari.md | 1 + ...-cloud-chronicles-mark-wraggs-journey-in-devops.md | 1 + ...hell-podcast-mvp-spotlight-clayton-tygers-story.md | 1 + ...ershell-devops-global-summit-2024-bar-session-1.md | 6 ++++++ ...ershell-devops-global-summit-2024-bar-session-2.md | 6 ++++++ ...ell-and-devops-global-summit-2024-bar-session-3.md | 11 +++++++++++ ...ancial-on-company-culture-and-authentic-careers.md | 1 + ...ebrates-previews-psconf-eu-with-christian-bjorn.md | 2 ++ ...with-powershell-micah-shonyos-path-to-c-mastery.md | 1 + ...urns-a-fun-dive-into-life-powershell-and-beyond.md | 1 + ...-talks-certs-security-and-powershell-adventures.md | 1 + ...powershell-summit-bar-sessions-2025-steven-judd.md | 1 + ...wershell-summit-bar-sessions-2025-frank-lesniak.md | 1 + ...ast-powershell-summit-bar-sessions-2025-david-r.md | 1 + ...ershell-podcast-summit-2025-missy-leslie-hailey.md | 3 +++ ...owershell-pioneers-jeffrey-snover-and-don-jones.md | 2 ++ ...powershell-and-community-support-joshua-dearing.md | 1 + ...ast-powershell-security-and-the-path-to-mastery.md | 2 ++ ...nd-community-with-powershell-with-brock-bingham.md | 1 + ...ing-games-and-building-a-career-mateus-pimentel.md | 1 + ...ks-to-cloud-architecture-shannon-eldridge-kuehn.md | 1 + ...dcast-a-conversation-from-the-heart-of-psconfeu.md | 3 +++ ...ershell-podcast-behind-the-shell-with-microsoft.md | 3 +++ ...layers-of-protection-and-purpose-miriam-wiesner.md | 1 + ...feu-2025-bar-sessions-community-code-connection.md | 6 ++++++ ...-desired-state-configuration-with-jason-helmick.md | 2 ++ ...matedlab-guis-and-automation-with-steviecoaster.md | 1 + ...g-learning-and-laughing-with-powershell-friends.md | 4 ++++ ...devops-global-summit-bar-session-with-josh-jeff.md | 2 ++ ...l-after-dark-onramp-iot-and-finding-your-people.md | 4 ++++ 59 files changed, 122 insertions(+) diff --git a/content/podcast/2022-04-27-powershell-devops-global-summit-powershell-after-dark.md b/content/podcast/2022-04-27-powershell-devops-global-summit-powershell-after-dark.md index cd54830f8..ef9ef1938 100644 --- a/content/podcast/2022-04-27-powershell-devops-global-summit-powershell-after-dark.md +++ b/content/podcast/2022-04-27-powershell-devops-global-summit-powershell-after-dark.md @@ -3,6 +3,8 @@ title: PowerShell & DevOps Global Summit (PowerShell After Dark) authors: - Andrew Pla - Jordan Hammond + - Nick + - Chris date: "2022-04-27T21:00:12+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/8qekrj/PowerShell_Summit_PowerShell_After_Dark6dpfr.mp3" aliases: diff --git a/content/podcast/2022-05-30-powershell-global-devops-summit-the-bar-sessions.md b/content/podcast/2022-05-30-powershell-global-devops-summit-the-bar-sessions.md index 05cb4f96b..d6a1dc019 100644 --- a/content/podcast/2022-05-30-powershell-global-devops-summit-the-bar-sessions.md +++ b/content/podcast/2022-05-30-powershell-global-devops-summit-the-bar-sessions.md @@ -3,6 +3,10 @@ title: PowerShell & Global DevOps Summit. The Bar Sessions. authors: - Andrew Pla - Jordan Hammond + - Ryan Richter + - Steven Judd + - Harjit + - Mick date: "2022-05-30T18:02:00+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/vgycde/PowerShell_Podcast_episode_14_bar_sessions6bxw6.mp3" episode: 14 diff --git a/content/podcast/2022-11-14-nightmare-fuel-with-i-am-jakoby.md b/content/podcast/2022-11-14-nightmare-fuel-with-i-am-jakoby.md index 081d75f97..472fc3b97 100644 --- a/content/podcast/2022-11-14-nightmare-fuel-with-i-am-jakoby.md +++ b/content/podcast/2022-11-14-nightmare-fuel-with-i-am-jakoby.md @@ -3,6 +3,7 @@ title: Nightmare Fuel with I am Jakoby authors: - Andrew Pla - Jordan Hammond + - I am Jakoby date: "2022-11-14T20:00:00+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/m8wpdm/PowerShell_Podcast_episode_38_IamJakoby9tjg2.mp3" episode: 38 diff --git a/content/podcast/2022-12-19-developing-sustainable-systems-with-skatterbrainzz.md b/content/podcast/2022-12-19-developing-sustainable-systems-with-skatterbrainzz.md index 440146b41..4ed916243 100644 --- a/content/podcast/2022-12-19-developing-sustainable-systems-with-skatterbrainzz.md +++ b/content/podcast/2022-12-19-developing-sustainable-systems-with-skatterbrainzz.md @@ -3,6 +3,7 @@ title: Developing Sustainable Systems with Skatterbrainzz authors: - Andrew Pla - Jordan Hammond + - Skatterbrainzz date: "2022-12-19T21:34:48+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/cyrpcz/PowerShell_Podcast_episode_43_skatterbrainzaxq14.mp3" episode: 43 diff --git a/content/podcast/2023-01-09-mvps-and-stars-with-barbara-4rbes.md b/content/podcast/2023-01-09-mvps-and-stars-with-barbara-4rbes.md index 48928470e..372d34a0f 100644 --- a/content/podcast/2023-01-09-mvps-and-stars-with-barbara-4rbes.md +++ b/content/podcast/2023-01-09-mvps-and-stars-with-barbara-4rbes.md @@ -3,6 +3,7 @@ title: MVPs and Stars with Barbara 4rbes authors: - Andrew Pla - Jordan Hammond + - Barbara Forbes date: "2023-01-09T20:00:00+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/ggdb35/PowerShell_Podcast_episode_46_ba4rbes7dj2t.mp3" episode: 46 diff --git a/content/podcast/2023-01-16-can-we-do-this-while-exhausted-with-andrew-jordan-and-jj.md b/content/podcast/2023-01-16-can-we-do-this-while-exhausted-with-andrew-jordan-and-jj.md index 2d4b49c5a..72a7761ad 100644 --- a/content/podcast/2023-01-16-can-we-do-this-while-exhausted-with-andrew-jordan-and-jj.md +++ b/content/podcast/2023-01-16-can-we-do-this-while-exhausted-with-andrew-jordan-and-jj.md @@ -3,6 +3,7 @@ title: Can we do this while exhausted with Andrew, Jordan, and JJ authors: - Andrew Pla - Jordan Hammond + - JJ date: "2023-01-16T20:00:00+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/zbe6zi/PowerShell_Podcast_episode_47_Jordan_and_Andrewauip4.mp3" episode: 47 diff --git a/content/podcast/2023-02-13-powershell-for-developers-doug-finkes-story.md b/content/podcast/2023-02-13-powershell-for-developers-doug-finkes-story.md index 8d5016b10..0851eca9d 100644 --- a/content/podcast/2023-02-13-powershell-for-developers-doug-finkes-story.md +++ b/content/podcast/2023-02-13-powershell-for-developers-doug-finkes-story.md @@ -3,6 +3,7 @@ title: "PowerShell for Developers: Doug Finke’s Story" authors: - Andrew Pla - Jordan Hammond + - Doug Finke date: "2023-02-13T20:00:00+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/ivuphm/PowerShell_Podcast_episode_51_Doug_Finkeb189m.mp3" episode: 51 diff --git a/content/podcast/2023-02-27-the-powershell-podcast-using-powershell-on-linux-with-avri-from-posh4linux.md b/content/podcast/2023-02-27-the-powershell-podcast-using-powershell-on-linux-with-avri-from-posh4linux.md index b42e5d2cc..a9b4c18d0 100644 --- a/content/podcast/2023-02-27-the-powershell-podcast-using-powershell-on-linux-with-avri-from-posh4linux.md +++ b/content/podcast/2023-02-27-the-powershell-podcast-using-powershell-on-linux-with-avri-from-posh4linux.md @@ -3,6 +3,7 @@ title: The PowerShell Podcast Using PowerShell on Linux with Avri from Posh4Linu authors: - Andrew Pla - Jordan Hammond + - Avri date: "2023-02-27T15:52:47+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/ewbner/PowerShell_Podcast_episode_53_Linuxbqqr0.mp3" episode: 53 diff --git a/content/podcast/2023-03-13-the-powershell-podcast-modern-automation-with-powershell-michael.md b/content/podcast/2023-03-13-the-powershell-podcast-modern-automation-with-powershell-michael.md index 38407b3b8..b1f531dfc 100644 --- a/content/podcast/2023-03-13-the-powershell-podcast-modern-automation-with-powershell-michael.md +++ b/content/podcast/2023-03-13-the-powershell-podcast-modern-automation-with-powershell-michael.md @@ -3,6 +3,7 @@ title: The PowerShell Podcast Modern Automation with PowerShell Michael authors: - Andrew Pla - Jordan Hammond + - Michael Zanatta date: "2023-03-13T15:01:56+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/48w9n8/PowerShell_Podcast_episode_55_Michael613f4.mp3" episode: 55 diff --git a/content/podcast/2023-04-10-the-powershell-podcast-securing-the-cloud-with-david-das-neves.md b/content/podcast/2023-04-10-the-powershell-podcast-securing-the-cloud-with-david-das-neves.md index d4b8a5de1..f54569e63 100644 --- a/content/podcast/2023-04-10-the-powershell-podcast-securing-the-cloud-with-david-das-neves.md +++ b/content/podcast/2023-04-10-the-powershell-podcast-securing-the-cloud-with-david-das-neves.md @@ -3,6 +3,7 @@ title: The PowerShell Podcast Securing the Cloud with David das Neves authors: - Andrew Pla - Jordan Hammond + - David das Neves date: "2023-04-10T14:19:52+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/sw4e8q/PowerShell_Podcast_episode_59_David_das_Neves8jpev.mp3" episode: 59 diff --git a/content/podcast/2023-04-17-the-powershell-podcast-maximizing-community-engagement-with-sqldbawithabeard.md b/content/podcast/2023-04-17-the-powershell-podcast-maximizing-community-engagement-with-sqldbawithabeard.md index 2ccc32806..cafea4d1f 100644 --- a/content/podcast/2023-04-17-the-powershell-podcast-maximizing-community-engagement-with-sqldbawithabeard.md +++ b/content/podcast/2023-04-17-the-powershell-podcast-maximizing-community-engagement-with-sqldbawithabeard.md @@ -3,6 +3,7 @@ title: The PowerShell Podcast Maximizing Community Engagement with sqldbawithabe authors: - Andrew Pla - Jordan Hammond + - Rob Sewell date: "2023-04-17T14:56:13+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/z2n32s/PowerShell_Podcast_episode_60_Rob_Sewella7qkz.mp3" episode: 60 diff --git a/content/podcast/2023-05-01-the-powershell-podcast-powershell-and-devops-global-summit-josh-king-and-steven-bucher.md b/content/podcast/2023-05-01-the-powershell-podcast-powershell-and-devops-global-summit-josh-king-and-steven-bucher.md index b8bd46dca..1aca7db34 100644 --- a/content/podcast/2023-05-01-the-powershell-podcast-powershell-and-devops-global-summit-josh-king-and-steven-bucher.md +++ b/content/podcast/2023-05-01-the-powershell-podcast-powershell-and-devops-global-summit-josh-king-and-steven-bucher.md @@ -3,6 +3,8 @@ title: The PowerShell Podcast PowerShell and DevOps Global Summit – Josh King authors: - Andrew Pla - Jordan Hammond + - Josh King + - Steven Bucher date: "2023-05-01T14:14:50+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/p3xjtt/PowerShell_Podcast_episode_63_Josh_King_Steven_Bucher9bvkp.mp3" episode: 63 diff --git a/content/podcast/2023-05-08-the-powershell-podcast-powershell-and-devops-global-summit-jon-junell-clayton-and-nick-gordon-and-sammie-and-scott.md b/content/podcast/2023-05-08-the-powershell-podcast-powershell-and-devops-global-summit-jon-junell-clayton-and-nick-gordon-and-sammie-and-scott.md index d8dc36b43..4f7bea01b 100644 --- a/content/podcast/2023-05-08-the-powershell-podcast-powershell-and-devops-global-summit-jon-junell-clayton-and-nick-gordon-and-sammie-and-scott.md +++ b/content/podcast/2023-05-08-the-powershell-podcast-powershell-and-devops-global-summit-jon-junell-clayton-and-nick-gordon-and-sammie-and-scott.md @@ -3,6 +3,12 @@ title: The PowerShell Podcast PowerShell and DevOps Global Summit – Jon Junell authors: - Andrew Pla - Jordan Hammond + - Jon Junell + - Clayton Tyger + - Nick + - Gordon + - Sammie + - Scott date: "2023-05-08T13:58:51+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/yuh5kp/PowerShell_Podcast_episode_64_Summit_Junell_Clayton_nick_gordan_sam_scott_Lemonde91pfw.mp3" episode: 64 diff --git a/content/podcast/2023-05-15-the-powershell-podcast-powershell-and-devops-global-summit-steve-judd-poshwolf-anthony-howell-phil-bossman-dan-hill-and-geoff-schram.md b/content/podcast/2023-05-15-the-powershell-podcast-powershell-and-devops-global-summit-steve-judd-poshwolf-anthony-howell-phil-bossman-dan-hill-and-geoff-schram.md index 36c74109f..69db5e33b 100644 --- a/content/podcast/2023-05-15-the-powershell-podcast-powershell-and-devops-global-summit-steve-judd-poshwolf-anthony-howell-phil-bossman-dan-hill-and-geoff-schram.md +++ b/content/podcast/2023-05-15-the-powershell-podcast-powershell-and-devops-global-summit-steve-judd-poshwolf-anthony-howell-phil-bossman-dan-hill-and-geoff-schram.md @@ -3,6 +3,11 @@ title: The PowerShell Podcast PowerShell and DevOps Global Summit – Steve Judd authors: - Andrew Pla - Jordan Hammond + - Steven Judd + - Anthony Howell + - Phil Bossman + - Dan Hill + - Geoff Schram date: "2023-05-15T14:24:57+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/bw5zma/PowerShell_Podcast_episode_65_Summit_Steve_Posh_Phil_Dan_Geoff7ioe3.mp3" episode: 65 diff --git a/content/podcast/2023-05-22-the-powershell-podcast-episode-66-help-me-powershell-youre-my-only-hope.md b/content/podcast/2023-05-22-the-powershell-podcast-episode-66-help-me-powershell-youre-my-only-hope.md index 179b3db5a..8fdcae8d2 100644 --- a/content/podcast/2023-05-22-the-powershell-podcast-episode-66-help-me-powershell-youre-my-only-hope.md +++ b/content/podcast/2023-05-22-the-powershell-podcast-episode-66-help-me-powershell-youre-my-only-hope.md @@ -3,6 +3,7 @@ title: The PowerShell Podcast Episode 66 – Help me PowerShell. You’re my onl authors: - Andrew Pla - Jordan Hammond + - Brock Bingham date: "2023-05-22T14:08:54+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/stabch/PowerShell_Podcast_episode_66_Brock97vr9.mp3" episode: 66 diff --git a/content/podcast/2023-05-29-the-powershell-podcast-hickory-dickory-docs.md b/content/podcast/2023-05-29-the-powershell-podcast-hickory-dickory-docs.md index ef4cd05ba..baec5b030 100644 --- a/content/podcast/2023-05-29-the-powershell-podcast-hickory-dickory-docs.md +++ b/content/podcast/2023-05-29-the-powershell-podcast-hickory-dickory-docs.md @@ -3,6 +3,9 @@ title: The PowerShell Podcast Hickory Dickory Docs authors: - Andrew Pla - Jordan Hammond + - Sean Wheeler + - Mike Lombardi + - Mike F. Robbins date: "2023-05-29T14:41:52+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/7apuv3/PowerShell_Podcast_episode_67_Docs6ohhn.mp3" episode: 67 diff --git a/content/podcast/2023-06-26-the-powershell-podcast-ntlm-to-cloud-security-insights-from-national-msp-director-mike-soule.md b/content/podcast/2023-06-26-the-powershell-podcast-ntlm-to-cloud-security-insights-from-national-msp-director-mike-soule.md index e4227601b..f2cf14948 100644 --- a/content/podcast/2023-06-26-the-powershell-podcast-ntlm-to-cloud-security-insights-from-national-msp-director-mike-soule.md +++ b/content/podcast/2023-06-26-the-powershell-podcast-ntlm-to-cloud-security-insights-from-national-msp-director-mike-soule.md @@ -3,6 +3,7 @@ title: "The PowerShell Podcast NTLM to Cloud Security: Insights from National MS authors: - Andrew Pla - Jordan Hammond + - Mike Soule date: "2023-06-26T14:58:55+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/yv3pvb/PowerShell_Podcast_episode_71_Mike_Soule6x0u0.mp3" episode: 71 diff --git a/content/podcast/2023-07-31-the-powershell-podcast-bjorn-sundling-from-powershell-developer-to-mvp-an-unfiltered-journey.md b/content/podcast/2023-07-31-the-powershell-podcast-bjorn-sundling-from-powershell-developer-to-mvp-an-unfiltered-journey.md index e9e32c61b..42744f68a 100644 --- a/content/podcast/2023-07-31-the-powershell-podcast-bjorn-sundling-from-powershell-developer-to-mvp-an-unfiltered-journey.md +++ b/content/podcast/2023-07-31-the-powershell-podcast-bjorn-sundling-from-powershell-developer-to-mvp-an-unfiltered-journey.md @@ -3,6 +3,7 @@ title: "The PowerShell Podcast Björn Sundling. From PowerShell Developer to MVP authors: - Andrew Pla - Jordan Hammond + - Björn Sundling date: "2023-07-31T14:38:50+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/shjpr2/PowerShell_Podcast_episode_76_Bjorn8wu01.mp3" episode: 76 diff --git a/content/podcast/2023-08-07-the-powershell-podcast-from-cloud-to-console-harm-veenstras-powershell-perspectives.md b/content/podcast/2023-08-07-the-powershell-podcast-from-cloud-to-console-harm-veenstras-powershell-perspectives.md index 73a32dc57..b5d891cf9 100644 --- a/content/podcast/2023-08-07-the-powershell-podcast-from-cloud-to-console-harm-veenstras-powershell-perspectives.md +++ b/content/podcast/2023-08-07-the-powershell-podcast-from-cloud-to-console-harm-veenstras-powershell-perspectives.md @@ -3,6 +3,7 @@ title: "The PowerShell Podcast From Cloud to Console: Harm Veenstra’s PowerShe authors: - Andrew Pla - Jordan Hammond + - Harm Veenstra date: "2023-08-07T14:10:49+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/7uddz8/PowerShell_Podcast_episode_77_Harma6wdz.mp3" episode: 77 diff --git a/content/podcast/2023-08-28-the-powershell-podcast-unveiling-posh-exploring-james-brundages-latest-project.md b/content/podcast/2023-08-28-the-powershell-podcast-unveiling-posh-exploring-james-brundages-latest-project.md index 9c541a97c..69dc9a6eb 100644 --- a/content/podcast/2023-08-28-the-powershell-podcast-unveiling-posh-exploring-james-brundages-latest-project.md +++ b/content/podcast/2023-08-28-the-powershell-podcast-unveiling-posh-exploring-james-brundages-latest-project.md @@ -3,6 +3,7 @@ title: "The PowerShell Podcast Unveiling Posh: Exploring James Brundage’s Late authors: - Andrew Pla - Jordan Hammond + - James Brundage date: "2023-08-28T14:48:47+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/7zdf9n/The_PowerShell_Podcast_episode_80_James_B8las0.mp3" episode: 80 diff --git a/content/podcast/2023-09-25-the-powershell-podcast-powershell-pioneer-a-deep-dive-with-microsoft-pm-jason-helmick.md b/content/podcast/2023-09-25-the-powershell-podcast-powershell-pioneer-a-deep-dive-with-microsoft-pm-jason-helmick.md index 0fcaccc46..6f71ee601 100644 --- a/content/podcast/2023-09-25-the-powershell-podcast-powershell-pioneer-a-deep-dive-with-microsoft-pm-jason-helmick.md +++ b/content/podcast/2023-09-25-the-powershell-podcast-powershell-pioneer-a-deep-dive-with-microsoft-pm-jason-helmick.md @@ -3,6 +3,7 @@ title: "The PowerShell Podcast PowerShell Pioneer: A Deep Dive with Microsoft PM authors: - Andrew Pla - Jordan Hammond + - Jason Helmick date: "2023-09-25T14:58:49+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/ijtzsx/The_PowerShell_Podcast_episode_84_Jason_Helmick95edl.mp3" episode: 84 diff --git a/content/podcast/2023-10-02-the-powershell-podcast-navigating-the-it-landscape-a-conversation-with-joel-jaykul-bennett.md b/content/podcast/2023-10-02-the-powershell-podcast-navigating-the-it-landscape-a-conversation-with-joel-jaykul-bennett.md index 2c70fea60..7320e002a 100644 --- a/content/podcast/2023-10-02-the-powershell-podcast-navigating-the-it-landscape-a-conversation-with-joel-jaykul-bennett.md +++ b/content/podcast/2023-10-02-the-powershell-podcast-navigating-the-it-landscape-a-conversation-with-joel-jaykul-bennett.md @@ -3,6 +3,7 @@ title: "The PowerShell Podcast Navigating the IT Landscape: A Conversation with authors: - Andrew Pla - Jordan Hammond + - Joel Bennett date: "2023-10-02T14:26:47+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/qxxkn8/The_PowerShell_Podcast_episode_85_Jaykul6ox3v.mp3" episode: 85 diff --git a/content/podcast/2023-10-09-the-powershell-podcast-from-console-to-gitops-gilbert-sanchez-breaks-it-down.md b/content/podcast/2023-10-09-the-powershell-podcast-from-console-to-gitops-gilbert-sanchez-breaks-it-down.md index 40bce91e8..6a198eb12 100644 --- a/content/podcast/2023-10-09-the-powershell-podcast-from-console-to-gitops-gilbert-sanchez-breaks-it-down.md +++ b/content/podcast/2023-10-09-the-powershell-podcast-from-console-to-gitops-gilbert-sanchez-breaks-it-down.md @@ -3,6 +3,7 @@ title: "The PowerShell Podcast From Console to GitOps: Gilbert Sanchez Breaks It authors: - Andrew Pla - Jordan Hammond + - Gilbert Sanchez date: "2023-10-09T14:02:26+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/4pnjdh/The_PowerShell_Podcast_episode_86_Gilbert_Sanchez7nubl.mp3" episode: 86 diff --git a/content/podcast/2023-11-13-the-powershell-podcast-emil-larsson-creating-communal-tech-waves-with-powershell.md b/content/podcast/2023-11-13-the-powershell-podcast-emil-larsson-creating-communal-tech-waves-with-powershell.md index 1f41aa119..a2fbaa86b 100644 --- a/content/podcast/2023-11-13-the-powershell-podcast-emil-larsson-creating-communal-tech-waves-with-powershell.md +++ b/content/podcast/2023-11-13-the-powershell-podcast-emil-larsson-creating-communal-tech-waves-with-powershell.md @@ -3,6 +3,7 @@ title: "The PowerShell Podcast Emil Larsson: Creating Communal Tech Waves with P authors: - Andrew Pla - Jordan Hammond + - Emil Larsson date: "2023-11-13T15:49:02+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/jzzpnh/The_PowerShell_Podcast_episode_91_Emil_Larsen84ntf.mp3" episode: 91 diff --git a/content/podcast/2023-12-25-the-powershell-podcast-farewell-to-jordan-mvp-chrissy-lemaire-unleashes-ai-wisdom.md b/content/podcast/2023-12-25-the-powershell-podcast-farewell-to-jordan-mvp-chrissy-lemaire-unleashes-ai-wisdom.md index 857544036..34c73e97a 100644 --- a/content/podcast/2023-12-25-the-powershell-podcast-farewell-to-jordan-mvp-chrissy-lemaire-unleashes-ai-wisdom.md +++ b/content/podcast/2023-12-25-the-powershell-podcast-farewell-to-jordan-mvp-chrissy-lemaire-unleashes-ai-wisdom.md @@ -3,6 +3,7 @@ title: "The PowerShell Podcast Farewell to Jordan: MVP Chrissy LeMaire Unleashes authors: - Andrew Pla - Jordan Hammond + - Chrissy LeMaire date: "2023-12-25T15:27:58+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/759b8k/The_Powershell_Podcast_episode_97_Chrissyab3l7.mp3" episode: 97 diff --git a/content/podcast/2024-01-08-the-powershell-podcast-powershell-pm-roundtable-2024-areas-of-excitement.md b/content/podcast/2024-01-08-the-powershell-podcast-powershell-pm-roundtable-2024-areas-of-excitement.md index a46c611a2..193983505 100644 --- a/content/podcast/2024-01-08-the-powershell-podcast-powershell-pm-roundtable-2024-areas-of-excitement.md +++ b/content/podcast/2024-01-08-the-powershell-podcast-powershell-pm-roundtable-2024-areas-of-excitement.md @@ -2,6 +2,12 @@ title: "The PowerShell Podcast PowerShell PM Roundtable: 2024 Areas of Excitement" authors: - Andrew Pla + - Danny Maertens + - Sydney Smith + - Michael Greene + - Damien Caro + - Jason Helmick + - Steven Bucher date: "2024-01-08T15:47:18+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/wfadvk/The_PowerShell_Podcast_episode_99_PowerShell_team7v1fu.mp3" episode: 99 diff --git a/content/podcast/2024-01-15-the-powershell-podcast-from-listener-to-speaker-daniel-schroeders-powershell-summit-success.md b/content/podcast/2024-01-15-the-powershell-podcast-from-listener-to-speaker-daniel-schroeders-powershell-summit-success.md index 4d1e9ecbe..d0590adfc 100644 --- a/content/podcast/2024-01-15-the-powershell-podcast-from-listener-to-speaker-daniel-schroeders-powershell-summit-success.md +++ b/content/podcast/2024-01-15-the-powershell-podcast-from-listener-to-speaker-daniel-schroeders-powershell-summit-success.md @@ -2,6 +2,7 @@ title: "The PowerShell Podcast From Listener to Speaker: Daniel Schroeder’s PowerShell Summit Success" authors: - Andrew Pla + - Daniel Schroeder date: "2024-01-15T15:23:51+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/6zayfh/The_PowerShell_Podcast_episode_100_Daniel_Schroeder7o6h8.mp3" episode: 100 diff --git a/content/podcast/2024-02-19-the-powershell-podcast-reaching-the-summit-grahams-onramp-journey.md b/content/podcast/2024-02-19-the-powershell-podcast-reaching-the-summit-grahams-onramp-journey.md index df7856707..c902c0546 100644 --- a/content/podcast/2024-02-19-the-powershell-podcast-reaching-the-summit-grahams-onramp-journey.md +++ b/content/podcast/2024-02-19-the-powershell-podcast-reaching-the-summit-grahams-onramp-journey.md @@ -2,6 +2,7 @@ title: "The PowerShell Podcast Reaching the Summit: Graham’s OnRamp Journey" authors: - Andrew Pla + - Graham Stringfellow date: "2024-02-19T15:27:50+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/zfw6zz/The_PowerShell_Podcast_episode_105_Powerstring698jk.mp3" episode: 105 diff --git a/content/podcast/2024-02-26-the-powershell-podcast-from-admin-to-defender-jake-hildreths-security-evolution.md b/content/podcast/2024-02-26-the-powershell-podcast-from-admin-to-defender-jake-hildreths-security-evolution.md index 0b09cf7b7..eacfbcc3d 100644 --- a/content/podcast/2024-02-26-the-powershell-podcast-from-admin-to-defender-jake-hildreths-security-evolution.md +++ b/content/podcast/2024-02-26-the-powershell-podcast-from-admin-to-defender-jake-hildreths-security-evolution.md @@ -2,6 +2,7 @@ title: "The PowerShell Podcast From Admin to Defender: Jake Hildreth’s Security Evolution" authors: - Andrew Pla + - Jake Hildreth date: "2024-02-26T15:42:47+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/qzhmjx/The_PowerShell_Podcast_episode_106_Jake_Hildrethbgmwo.mp3" episode: 106 diff --git a/content/podcast/2024-03-11-the-powershell-podcast-iam-in-focus-insights-from-adil-leghari.md b/content/podcast/2024-03-11-the-powershell-podcast-iam-in-focus-insights-from-adil-leghari.md index f07058b37..8e1c9aee0 100644 --- a/content/podcast/2024-03-11-the-powershell-podcast-iam-in-focus-insights-from-adil-leghari.md +++ b/content/podcast/2024-03-11-the-powershell-podcast-iam-in-focus-insights-from-adil-leghari.md @@ -2,6 +2,7 @@ title: "The PowerShell Podcast IAM in Focus: Insights from Adil Leghari" authors: - Andrew Pla + - Adil Leghari date: "2024-03-11T14:49:03+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/ah2c5x/The_PowerShell_Podcast_episode_108_Adil_Leghariba6nl.mp3" episode: 108 diff --git a/content/podcast/2024-03-18-the-powershell-podcast-cloud-chronicles-mark-wraggs-journey-in-devops.md b/content/podcast/2024-03-18-the-powershell-podcast-cloud-chronicles-mark-wraggs-journey-in-devops.md index 640cab2af..04cd01fc1 100644 --- a/content/podcast/2024-03-18-the-powershell-podcast-cloud-chronicles-mark-wraggs-journey-in-devops.md +++ b/content/podcast/2024-03-18-the-powershell-podcast-cloud-chronicles-mark-wraggs-journey-in-devops.md @@ -2,6 +2,7 @@ title: "The PowerShell Podcast Cloud Chronicles: Mark Wragg’s Journey in DevOps" authors: - Andrew Pla + - Mark Wragg date: "2024-03-18T14:29:08+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/2cqijc/The_PowerShell_Podcast_episode_109_Mark_Wragg8oq11.mp3" episode: 109 diff --git a/content/podcast/2024-03-25-the-powershell-podcast-mvp-spotlight-clayton-tygers-story.md b/content/podcast/2024-03-25-the-powershell-podcast-mvp-spotlight-clayton-tygers-story.md index c605e5c9b..646008e79 100644 --- a/content/podcast/2024-03-25-the-powershell-podcast-mvp-spotlight-clayton-tygers-story.md +++ b/content/podcast/2024-03-25-the-powershell-podcast-mvp-spotlight-clayton-tygers-story.md @@ -2,6 +2,7 @@ title: "The PowerShell Podcast MVP Spotlight: Clayton Tyger’s Story" authors: - Andrew Pla + - Clayton Tyger date: "2024-03-25T14:08:47+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/ynjm23/The_PowerShell_Podcast_episode_110_Clayton_Tygera5psc.mp3" episode: 110 diff --git a/content/podcast/2024-04-11-the-powershell-podcast-the-powershell-devops-global-summit-2024-bar-session-1.md b/content/podcast/2024-04-11-the-powershell-podcast-the-powershell-devops-global-summit-2024-bar-session-1.md index a2b5f6a23..c10a1d096 100644 --- a/content/podcast/2024-04-11-the-powershell-podcast-the-powershell-devops-global-summit-2024-bar-session-1.md +++ b/content/podcast/2024-04-11-the-powershell-podcast-the-powershell-devops-global-summit-2024-bar-session-1.md @@ -2,6 +2,12 @@ title: The PowerShell Podcast The PowerShell & DevOps Global Summit 2024 Bar Session 1 authors: - Andrew Pla + - James Petty + - Ben Reader + - Frank Lesniak + - James Ruskin + - Kevin Cefalu + - Steven Bucher date: "2024-04-11T20:49:55+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/arskfa8w5um3f3ee/The_PowerShell_Podcast_episode_113_PwoerShell_Glbal_Devops_Summit_2024_P180ko1.mp3" episode: 113 diff --git a/content/podcast/2024-04-15-the-powershell-podcast-the-powershell-devops-global-summit-2024-bar-session-2.md b/content/podcast/2024-04-15-the-powershell-podcast-the-powershell-devops-global-summit-2024-bar-session-2.md index 8baa18b57..b17be3c8b 100644 --- a/content/podcast/2024-04-15-the-powershell-podcast-the-powershell-devops-global-summit-2024-bar-session-2.md +++ b/content/podcast/2024-04-15-the-powershell-podcast-the-powershell-devops-global-summit-2024-bar-session-2.md @@ -2,6 +2,12 @@ title: The PowerShell Podcast The PowerShell & DevOps Global Summit 2024 Bar Session 2 authors: - Andrew Pla + - Ambre Herron + - Austin Hollett + - Cory Knox + - Ryan Richter + - Vanda Paladino + - Tyson O'keefe date: "2024-04-15T14:39:56+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/7fqhmd5q5krrmu6y/The_PowerShell_Podcast_episode_114_Summit_Bar_session_27361z.mp3" episode: 114 diff --git a/content/podcast/2024-04-22-the-powershell-podcast-the-powershell-and-devops-global-summit-2024-bar-session-3.md b/content/podcast/2024-04-22-the-powershell-podcast-the-powershell-and-devops-global-summit-2024-bar-session-3.md index 34ffdc1f5..cf661f64c 100644 --- a/content/podcast/2024-04-22-the-powershell-podcast-the-powershell-and-devops-global-summit-2024-bar-session-3.md +++ b/content/podcast/2024-04-22-the-powershell-podcast-the-powershell-and-devops-global-summit-2024-bar-session-3.md @@ -2,6 +2,17 @@ title: The PowerShell Podcast The PowerShell and DevOps Global Summit 2024 Bar session 3 authors: - Andrew Pla + - Chris Masters + - Joe Gasper + - Rob Derickson + - Chris Nguyen + - Fred Weinmann + - Merill Fernando + - Clayton Tyger + - Mike F. Robbins + - Sean Wheeler + - Prasidh Arora + - Danny Maertens date: "2024-04-22T14:13:03+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/ry438jdpvxszm68t/The_PowerShell_Podcast_episode_115_Summit_Bar_session_38nqd4.mp3" episode: 115 diff --git a/content/podcast/2024-05-06-the-powershell-podcast-powershell-perspectives-ryan-lancial-on-company-culture-and-authentic-careers.md b/content/podcast/2024-05-06-the-powershell-podcast-powershell-perspectives-ryan-lancial-on-company-culture-and-authentic-careers.md index 7f551faa2..a380d4cee 100644 --- a/content/podcast/2024-05-06-the-powershell-podcast-powershell-perspectives-ryan-lancial-on-company-culture-and-authentic-careers.md +++ b/content/podcast/2024-05-06-the-powershell-podcast-powershell-perspectives-ryan-lancial-on-company-culture-and-authentic-careers.md @@ -2,6 +2,7 @@ title: "The PowerShell Podcast PowerShell Perspectives: Ryan Lancial on Company Culture and Authentic Careers" authors: - Andrew Pla + - Ryan Lancial date: "2024-05-06T14:54:23+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/a7hy9yjrbzyngcmu/The_PowerShell_Podcast_episode_117_Ryanb7n6h.mp3" episode: 117 diff --git a/content/podcast/2024-06-17-the-powershell-podcast-andrew-celebrates-previews-psconf-eu-with-christian-bjorn.md b/content/podcast/2024-06-17-the-powershell-podcast-andrew-celebrates-previews-psconf-eu-with-christian-bjorn.md index de0d45ea8..e6a0b7ac1 100644 --- a/content/podcast/2024-06-17-the-powershell-podcast-andrew-celebrates-previews-psconf-eu-with-christian-bjorn.md +++ b/content/podcast/2024-06-17-the-powershell-podcast-andrew-celebrates-previews-psconf-eu-with-christian-bjorn.md @@ -2,6 +2,8 @@ title: The PowerShell Podcast Andrew Celebrates & Previews psconf.eu with Christian & Björn authors: - Andrew Pla + - Christian Ritter + - Björn Sundling date: "2024-06-17T14:51:52+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/rgaeggjeqjxijhjt/The_PowerShell_Podcast_episode_123_EU_peeps8p28o.mp3" episode: 123 diff --git a/content/podcast/2024-09-23-the-powershell-podcast-innovating-with-powershell-micah-shonyos-path-to-c-mastery.md b/content/podcast/2024-09-23-the-powershell-podcast-innovating-with-powershell-micah-shonyos-path-to-c-mastery.md index 185c07164..8149640c7 100644 --- a/content/podcast/2024-09-23-the-powershell-podcast-innovating-with-powershell-micah-shonyos-path-to-c-mastery.md +++ b/content/podcast/2024-09-23-the-powershell-podcast-innovating-with-powershell-micah-shonyos-path-to-c-mastery.md @@ -2,6 +2,7 @@ title: "The PowerShell Podcast Innovating with PowerShell: Micah Shonyo’s Path to C# Mastery" authors: - Andrew Pla + - Micah Shonyo date: "2024-09-23T14:56:49+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/cbax8emq3sxh37rk/The_PowerShell_Podcast_episode_137_Micah_Shonyo85f5n.mp3" episode: 137 diff --git a/content/podcast/2024-11-25-the-powershell-podcast-jordan-returns-a-fun-dive-into-life-powershell-and-beyond.md b/content/podcast/2024-11-25-the-powershell-podcast-jordan-returns-a-fun-dive-into-life-powershell-and-beyond.md index bacac5742..dc8c163eb 100644 --- a/content/podcast/2024-11-25-the-powershell-podcast-jordan-returns-a-fun-dive-into-life-powershell-and-beyond.md +++ b/content/podcast/2024-11-25-the-powershell-podcast-jordan-returns-a-fun-dive-into-life-powershell-and-beyond.md @@ -2,6 +2,7 @@ title: "The PowerShell Podcast Jordan Returns: A Fun Dive into Life, PowerShell, and Beyond" authors: - Andrew Pla + - Jordan Hammond date: "2024-11-25T15:09:59+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/4ki6ipwm39mv8cue/The_PowerShell_Podcast_episode_146_Jordan_Hammond8qsac.mp3" episode: 146 diff --git a/content/podcast/2024-12-30-the-powershell-podcast-evgenij-smirnov-talks-certs-security-and-powershell-adventures.md b/content/podcast/2024-12-30-the-powershell-podcast-evgenij-smirnov-talks-certs-security-and-powershell-adventures.md index 5ab0d1d52..0ad95eef2 100644 --- a/content/podcast/2024-12-30-the-powershell-podcast-evgenij-smirnov-talks-certs-security-and-powershell-adventures.md +++ b/content/podcast/2024-12-30-the-powershell-podcast-evgenij-smirnov-talks-certs-security-and-powershell-adventures.md @@ -2,6 +2,7 @@ title: The PowerShell Podcast Evgenij Smirnov Talks Certs, Security, and PowerShell Adventures authors: - Andrew Pla + - Evgenij Smirnov date: "2024-12-30T16:01:57+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/vyy4kx7wkmc5vbrb/The_PowerShell_Podcast_episode_151_Evgenij_Smirnov89bwz.mp3" episode: 151 diff --git a/content/podcast/2025-04-08-the-powershell-podcast-powershell-summit-bar-sessions-2025-steven-judd.md b/content/podcast/2025-04-08-the-powershell-podcast-powershell-summit-bar-sessions-2025-steven-judd.md index cd8319fcf..007c2fdad 100644 --- a/content/podcast/2025-04-08-the-powershell-podcast-powershell-summit-bar-sessions-2025-steven-judd.md +++ b/content/podcast/2025-04-08-the-powershell-podcast-powershell-summit-bar-sessions-2025-steven-judd.md @@ -2,6 +2,7 @@ title: The PowerShell Podcast PowerShell Summit Bar Sessions 2025 – Steven Judd authors: - Andrew Pla + - Steven Judd date: "2025-04-08T21:48:51+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/229v8r8u35jhecg9/The_PowerShell_Podcast_Summit_2025_bar_session_Steven_Judd6yjgx.mp3" youtube: 6WTIsOnT5PU diff --git a/content/podcast/2025-04-09-the-powershell-podcast-powershell-summit-bar-sessions-2025-frank-lesniak.md b/content/podcast/2025-04-09-the-powershell-podcast-powershell-summit-bar-sessions-2025-frank-lesniak.md index 804af8fbe..e17108669 100644 --- a/content/podcast/2025-04-09-the-powershell-podcast-powershell-summit-bar-sessions-2025-frank-lesniak.md +++ b/content/podcast/2025-04-09-the-powershell-podcast-powershell-summit-bar-sessions-2025-frank-lesniak.md @@ -2,6 +2,7 @@ title: The PowerShell Podcast PowerShell Summit Bar Sessions 2025 – Frank Lesniak authors: - Andrew Pla + - Frank Lesniak date: "2025-04-09T22:01:01+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/uf4ptjz6r8pihsq9/The_PowerShell_Podcast_Summit_2025_bar_session_Frank_Lesniak_episode_16779siv.mp3" episode: 167 diff --git a/content/podcast/2025-04-10-the-powershell-podcast-powershell-summit-bar-sessions-2025-david-r.md b/content/podcast/2025-04-10-the-powershell-podcast-powershell-summit-bar-sessions-2025-david-r.md index 2ee99737e..412ade030 100644 --- a/content/podcast/2025-04-10-the-powershell-podcast-powershell-summit-bar-sessions-2025-david-r.md +++ b/content/podcast/2025-04-10-the-powershell-podcast-powershell-summit-bar-sessions-2025-david-r.md @@ -2,6 +2,7 @@ title: The PowerShell Podcast PowerShell Summit Bar Sessions 2025 – David R authors: - Andrew Pla + - David R date: "2025-04-10T21:15:50+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/w92r2ycvg2xsrt9p/The_PowerShell_Podcast_Summit_2025_bar_session_David_R_episode_168b7gks.mp3" episode: 168 diff --git a/content/podcast/2025-04-14-the-powershell-podcast-the-powershell-podcast-summit-2025-missy-leslie-hailey.md b/content/podcast/2025-04-14-the-powershell-podcast-the-powershell-podcast-summit-2025-missy-leslie-hailey.md index b23e6c86d..3103d65fd 100644 --- a/content/podcast/2025-04-14-the-powershell-podcast-the-powershell-podcast-summit-2025-missy-leslie-hailey.md +++ b/content/podcast/2025-04-14-the-powershell-podcast-the-powershell-podcast-summit-2025-missy-leslie-hailey.md @@ -2,6 +2,9 @@ title: The PowerShell Podcast The PowerShell Podcast Summit 2025 – Missy, Leslie, & Hailey authors: - Andrew Pla + - Missy Januszko + - Leslie Brendible + - Haley Phillips date: "2025-04-14T15:02:00+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/v4fzc97c2bhytixu/The_PowerShell_Podcast_episode_169_Summit_Missy_Leslie_Hailey_ada0n.mp3" episode: 169 diff --git a/content/podcast/2025-04-28-the-powershell-podcast-lessons-in-leadership-from-powershell-pioneers-jeffrey-snover-and-don-jones.md b/content/podcast/2025-04-28-the-powershell-podcast-lessons-in-leadership-from-powershell-pioneers-jeffrey-snover-and-don-jones.md index 8fa6f5bb6..703e5e6c8 100644 --- a/content/podcast/2025-04-28-the-powershell-podcast-lessons-in-leadership-from-powershell-pioneers-jeffrey-snover-and-don-jones.md +++ b/content/podcast/2025-04-28-the-powershell-podcast-lessons-in-leadership-from-powershell-pioneers-jeffrey-snover-and-don-jones.md @@ -2,6 +2,8 @@ title: The PowerShell Podcast Lessons in Leadership from PowerShell Pioneers Jeffrey Snover and Don Jones authors: - Andrew Pla + - Jeffrey Snover + - Don Jones date: "2025-04-28T14:09:47+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/rha66kvbz3jb5miu/The_PowerShell_Podcast_Snover_and_Jones_Summit_2025_episode_171bs6du.mp3" episode: 171 diff --git a/content/podcast/2025-05-05-the-powershell-podcast-growing-with-powershell-and-community-support-joshua-dearing.md b/content/podcast/2025-05-05-the-powershell-podcast-growing-with-powershell-and-community-support-joshua-dearing.md index b1ba6457d..9fd129afd 100644 --- a/content/podcast/2025-05-05-the-powershell-podcast-growing-with-powershell-and-community-support-joshua-dearing.md +++ b/content/podcast/2025-05-05-the-powershell-podcast-growing-with-powershell-and-community-support-joshua-dearing.md @@ -2,6 +2,7 @@ title: The PowerShell Podcast Growing with PowerShell and Community Support – Joshua Dearing authors: - Andrew Pla + - Joshua Dearing date: "2025-05-05T14:34:47+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/9qrrimd2zrdxrm96/The_PowerShell_Podcast_episode_172_Joshua_Dearing8hgpi.mp3" episode: 172 diff --git a/content/podcast/2025-05-12-the-powershell-podcast-powershell-security-and-the-path-to-mastery.md b/content/podcast/2025-05-12-the-powershell-podcast-powershell-security-and-the-path-to-mastery.md index c103998d4..4d2517e97 100644 --- a/content/podcast/2025-05-12-the-powershell-podcast-powershell-security-and-the-path-to-mastery.md +++ b/content/podcast/2025-05-12-the-powershell-podcast-powershell-security-and-the-path-to-mastery.md @@ -2,6 +2,8 @@ title: The PowerShell Podcast PowerShell, Security, and the Path to Mastery. authors: - Andrew Pla + - Lucas Allman + - Bogdan Calapod date: "2025-05-12T14:03:49+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/cex9wzj57d5wacxf/The_PowerShell_Podcast_episode_173_Bogdan_Lucas7wae0.mp3" episode: 173 diff --git a/content/podcast/2025-05-19-the-powershell-podcast-building-confidence-and-community-with-powershell-with-brock-bingham.md b/content/podcast/2025-05-19-the-powershell-podcast-building-confidence-and-community-with-powershell-with-brock-bingham.md index 2a0012ef6..c0208d6cb 100644 --- a/content/podcast/2025-05-19-the-powershell-podcast-building-confidence-and-community-with-powershell-with-brock-bingham.md +++ b/content/podcast/2025-05-19-the-powershell-podcast-building-confidence-and-community-with-powershell-with-brock-bingham.md @@ -2,6 +2,7 @@ title: The PowerShell Podcast Building Confidence and Community with PowerShell with Brock Bingham authors: - Andrew Pla + - Brock Bingham date: "2025-05-19T14:32:47+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/a7x5dxkvagvdwwem/The_PowerShell_Podcast_episode_174_Brockstar63mcr.mp3" episode: 174 diff --git a/content/podcast/2025-06-02-the-powershell-podcast-hacking-games-and-building-a-career-mateus-pimentel.md b/content/podcast/2025-06-02-the-powershell-podcast-hacking-games-and-building-a-career-mateus-pimentel.md index d1fcb08a4..991e55103 100644 --- a/content/podcast/2025-06-02-the-powershell-podcast-hacking-games-and-building-a-career-mateus-pimentel.md +++ b/content/podcast/2025-06-02-the-powershell-podcast-hacking-games-and-building-a-career-mateus-pimentel.md @@ -2,6 +2,7 @@ title: The PowerShell Podcast Hacking Games and Building a Career – Mateus Pimentel authors: - Andrew Pla + - Mateus Pimentel date: "2025-06-02T14:50:47+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/xmmm9x5nn77hjv9j/The_PowerShell_Podcast_episode_176_Mateus7qt8c.mp3" episode: 176 diff --git a/content/podcast/2025-06-09-the-powershell-podcast-from-dj-decks-to-cloud-architecture-shannon-eldridge-kuehn.md b/content/podcast/2025-06-09-the-powershell-podcast-from-dj-decks-to-cloud-architecture-shannon-eldridge-kuehn.md index 634913b07..4ea521f0c 100644 --- a/content/podcast/2025-06-09-the-powershell-podcast-from-dj-decks-to-cloud-architecture-shannon-eldridge-kuehn.md +++ b/content/podcast/2025-06-09-the-powershell-podcast-from-dj-decks-to-cloud-architecture-shannon-eldridge-kuehn.md @@ -2,6 +2,7 @@ title: The PowerShell Podcast From DJ Decks to Cloud Architecture – Shannon Eldridge-Kuehn authors: - Andrew Pla + - Shannon Eldridge-Kuehn date: "2025-06-09T14:25:07+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/vkmpq3vu9r8ubq7q/The_PowerShell_Podcast_episode_177_Shannon_Eldridge_Kuehn8f5te.mp3" episode: 177 diff --git a/content/podcast/2025-06-25-the-powershell-podcast-a-conversation-from-the-heart-of-psconfeu.md b/content/podcast/2025-06-25-the-powershell-podcast-a-conversation-from-the-heart-of-psconfeu.md index e339435d5..95f106574 100644 --- a/content/podcast/2025-06-25-the-powershell-podcast-a-conversation-from-the-heart-of-psconfeu.md +++ b/content/podcast/2025-06-25-the-powershell-podcast-a-conversation-from-the-heart-of-psconfeu.md @@ -2,6 +2,9 @@ title: The PowerShell Podcast A Conversation from the Heart of PSConfEU authors: - Andrew Pla + - Gael Colas + - Stein Petersen + - Tracy Sewell date: "2025-06-25T14:03:08+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/f8gh6idcx6npaw34/The_PowerShell_Podcast_episode_180_PSConfEU9z2zr.mp3" episode: 180 diff --git a/content/podcast/2025-06-30-the-powershell-podcast-behind-the-shell-with-microsoft.md b/content/podcast/2025-06-30-the-powershell-podcast-behind-the-shell-with-microsoft.md index 5aecff1e7..549448dba 100644 --- a/content/podcast/2025-06-30-the-powershell-podcast-behind-the-shell-with-microsoft.md +++ b/content/podcast/2025-06-30-the-powershell-podcast-behind-the-shell-with-microsoft.md @@ -2,6 +2,9 @@ title: The PowerShell Podcast Behind the Shell with Microsoft authors: - Andrew Pla + - Steven Bucher + - Anam Navied + - Tess Gauthier date: "2025-06-30T15:18:02+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/2ivuz3hyfe26zs9h/The_PowerShell_Podcast_episode_181_PSconf_EU_MS_team7b21l.mp3" episode: 181 diff --git a/content/podcast/2025-07-07-the-powershell-podcast-building-layers-of-protection-and-purpose-miriam-wiesner.md b/content/podcast/2025-07-07-the-powershell-podcast-building-layers-of-protection-and-purpose-miriam-wiesner.md index 9608262de..46e631fcd 100644 --- a/content/podcast/2025-07-07-the-powershell-podcast-building-layers-of-protection-and-purpose-miriam-wiesner.md +++ b/content/podcast/2025-07-07-the-powershell-podcast-building-layers-of-protection-and-purpose-miriam-wiesner.md @@ -2,6 +2,7 @@ title: The PowerShell Podcast Building Layers of Protection and Purpose – Miriam Wiesner authors: - Andrew Pla + - Miriam Wiesner date: "2025-07-07T14:56:47+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/5cji2wqs9m6tqgty/The_PowerShell_Podcast_episode_182_Miriam_PSCEU9fcm8.mp3" episode: 182 diff --git a/content/podcast/2025-07-14-the-powershell-podcast-psconfeu-2025-bar-sessions-community-code-connection.md b/content/podcast/2025-07-14-the-powershell-podcast-psconfeu-2025-bar-sessions-community-code-connection.md index b78333fd3..8ec424d60 100644 --- a/content/podcast/2025-07-14-the-powershell-podcast-psconfeu-2025-bar-sessions-community-code-connection.md +++ b/content/podcast/2025-07-14-the-powershell-podcast-psconfeu-2025-bar-sessions-community-code-connection.md @@ -2,6 +2,12 @@ title: "The PowerShell Podcast PSConfEU 2025 Bar Sessions: Community, Code & Connection" authors: - Andrew Pla + - Harm Veenstra + - Constantin Hager + - Thomas Hadin + - James Ruskin + - Emanuel Palm + - Suresh Krishnan date: "2025-07-14T14:35:50+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/ksupsvarf2nzawwa/The_PowerShell_Podcast_episode_183_PSConfEU_bar_sessions6x3vo.mp3" episode: 183 diff --git a/content/podcast/2025-08-25-the-powershell-podcast-unlocking-automation-with-ai-shell-and-desired-state-configuration-with-jason-helmick.md b/content/podcast/2025-08-25-the-powershell-podcast-unlocking-automation-with-ai-shell-and-desired-state-configuration-with-jason-helmick.md index 103016a15..32e355076 100644 --- a/content/podcast/2025-08-25-the-powershell-podcast-unlocking-automation-with-ai-shell-and-desired-state-configuration-with-jason-helmick.md +++ b/content/podcast/2025-08-25-the-powershell-podcast-unlocking-automation-with-ai-shell-and-desired-state-configuration-with-jason-helmick.md @@ -2,6 +2,8 @@ title: The PowerShell Podcast Unlocking Automation with AI Shell and Desired State Configuration with Jason Helmick authors: - Andrew Pla + - Jason Helmick + - Troy Brown date: "2025-08-25T14:47:47+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/df6rmjt94kzgnvfk/The_PowerShell_Podcast_episode_189_Jason_Helmick_and_Troy_techmentor8c3bp.mp3" episode: 189 diff --git a/content/podcast/2025-10-06-the-powershell-podcast-automatedlab-guis-and-automation-with-steviecoaster.md b/content/podcast/2025-10-06-the-powershell-podcast-automatedlab-guis-and-automation-with-steviecoaster.md index 5c5623c4b..2efd1e482 100644 --- a/content/podcast/2025-10-06-the-powershell-podcast-automatedlab-guis-and-automation-with-steviecoaster.md +++ b/content/podcast/2025-10-06-the-powershell-podcast-automatedlab-guis-and-automation-with-steviecoaster.md @@ -2,6 +2,7 @@ title: The PowerShell Podcast AutomatedLab, GUIs, and automation with Steviecoaster authors: - Andrew Pla + - Stephen Valdinger date: "2025-10-06T14:02:48+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/hzctetyg2sbzdfn9/The_PowerShell_Podcast_episode_195_Stevie_Coaster6gx0s.mp3" episode: 195 diff --git a/content/podcast/2025-11-24-the-powershell-podcast-falling-learning-and-laughing-with-powershell-friends.md b/content/podcast/2025-11-24-the-powershell-podcast-falling-learning-and-laughing-with-powershell-friends.md index e17a06eb8..5115b306a 100644 --- a/content/podcast/2025-11-24-the-powershell-podcast-falling-learning-and-laughing-with-powershell-friends.md +++ b/content/podcast/2025-11-24-the-powershell-podcast-falling-learning-and-laughing-with-powershell-friends.md @@ -2,6 +2,10 @@ title: The PowerShell Podcast Falling, Learning, and Laughing with PowerShell Friends authors: - Andrew Pla + - Jeffery Hayes + - Stephen Engler + - Sean Wheeler + - Steven Judd date: "2025-11-24T15:49:23+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/f4bcibvwq564psyk/The_PowerShell_Podcast_episode_202_Bar_sessions_Spiceworld6jczm.mp3" episode: 202 diff --git a/content/podcast/2026-04-29-the-powershell-podcast-powershell-devops-global-summit-bar-session-with-josh-jeff.md b/content/podcast/2026-04-29-the-powershell-podcast-powershell-devops-global-summit-bar-session-with-josh-jeff.md index cbb6d69db..c06b586f1 100644 --- a/content/podcast/2026-04-29-the-powershell-podcast-powershell-devops-global-summit-bar-session-with-josh-jeff.md +++ b/content/podcast/2026-04-29-the-powershell-podcast-powershell-devops-global-summit-bar-session-with-josh-jeff.md @@ -2,6 +2,8 @@ title: The PowerShell Podcast PowerShell & DevOps Global Summit Bar session with Josh & Jeff authors: - Andrew Pla + - Joshua Dearing + - Jeff Wardlaw date: "2026-04-29T14:00:00+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/bsf7fnxjaz4cbm32/The_PowerShell_Podcast_episode_226_Bar_session_Josh_Jeffa9m5m.mp3" episode: 226 diff --git a/content/podcast/2026-05-18-the-powershell-podcast-powershell-after-dark-onramp-iot-and-finding-your-people.md b/content/podcast/2026-05-18-the-powershell-podcast-powershell-after-dark-onramp-iot-and-finding-your-people.md index c1d1f4b2b..f450dc829 100644 --- a/content/podcast/2026-05-18-the-powershell-podcast-powershell-after-dark-onramp-iot-and-finding-your-people.md +++ b/content/podcast/2026-05-18-the-powershell-podcast-powershell-after-dark-onramp-iot-and-finding-your-people.md @@ -2,6 +2,10 @@ title: "The PowerShell Podcast PowerShell After Dark: OnRamp, IoT, and Finding Your People." authors: - Andrew Pla + - Josh Gratton + - Mark Go + - Craig Mileham + - Matt Zaske date: "2026-05-18T14:00:00+00:00" podcast_url: "https://mcdn.podbean.com/mf/web/xqr624gfutsrmqgv/The_PowerShell_Podcast_Bar_sessions_2026_episode_2298xv9d.mp3" episode: 229 From e3f6ff360f3c705eccd7c38f75558aac6d96b20c Mon Sep 17 00:00:00 2001 From: Gilbert Sanchez Date: Thu, 25 Jun 2026 00:29:03 -0700 Subject: [PATCH 2/2] fix(content): normalize "Thomas Rayner, MVP" author to "Thomas Rayner" Co-Authored-By: Claude Opus 4.8 --- content/articles/2015-09-08-where-are-my-fsmo-roles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/articles/2015-09-08-where-are-my-fsmo-roles.md b/content/articles/2015-09-08-where-are-my-fsmo-roles.md index c66016ff6..ae5aae6df 100644 --- a/content/articles/2015-09-08-where-are-my-fsmo-roles.md +++ b/content/articles/2015-09-08-where-are-my-fsmo-roles.md @@ -1,7 +1,7 @@ --- title: Where Are My FSMO Roles? authors: - - Thomas Rayner, MVP + - Thomas Rayner date: "2015-09-08T14:00:21+00:00" categories: - PowerShell for Admins