Category: Misc.

Extension installed and toggled
Azure Cloud Misc.

Azure Mask Browser Extension

Reading Time: 2 minutesI often find myself having to do a lot of editing of both video and screenshots when using the Azure Portal and I wanted to write a short blog post about this very handy extension I’ve been using recently. The Azure Mask Extension is an open-source tool written by Brian Clark, it works by masking […]

Matt Hansen 
Misc. Scripting Windows Server

Powershell Script to Test SMTP

Reading Time: < 1 minuteThis one is going to be short and sweet, I’ve been testing SMTP with and without encryption and wanted a good script for that. Here are the lines that you’ll want to look at configuring: Line 5: “$smtpServer =”InsertYourSmtpServerHere” Line 12: Change the $false value to $true if you want to encrypt your SMTP with […]

Matt Hansen 
Misc. Windows Server

Do you even Kerberos?

Reading Time: 3 minutesAs IT Professionals we all know the word kerberos. We all know the protocol kerberos. We all know that it does…things. How much do most of us really know though? Let’s talk about that. Here are a few facts you should probably know for IT water cooler-type talk. Kerberos is a network authentication protocol that works […]

Matt Hansen