Dave Carroll

@thedavecarroll.com

#PowerShell #Developer and enthusiast with a side of #DevOps, #Python, infrastructure, and #RetroComputing. Lifelong #cinephile and #punster. #Aspie #INTJ #9w1 He/Him https://thedavecarroll.com

What's the FIRST thing you do when you arrive at #pshsummit26? 🤔 A) Hit the swag table immediately B) Find my people in the hallway C) Scope out the best seat ALL of the above are valid choices! 🙌 🎟️ Early Bird Tickets are still available! 🔗 www.powershellsummit.org/tickets/

Tickets | PowerShell + DevOps Global Summit

Register for the PowerShell + DevOps Global Summit. Choose from General Admission or the On-Ramp program for beginners.

powershellsummit.org

A story from early #PowerShell days when my sense of diplomacy was strictly "pre-operational." I asked my new boss—a 20-year Windows veteran with a Physics PhD—if he was an idiot because neither of us could debug a thrashing system using GUI tools. www.jsnover.com/blog/2026/02...

The Time I Asked My Boss: Are You An Idiot?

A Microsoft engineer recently told me he used Copilot to script a way out of a laggy system. He was delighted. The story triggered a memory from the early days of PowerShell when my diplomacy was c…

jsnover.com

Come Jumpstart your future by learning a valuable skill from @mikefrobbins.com and other individuals. I'm gonna pepper you with puns and dad jokes (and knowledge). 😜

Mike F. Robbins@mikefrobbins.com · 6mo ago

Join us for 4 days of learning in the OnRamp track @ the #PowerShell + #DevOps Summit! @stevenjudd.bsky.social & I are teaming up, + sessions from @ephos.bsky.social, a hands-on source control lab with @sdwheeler.bsky.social, & a half-day PowerShell lab with @joshooaj.com github.com/devops-colle...

I wrote a #powershell function to rebuild the PATH env var because I was annoyed after installing a new CLI tool that it wasn't immediately available. This cross-platform function will update PATH with the machine/user/process-scoped vars. And now this is where you tell me there's a better way 😅

function Restore-EnvPath {
    $env:PATH = ('Machine', 'User', 'Process' | ForEach-Object {
        [environment]::GetEnvironmentVariable('PATH', $_)
    } | Where-Object { $_ }) -join [io.path]::PathSeparator
}

In 148 days the premier #PowerShell event in North America kicks off in the PowerShell and DevOps Global Summit. This is a can’t-miss opportunity for you to learn from industry experts, network w/ friends old and new, and form lasting conn. You *will* level up your career by going. So go!

Home | PowerShell + DevOps Global Summit

PowerShell + DevOps Global Summit is the gathering of PowerShell and DevOps professionals and enthusiasts. Join us for North America's only PowerShell Conference.

powershellsummit.org