Exploring Microsoft Graph API
Graph api is clearly the future for Microsoft toolkits, but it can be confusing to find the endpoints (urls) and examples for given tasks. In this post we will learn how to “reverse engineer” a graph command by clicking buttons/navigating a web page.
PiHole + Wireguard
Combining a Pi-hole DNS adblocker with a wireguard vpn to get ad blocking on any device!
Getting Started With Wireguard
Setting a basic wireguard VPN server. See how to configure the server, desktop, and mobile peers.
ZFS Pool Expansion
My zfs pool was has been getting close to full (%70%) so I started exploring my options. I found a good deal on 16TB hdds so I decided to buy 6 of them and expand my pool. In this post I explore my options for expanding my zfs pool.
Deploying Volume License Apps Along Side Office 365
At work I was tasked with deploying volume licensed Project and Visio. My company is currently deploying Office 365 Pro Plus, which uses click-to-run, which cannot be installed side-by-side with the 2016 version of Project and Visio that are MSI based. Instead you must use the Office Deployment Tool (ODT) and xml files to add Visio/Project to an...
SCCM Package Automation part 1
Recently I published a project called SCCM Package Automation to my Github. I also posted it to reddit r/PowerShell and got a decent amount of attention. I thought I would write a more detailed blog post about it now.
Proxmox Emergency Mode
Over the past few weeks, I had noticed errors my zfs storage pool. The errors were no big deal, errors happen. ZFS is fantastic and detects and corrects them automatically. However, it was happening often enough I decided to I needed to look into if one of the HDDs was failing. Sure enough, the errors were coming from a 6TB WD Red that I have ha...