Brandon Olin
Blogs, Articles, and Posts
9 Tips for Writing Better PowerShell Functions
(devblackops.io)
One of the most common tasks in PowerShell is writing PowerShell functions. Functions are one of the
By: Brandon Olin submitted:Jun 15 2022
One of the most common tasks in PowerShell is writing PowerShell functions. Functions are one of the
basic building blocks we use to separate and abstract our code away. Without them, our scripts would be just a tangled mess of if statements, while and for loops, and duplicated code.
By: Brandon Olin submitted:Jun 15 2022
Projects, Scripts, and Modules
PoshBot 0.12.0
(powershellgallery.com)
v0.12.0 is out and ensures TLS1.2 is used for Slack websockets. Slack deprecated TLS 1.0/1.1 so
By: Brandon Olin submitted:Jun 15 2022
v0.12.0 is out and ensures TLS1.2 is used for Slack websockets. Slack deprecated TLS 1.0/1.1 so
you'll want this update. Oh, and one more thing, it now supports Discord backends as well!?? Go and get your PowerShell ChatOps on!
By: Brandon Olin submitted:Jun 15 2022