Author: Matt Hansen

https://www.linkedin.com/in/matthansen0/
Cloud Networking

Azure Point-to-Site VPN with RADIUS Authentication

Reading Time: 4 minutesFor the money, it’s hard to beat the Azure VPN Gateway. Until recently though, Point-to-Site VPNs were a bit clunky because they needed mutual certificate authentication. It wasn’t bad, but it certainly wasn’t good. Thankfully, Microsoft now allows RADIUS backed authentication. This post is how you impliment said configuration.   To start off, here is my […]

Matt Hansen 
Cloud Storage

Configure Azure Blob Archive Storage

Reading Time: 4 minutesAzure storage is great. Good thought to open on right? Of course! This year Azure graced us with the ability to (preview) the new Azure Archive Storage. Obviously this is enticing, especially at it’s  (current) $0.0018/GB price point. For more cost informaiton on Azure Archive Storage you can visit the link below. https://azure.microsoft.com/en-us/pricing/details/storage/blobs/ Now this […]

Matt Hansen 
Backup Cloud Storage

Changing Azure Recovery Services Vault to LRS Storage

Reading Time: 2 minutesBack in the classic portal with backup services it was an easy fix. Simply change the settings value of storage replication type. I’ve recently started moving my workloads to recovery serveries vaults in ARM, and noticed something peculiar. By default, the storage replication type of the vault is GRS.   If your needs require geographically […]

Matt Hansen 
Scripting Windows Windows Server

PowerShell Script to Check Symantec Endpoint Protection Definition Updates

Reading Time: 2 minutesSymantec Endpoint Protection has quite a hold on the Anti-Virus market share. Many have environments where it’s used, and may not be the administrators or even able to view data from the Symantec Endpoint Protection Manager. In light of that, I’ve written a PowerShell script to check the last update time for SEP definitions that […]

Matt Hansen