Hyper-V Bulk configure VM networks with PowerShell
Tired of manually configuring networks for each VM? Perhaps you're not alone. Virtual network management is time-consuming and error-prone. If I told you there's a simpler way? This essay examines a PowerShell script that does that. Making your life easy is key. This will teach you how to quickly Bulk Configure VM networks with PowerShell. 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...