Profile avatar
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
328 posts 1,460 followers 653 following
Prolific Poster

I just wrote a blog post about configuring the Windows Time service from #powershell. Actually it mostly shows you the native w32tm command, but you can tweak a couple of registry values to turn your computer into an NTP server so there's like three lines of powershell. Enjoy!

🔗⭐👉 Meet the #PSConfEU Organisers 👈⭐🔗 @gaelcolas.bsky.social is a member of the organising team! Meet him at the #PowerShell Conference Europe 2025 in #Malmö.  Tickets available here: psconf.eu #IT #Skåne #Svenska #Sweden #automation

Join Traci Sewell as she highlights the importance of mental health conversations. Understand the signs and learn how to offer meaningful support. #PowerShell #PSConfEU

Just dropped the latest edition of PowerShell Weekly for February 28, 2025! Explore announcements, blogs, books, community updates, and more. Don’t miss out! #PowerShell #Automation #TechNews psweekly.dowst.dev?p=7628

Hey, new people joining us over here on @bsky.app! If you're into vintage/retro computers, please check out my non-exhaustive list of Vintage Computing Good Eggs! go.bsky.app/BaBov2K

PSGSuite users following here on Bluesky:: We have a PSGSuite prerelease published to the PSGallery as 3.0.0-beta. One of the biggest changes is raising the min PSVersion to 7.4 due to 3P deps deprecating earlier versions of .NET. 🧵

💡 Heading to #Sweden for #PSConfEU 2025? Thanks to Björn Sundling for insights in our latest guide: '11 Things to Know Before Visiting Sweden' 🧳 Get the best travel tips to enjoy your stay! Read more 👉 psconf.eu/11-things-to-know... #PowerShell #Malmö #Svenska #IT #automation

Bartek Bielawski will be on stage for #PSConfEU 2025 in #Malmö (23-26 June)! 🎙️Big Brother is Watching! 🎙️Constrained endpoints and gMSA - better together 🎟️ Tickets and full schedule available at psconf.eu #PowerShell #Skåne #Svenska #Sweden #IT

#pwsh tip of the day! For loops are awesome! for($i = 1 ; $i -lt 3; $i ++) { Write-Host "I count: $i"} starting at 1 do whatever is between {}, and then increment $i by 1, while $i is less than 3. This example will run 3 times. Pretty neat, huh?! Happy scripting!

@miriamwiesner.bsky.social will be on stage for #PSConfEU 2025 in #Malmö! 🎙️ Find your North Star goal: Unlocking the Secrets to Success for your career 🎙️ When Defenders think in Graphs: Unveiling Attack Paths with PowerShell 🎟️ psconf.eu #PowerShell #automation #Svenska

#pwsh tip of the day! Defining a ParameterSetName is case sensitive! [Parameter(ParameterSetName = 'foo')] is DIFFERENT from [Parameter(ParameterSetName = 'Foo')] Ask me how I know! And, as always.... Happy Scripting!

#pwsh tip of the day! Use .GetEnumerator() to iterator over a hashtable! $h = @{ Name = 'Stevie'} $h.GetEnumerator() | Foreach-Object { Write-Host "My $($_.Key) is $($_.Value)!"} In the foreach loop use $_.Key and $_.Value to access each respectively. Happy scripting!

I did a launch video with Leanpub for my new book, "Behind the PowerShell Pipeline." www.youtube.com/watc... #PowerShell

#pwsh tip of the day! User prompts can be an effective input mechanism in your scripts. In PowerShell, you can use Read-Host to capture input. Here's a simple example I wrote to help you grasp the concept: gist.github.com/steviecoaste... Happy scripting! And check docs for more goodies!

This Wednesday night the great @adamdriscoll.bsky.social will talk about extending #PowerShell Universal: Drop by at 6pm pacific time to learn more. www.meetup.com/pacific-powe...

Have you added this book to your #PowerShell scripting library? One of the most comprehensive scripting books written by PowerShell masters. Includes PowerShell 7 content. https://leanpub.com/powershell-scripting-toolmaking

I've published a new issue of Behind the PowerShell Pipeline: Winget Package Management with PowerShell Become a premium member to read the entire article and get access to the catalog of content going back to 2022. #PowerShell

DSC 3.0.0-rc.1 is out! github.com/PowerShell/D... Do let us know if there's any major blockers now before we head towards GA targeted for end of Feb!

🌎 It’s time to reclaim social media. Billionaires & venture capital shouldn’t control our digital lives. #FreeOurFeeds is raising $4M to build a public-interest alternative. Chip in today to make it happen freeourfeeds.com

