
CG-NATed Home lab
Recently I switched ISP providers. The one I was using started the price increase game. We picked up the ISP while it was $70 per month for 1 GB. They are the only physical line provider in my town. The town has a law that "beautifies" the power lines. This means only one ISP with cables is allowed to use them. They also have a digging bill. It...
Search PowerShell Objects
Recently, I was playing with Intune devices using graph API and managed devices. I was able to search for things like the device name with no issues, but when it came to the unique codes, I started having beautiful dyslexia issues. As I struggled, I asked myself how I...
Get Mailbox Rules Using PowerShell
Ever found yourself tangled in the web of Exchange Online mailbox rules? Yeah, me too. It's like trying to find a needle in a haystack, especially if you're managing multiple mailboxes. Thankfully, I stumbled upon a nifty PowerShell script that makes this task a...
Scheduled Tasks with PowerShell
Last week we went over how to do audits using PowerShell (Link). Today we will use scheduled tasks with PowerShell to have the audit script run hour by hour. We do this because we don't want to be manually running the PowerShell script every hour. Let the computer...
