Shane O'Neill 's Avatar

Shane O'Neill

@sozdba.bsky.social

SQL Server Database Administrator PowerShell automation Coffee, whiskey, etc.

371 Followers  |  443 Following  |  197 Posts  |  Joined: 13.08.2024  |  1.9423

Latest posts by sozdba.bsky.social on Bluesky

Preview
Cliff diving with PowerShell (And other bad ideas) (by Stephen Valdinger), Wed, Nov 12, 2025, 6:00 PM | Meetup Much like you wouldn't go BASE jumping without a parachute, you wouldn't hand a script to someone with validation, right? Right??? In this session, we'll cover some tips an

Heads up! Iโ€™m presenting for my friends at the PNW #PowerShell user group next week about parameter validation!

This is a critical thing to master no matter where you are in your scripting journey.

Join us for Cliff diving with PowerShell (And other bad ideas) at the link below!

05.11.2025 19:21 โ€” ๐Ÿ‘ 11    ๐Ÿ” 7    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
PowerShell Parameter Binding Explained and Debugged with Microsoft's Sean Wheeler
Ever wonder how PowerShell decides which parameters to use and where your values actually go? In this PowerShell Wednesday session, weโ€™re joined by Microsoftโ€™s Sean Wheeler from the PowerShell team to demystify parameter bindingโ€”one of the most important (and misunderstood) parts of PowerShell. Can PowerShell Parameter Binding Explained and Debugged with Microsoft's Sean Wheeler

PowerShell Wednesday is here, and we are learning about...

๐Ÿ”ฅ PowerShell Parameter Binding - how PowerShell matches your input to parameters

Join us for a deep dive with @sdwheeler.bsky.social, Lead Documentarian for PowerShell at Microsoft.

๐Ÿ“บ

05.11.2025 12:42 โ€” ๐Ÿ‘ 10    ๐Ÿ” 3    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I love when I need to copy stuff to multiple servers
```
"Server1","Server2",... | % { $s = New-PSSession $_ ; copy-item -path <...> -destination <...> -tosession $s; Remove-PSSession $s; Remove-Variable s }
```

04.11.2025 20:53 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Finding Data Friends In which Andy has a guest spot on the Finding Data Friends video podcast

Podcast appearance: @findingdatafriends.com with @jpomfret.co.uk and @bweissman.bsky.social #sqlfamily #community

flxsql.com/2025/10/27/f...

29.10.2025 13:31 โ€” ๐Ÿ‘ 6    ๐Ÿ” 4    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
- YouTube
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube. - YouTube

๐Ÿง  Converting 3500+ #Pester tests from v4โ†’v5 with AI
๐Ÿ‘ฉโ€๐Ÿ’ป @funbucket.dev on how #AI tools sped up migration โ€” and why v6 will be easier.

โ–ถ๏ธ Watch: youtu.be/ajlniR3X0U8?si=5rE...
๐ŸŽŸ๏ธ #PSConfEU 2026 โ†’ psconf.eu

#PowerShell #Automation #DevOps

29.10.2025 11:15 โ€” ๐Ÿ‘ 4    ๐Ÿ” 5    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Had such a great time chatting with @andrewpla.tech on the #PowerShell podcast about #Intune, #PowerShell, IntuneStack, #DevOps and getting started on your #automation journey.

27.10.2025 21:32 โ€” ๐Ÿ‘ 12    ๐Ÿ” 4    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
a man in a cowboy hat blowing a soap bubble with the words happy birthday behind him Alt: Clint Eastwood in a cowboy hat blowing a soap bubble with the words happy birthday beneath him

What Daniel and Johan said!

23.10.2025 13:57 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Load Balancers. Why is it Load Balancers? Are they DNS' cousin?

20.10.2025 19:06 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
a close up of a man 's face with gray hair Alt: a close up of George Clooney's face with gray hair doing a double-take
16.10.2025 19:44 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Congrats!

16.10.2025 11:33 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I'm very excited to continue to drive PowerShell Universal at Devolutions! By joining Devolutions, we're going to be able to scale and enhance PowerShell Universal in new and awesome ways. Look out for my blog post later today.

16.10.2025 10:41 โ€” ๐Ÿ‘ 25    ๐Ÿ” 8    ๐Ÿ’ฌ 8    ๐Ÿ“Œ 1

