
PowerShell script block tutorial
Here, we'll learn how to use the & operator to run script blocks—your go-to PowerShell script block tutorial! You're not alone if you've ever thought PowerShell scripting was a little confusing. Today, we're simplifying the & operator, one of PowerShell's most important features, and making it really easy to use. Knowing how to use this...
Building Parameters for Commands
One of my favorite things with powershell is building out splat parameters for commands through the main parameter set. Today we are going to go over how that is done. We are going to do this through the Get-childitem and get-ACL. These are some mighty commands and...
analogy between our brains and computer
Ever considered that we are, in essence, hardware? This realization hit me like a bolt of lightning. It triggered a fascinating analogy between our brains and computer systems, especially for someone deeply entrenched in Information Technology. The Structure of the...
Read Radius Logs With PowerShell
Recently, I have been troubleshooting radius. Radius hasn't changed in decades. I say this lightingly too. The network policy server is a feature that helps with connecting things like unifi wifi and more. Each radius connection produces a reason code. Today we want...
