Author Archives: brian.wuchner

Leveraging VMware Aria Operations for Power Consumption Tracking

I’ve been looking for a good reason to try out the Aria Operations Management Pack Builder, ever since a peer of mine built one for Pi-Hole back in early 2023. One thing that I thought would be of particular interest … Continue reading

Posted in Lab Infrastructure, Scripting | 1 Comment

Exploring VM Security: How to Identify Encrypted Virtual Disks in vSphere

I was recently looking at some virtual machines in a lab and trying to determine which had encrypted virtual disks vs. encrypted configuration folders only. This data is visible in the vSphere UI. From the VM list view we can … Continue reading

Posted in Scripting, Virtualization | Leave a comment

Unlocking the Power of VMware.vSphere.SsoAdmin: Automated Reporting and Management

I’ve recently had a couple of questions around automated reporting or changes to the vCenter Server SSO Domain. I’ve seen mention of the VMware.vSphere.SsoAdmin PowerCLI module, but haven’t had a need to dig into it. This post will explore a … Continue reading

Posted in Scripting, Virtualization | Leave a comment

Step-by-Step: Installing Ubuntu 24.04 on a Raspberry Pi for DNS and NTP

In my home network, I have a Raspberry Pi4 which provides DNS (pi-hole) and NTP (chrony). Its a device that I don’t touch often and is a ‘production’ type service — in my lab I don’t mind blowing up / … Continue reading

Posted in Lab Infrastructure | Leave a comment

Automating Cluster Management with Aria Operations API

As part of routine maintenance, it is sometimes necessary to take an Aria Operations cluster offline. For example, it is recommended to take the cluster offline to perform backups (https://docs.vmware.com/en/VMware-Aria-Operations/8.12/Best-Practices-Operations/GUID-1D058B4A-93BA-44D1-8794-AE8E1B96B3E4.html). Since most folks want to schedule backups, it is important … Continue reading

Posted in Lab Infrastructure, Scripting, Virtualization | 1 Comment