For my #PowerShell friends new to Bluesky, take a look at PSBluesky Install the module from the PowerShell Gallery and then run Open-BskyHelp to view a PDF doc. The module requires PS7 but should work cross-platform.

I am pleased to announce a new #PowerShell book I've been working on. I'm offering it at early adopter pricing on Leanpub. Once you own a copy, you always get the most recent version. Expect price increases as I near completion. Sorry, but this is an eBook offer only. leanpub.com/behind-t...

1️⃣ Show off your PowerShell skills! 🚀 Join our meetup for quick 5-10 min demos where you can share scripts, solve challenges, and learn from others. No slides—just code! 🔗 Sign up to present: meeting.rtpsug.com/demo #PowerShell #Automation #Scripting #DevCommunity #TechMeetup

#pwsh tip of the day! You can throw your own custom exceptions in PowerShell by creating a class that inherits from System.Exception. If you don't do much with classes, this is a pretty friendly way to ease into them. Check the gist linked for a quick sample. Happy Scripting!

I've published a new issue of Behind the PowerShell Pipeline: More Module Management Become a premium member to read the entire article and get access to the catalog of content going back to 2022. #PowerShell

For friends who are in the federal government, this is a very good guide on why you should be using Signal. In short, it’s safe and it’s free! a.wholelottanothing.org/a-guide-to-u...

#pwsh tip of the day! Command precedence can getcha if you aren't careful! PowerShell looks for and loads commands in this order: Alias,Function, Cmdlet, External executable files For Cmdlets, loaded modules in alphabetical order are searched and the first match ran. Happy scripting!

Ironman Software is committing 1% this year to support environmental and local causes with a target of 5% in the next 5 years. We're calling it PowerShell for the Planet and you can find out more here: blog.ironmansoftware.com/powershell-f...

I've published v2.5.0 of the PSBluesky module to the #PowerShell Gallery. I've made minor changes to the API logging and restored the ability to create multi-line posts. The help PDF has also been updated. You can read the release notes.

Happening 📆 TONIGHT: 29.01.25 19:00 CET cc @fabian.bader.cloud

I’ve started a new PowerShell module for my team to make managing various AutomatedLabs easier. If you use AutomatedLab you may find it useful as well! This is brand new so you may find a few snags. Please let me know via an issue any bugs or features! github.com/steviecoaste...

If you are a Xodus refugee, update your Bluesky profile with a meaningful description and a profile photo. It is also customary to post a short introduction. These steps make it easier for people to find you.

I am amazed that the PSBluesky module has almost 7K downloads. I started throwing things together only three months ago. Thank you. #PowerShell

Hey #PowerShell people Looks like powershellgallery.com will have some maintenance tomorrow PowerShell Gallery site will be undergoing routine maintenance on Tuesday Jan 28th, from 11am-1pm PST.

The #PowerShell #DSC module ComputerManagementDsc v10.0.0 was just released. www.powershellgallery.com/p...

PowerShell Weekly is back! I really appreciate your understanding for the missed edition last week. To make up for it, this week’s issue is packed with even more tips, insights, and updates to level up your PowerShell skills. Let’s dive in! #PowerShell #Automation #TechNews psweekly.dowst.dev?p=7524

On this years #psconfeu I will show how Profiler works internally, and we also have a #pspester follow-along prepared for you with @rprust.bsky.social Looking forward to these days full of #powershell.

The power of combining two PowerShell modules, PSBluesky and PoshTaskbarItem: github.com/jdhitsolutio... The icon shows the number of unread notifications as a badge. If you click the icon the notifications page will be opened by your browser. Please Like ♥️ this post to test if it really works😁!

Hey I blogged and broke-down that article I posted earlier by @mmasnick.bsky.social -- I may have over-simplified a bit, but based on the great feedback to my earlier post about this -- I thought I would do a little write-up. Cheers!

Does anyone here currently use IRC? If so, care to share a few server suggestions? Interests are #EarlyInternet, #RetroComputing, #TTRPGs, #Movies, and #PopCulture.

#pwsh tip of the day! Good help should have an online equivalent. Adding support for the -Online switch is easy. Rather put a link to help in the *first* .LINK of comment based help, or in HelpUri of [CmdletBinding()]. NOTE that a .LINK will _override_ HelpUri if both defined! Happy scripting!

I've added a few more authors to my Pluralsight starter pack.https://go.bsky.app/8MFcCVm

I have published v2.4.0 of the PSBluesky module to the #PowerShell Gallery. New commands and features. github.com/jdhitsolutio...