Find Exchange Mailbox Users via homeMDB Attribute

We were completing a migration from Exchange 2016 to Exchange SE, and we found that when attempting to decommission the old Exchange Servers that we could not due to user accounts referring within the homeMDB attribute to a mailbox database on a legacy Exchange 2016 server. In some cases these didn’t actually have a mailbox … Read more

Running Virtual Machine with Updated Certificates and Boot Loader on a VMware ESXi Host previous to ESXi 8.0.3 Update 3j P09 (25429389)

VMware have released an update that makes updating the Secure Boot certificates within the BIOS/UEFI NVRAM as easy as shutting down a VM and then restarting it (ensuring it is running VM Hardware 21+). But what happens if you have some hosts you have not yet updated to ESXi 8.0.3 Update 3j P09 (25429389) that … Read more

Kubenetes API Reference

A quick way to see the API Resources for your Kubernetes cluster is via the command: You get an output such as the following: Let’s take a quick look at some of the resources available. The api-resources “pods” for example is under the “v1” ApiVersion, hence why when you are creating your YAML file for … Read more

Terraform Quick Reference

Quick reference for Terraform when using AWS. Once you are authenticated, i’m assuming SSO here, then you can apply your configuration with: You can add the “–auto-approve” to the end so you don’t have to press “yes”, but use with caution!