this post was submitted on 20 Jun 2024
20 points (95.5% liked)

Powershell

201 readers
1 users here now

PowerShell (POSH) is a a task automation command-line shell and scripting language created by Microsoft. It became part of the FOSS community in 2016 and is now available across Windows, Linux, and macOS

Resources:


Rules:

Self-promotion rules:


founded 1 year ago
MODERATORS
 

I recently created a YouTube channel where I do deep dives into creating automations with PowerShell. Instead of just publishing the solutions I take you through the entire development process.

In this video I go through creating an uptime monitor for multiple IP addresses that can ping each IP every minute. I go through the evolution of trying Test-NetConnection, then giving up and using dotnet objects for asynchronous execution. And finally, how to put that all together and get your results.

This is only my fourth video, so any and all feedback on it is welcome.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 weeks ago (1 children)

Thanks! I'd love to hear your thoughts once you've watched it.

[–] jeeva 2 points 2 weeks ago

Really enjoyed the format, looking forward to the extension of this in the next video!

Really appreciated the deeper dive and calm narrative along with the evolving code and demonstration. I feel like so many videos go into what without touching enough on why, so that was really good.