Reading Time: < 1 minute
Building Parameters for Commands

Building Parameters for Commands

Reading Time: < 1 minute 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…

read more…
analogy between our brains and computer

analogy between our brains and computer

Reading Time: 2 minutes 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….

read more…
Read readius with powershell

Read Radius Logs With PowerShell

Reading Time: 2 minutes 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…

read more…
Breaking Free from Potential Trauma Lensing

Breaking Free from Potential Trauma Lensing

Reading Time: 6 minutes Recently I have had to come to a new level of understanding about myself. For years I have been attracted to the potential of others. I have picked my closest friends through this viewpoint; it worked for many years. However, as we get older,…

read more…
Speedtest To Ninja

Speedtest To Ninja

Reading Time: 3 minutes In a previous blog, we discussed doing a speed test on a computer using PowerShell. Let’s take that script and expand on it with three lines of code and some prep time. This will allow us to update items inside our Ninja One RMM tool. So we can…

read more…
Speed test with PowerShell

Speed test with PowerShell

Reading Time: 4 minutes Often times I need to run a speed test on a remote machine. Doing a speed test tends to help you understand what’s going on with the end user’s computer. For example, currently, my ISP is having issues. I am getting around 6mbps down and 75…

read more…
You Don’t Need Superpowers

You Don’t Need Superpowers

Reading Time: 7 minutes That’s right, you Don’t Need Superpowers. Today I bring you a blog post near and dear to my heart. I grew up reading DC and Marvel comic books. Watching Superhero tv shows and movies. The idea that someone could fly, and run faster than a…

read more…
Automating with Graph API

Automating with Graph API

Reading Time: 2 minutes Last week we discussed sending emails with Graph API. You can read about it here. Today we will be taking that script and making it so it can be automated. On the backend, you will need to create an Azure App. You can read about how to do that…

read more…
Emails with Graph API

Emails with Graph API

Reading Time: 3 minutes Last week we spoke about finding disabled users with licensing using PowerShell and graph API. Today, we will be expanding from that blog. We are going to send the results ourselves. Next week, we will create this into an automation using…

read more…