You know what's worse than trying to troubleshoot Distributed AGs? Trying to troubleshoot Distributed AGs on a deadline to build them that was harsh to begin with!!!

15.10.2025 19:37 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Damn! Those are cool tshirts

10.10.2025 18:43 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Video thumbnail

Before PowerShell, @steviecoaster.dev was a point-and-click admin. After #PowerShell, he's automation-first and helps others find that same spark.

This week's pod dives deep into mentorship, growth, and how learning PowerShell WILL transform your career.

๐Ÿ‘€www.youtube.com/watc...

09.10.2025 16:31 โ€” ๐Ÿ‘ 5    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1

"You got a sec?" is shorthand for "You got a sec(ret wish to waste an hour and double your to-do list)"

08.10.2025 20:42 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
What Is Regex and How to Use It in PowerShell with MVP Steven Judd
Regex doesnโ€™t have to be scary! In this PowerShell Wednesday, Steven Judd breaks down what regular expressions are, how they work, and how to use them effectively in PowerShell. From simple pattern matching to powerful text parsing, youโ€™ll learn practical ways to clean data, extract info, and make y What Is Regex and How to Use It in PowerShell with MVP Steven Judd

Happy #PowerShell Wednesday!

Join Microsoft MVP @stevenjudd.bsky.social to get some hands-on with Regex. Steven is a longtime advocate of regex and full of real-world expereince.

We'll break down what regular expressions are, how to build them, and how to use them in PS.

๐Ÿ‘€

08.10.2025 15:33 โ€” ๐Ÿ‘ 10    ๐Ÿ” 3    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 1

Happy belated bday @dgmelkin.bsky.social !

02.10.2025 14:03 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I have a default template, which is essentially "no, I will not relocate across the country for this role"

02.10.2025 13:56 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I've had this ๐Ÿ˜ฅ I had to book Window Seat Plus apparently

28.09.2025 13:20 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I understand that the training video is a scenario about how to watch out for antitrust and not violate ethics.

If I didn't have that knowledge, though, the video is about how two guys met at a conference bar and hooked up.

All I can say is "You don't have to be ashamed UNNAMED CRIMINAL #1!!"

18.09.2025 08:40 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Update:
We're on the final day of holidays today; checking out later and catching a flight. I'm only on book 6.

I either have to a). Finish this and another book by the end of the day, or b). Lie and say I did if she asks...

12.09.2025 06:15 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Stage 4:
Success!

We went into old town Corfu and I found a bookstore! Bringing my total to 9 books (4 read so far)

10.09.2025 08:12 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Column Tetris Explained: The Hidden Storage Costs of Migrating from SQL Server to PostgreSQL โ€“ SQLpassion Cart

Klaus Aschenbrenner explains why SQL Server folks have to write their CREATE TABLE statements differently when moving to Postgres, because column order matters: www.sqlpassion.at/archive/2025...

08.09.2025 17:05 โ€” ๐Ÿ‘ 3    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
Column Tetris Explained: The Hidden Storage Costs of Migrating from SQL Server to PostgreSQL โ€“ SQLpassion

[Blog] Column Tetris Explained: The Hidden Storage Costs of Migrating from SQL Server to PostgreSQL: www.sqlpassion.at/archive/2025... #Postgres #PostgreSQL #SQLServer #Migrations #Overhead

08.09.2025 15:01 โ€” ๐Ÿ‘ 3    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Stage 3
Foiled

The bookstore here is closed on the weekends

Worse, I've finished 2 of my books
Dialann Emily Porter: An Jailtacht by @richieconroy.bsky.social
Anji Kills a King by @bookreviewskill.bsky.social

I'd recommend both, too!

06.09.2025 16:50 โ€” ๐Ÿ‘ 2    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Sorry for your loss ๐Ÿ’”

06.09.2025 09:25 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Does a magazine count? To be fair she likes to skim, then read, then write out stuff she likes from them

05.09.2025 13:13 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Stage 2
Foiled

There was a WH Smith at the gate, but more confectionary than books ๐Ÿ˜ข

05.09.2025 12:58 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I convinced her to bring 2 (a 200% increase)
She opened one beside me now while waiting and promptly fell asleep

05.09.2025 12:57 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
a close up of a man 's face with the words are you a genius written below him Alt: a close up of a man 's face with the words are you a genius written below him

Endless supply? Oh my...

05.09.2025 11:37 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

@sozdba is following 20 prominent accounts