Bio
Author at The Lazy Administrator
My Talks
Infrastructure as Code: Deploy and Manage Azure with Terraform
Terraform allows you to safely and predictably create, change, and improve your infrastructure. Using Terraform you can easily deploy and even keep track of state changes in your environment.
Modern Alerting: Sending your alerts to Microsoft Teams or Slack with PowerShell
Learn how to leverage PowerShell to send all of your infrastructure alerts to Microsoft Teams or Slack where you can collaborate and delegate. Know who on your team is taking care of what. Scrape e...
Navigate the Microsoft Graph API with PowerShell
Learn how to leverage PowerShell to interact with the Microsoft Graph REST API. The Microsoft Graph API is the gateway to data and intelligence in Microsoft 365, and offers a single endpoint that p...
Testing your Code; an Introduction to Pester
Pester is a testing framework and that can be used to automate the testing of your PowerShell code. We’ve all heard the “it works on my machine” line. With Pester we can ensure our PowerShell code ...