Shell of an Idea: The Untold History of PowerShell
Azure and MS Graph Email Import
Many applications import email from O365 mailboxes using MS Graph. This document aims to assist in that setup process.
Read moreLogicMonitor - Alert Rules and Escalation Chain Report
LogicMonitor is probably the best on-premise monitoring tool out there today. It has so much configurability and flexibility that its daunting to figure out how to even make use of it. In the initial setup, I needed a quick inventory of Alert Rules and their associated Escalation Chain. Thankfully, Steve Villardi made a really nice Powershell module to help.
Read moreEveryone else is doing it!!
One of my weightlifting coaches is a super interesting guy (all of my coaches are, but this project wasn’t their idea). While we were lifting the other night, he brought up the idea of making a bot using ChatGPT, and how that probably speaks louder on a GitHub project page than another powershell script. He’s right! I don’t know what I’d use one for, but the idea of cloud appliance that does something relevant to my life is neat. I also don’t have a ton of experience with AWS, since I spend my days (and the occasional night) mired in Azure.
Read moreWordpress To Jekyll, Pt2 - The Assets
Ok, you’ve got your website moved over to GitHub pages, and now you need to move your content from Wordpress over to GitHub Pages. If you are using this as a personal blog, it seems very reasonable to need to include attachments, pictures, etc. Thankfully, there is a super straightforward way to sort that out! When you first migrate your site over to GitHub you may notice that your images and media are still working. Thats because its still linking to your old webhost!
Read moreWordpress to Jekyll (with bonus Github Pages info)
After paying another too-high hosting bill, I heard a dear friend mention that he had moved his sites to AWS to minimize cost. I’ve hosted my site for ~12 years as a full-fledged Wordpress install, and while that has been ok, it definitely is overkill. I have used various methods to post, including blogging software that has gone EOL, and engines that convert markdown to wordpress. All of them left something to be desired. I have been writing nearly everything at work in markdown, from meeting notes, to release notes, to project plans, and it seems like MD is here to stay. Time to move, now that I have 11 months of hosting to do it! GitHub Pages is free, and I get to use markdown. Lets do it!
Read morePSCustomObject - Concept
I have struggled with basic programming concepts in my journey towards understanding Powershell, and the term “Object Oriented Programming” has only recently begun to coalesce a reasonable definition in my head. I’ve largely used PoSH for reporting and functionality in my life, and being able to use PSCustomObject has been a roadblock that I have only begun to overcome.
Read moreCode Challenge - FizzBuzz
I recently interviewed for a position with a company that was very much an “individual contributor” role. I have used powershell for loads of things throughout my life but was never testing in real time, so it was interesting and fun to have it be part of my interview. A lot of “classically training” coders start out with intense math as part of their educational core, so during this interview, I learned about % as the remainder function and elseif. I posted it over on my GitHub!
Read moreHave you ever lifted a car?
The Charm City Strongwoman competition is scheduled to take place on June 12, 2022, sponsored by Five X3, the best little gym in Baltimore. I’ve been lifting there for about 6 years, and while its been a blast, the best part has been helping run (and coach, in a weird, informal way) the Strongwoman competition. This year we’re lifting a car!
Working from home - Pros and Cons
Lots of people are working from home now, pandemic-induced and otherwise. I did it from 2015-2018, and I can say that its a mixed bag. I don’t like the encroachment on my personal space, I don’t like the lack of social interaction.
Read more