#Formatting #PowerShell Things I use most in my PowerShell scripts https://bit.ly/3ObzhOY via PlanetPowerShell
@sasstu This looks interesting, but link is timing out. Do you have the full url? @jrdepriest
@sasstu I’ll have to put more effort into using Try/Catch.
Also something I’ve been using is storing a script as a variable and then passing to a Start-Job which has allowed me to take a task I used to run as a For-Each loop and instead break it out so each item can run as fast as each item is able.
An example is we run an imaging system and I have a script that checks each unit by spinning off a job. I then get notifications via ntfy.sh as to the final result.
I really need to upload this to GitHub….
@atomicangel that sounds like a quite interesting read! I am looking forward to it. Just to be transparent I am only the messenger, the author is Harm Veenstra you can find him on that letter platform as @HarmVeenstra