Category Archives: Virtualization

PowerCLI 13.3, Scheduled Snapshot Removal, and Privilege Report

PowerCLI 13.3 was recently released (https://blogs.vmware.com/PowerCLI/2024/07/introducing-powercli-13-3.html). This release has a handful of really good features that we’ll explore below. vSphere modules updated to vSphere 8.0U3 The vSphere modules in PowerCLI 13.3 have been updated to support vSphere 8.0U3 features. One … Continue reading

Posted in Scripting, Virtualization | Leave a comment

Monitoring MongoDB Enterprise using LDAP Authentication

I had a recent need to dig into MongoDB monitoring with Aria Operations. In those posts, I used a preconfigured Bitnami MongoDB virtual appliance. This virtual appliance used MongoDB Community Edition. As a follow-up, I was looking into if it … Continue reading

Posted in Lab Infrastructure, Virtualization | Leave a comment

Event Driven Automation with Aria Operations for Logs, webhooks, and Jenkins

I was recently looking at the VMware Event Broker Appliance fling (https://vmweventbroker.io/). This fling enables a custom function to execute when a vSphere event happens, sort of an ‘if this then that’ approach to vSphere events (https://octo.vmware.com/vsphere-power-event-driven-automation/). As I was … Continue reading

Posted in Lab Infrastructure, Scripting, Virtualization | 1 Comment

PowerCLI Get-TagAssignment and InaccessibleDatastore

I was recently speaking with a customer who mentioned an issue that occurred when using the PowerCLI Get-TagAssignment cmdlet. They had a tag category which applied to clusters only. If a host were offline or in maintenance mode, they were … Continue reading

Posted in Scripting, Virtualization | Leave a comment

Converting between guest OS serial number and VM UUID

A customer recently asked me if it was possible to find a virtual machine BIOS serial number from a virtual machine object or vmx file. While looking into this, I found an old post that provided a very useful hint: … Continue reading

Posted in Scripting, Virtualization | Leave a comment