Using PowerShell for Aria OPS API

In a previous article, I wrote about accessing the Aria OPS Chargeback API. In that article, I used Postman for testing the API calls. I also wrote that I would convert those Postman API calls into a Powershell script. So here goes… The steps to generate a bill and to…

Using API for Aria OPS Chargeback

From https://blogs.vmware.com/cloudprovider/2024/02/chargeback-integration-into-aria-operations.html: With the introduction of VMware Aria Operations version 8.16, there is a notable transformation in the way Chargeback is handled. In this release, Chargeback undergoes complete integration into VMware Aria Operations. In contrast to previous versions, Chargeback is no longer a standalone application; rather, it has been smoothly…

Reporting on your Windows Server backup

A while ago I blogged about backing up my virtual home lab for free with Veeam Backup & Replication 10. The server on which I installed this is a Windows Server 2016 server that is also used for backing up my home PCs and laptops. And on this server I…

YAMS – Yet Another Migration Script

I was asked if I could write a script that could be used for moving VMs to another data center location. Sounds easy right? Well, there were some specific requirements that made it a bit more challenging… Downtime for the VMs should be kept to a minimum. Some clusters re-use…

Upgrading ESXi 6.0 hosts with PowerCLI

The last step in my migration project was to actually upgrade the hosts to a supported version. This means that all hosts are upgraded to 6.7 except for those hosts that are a bit to old and only support 6.5. For the upgrade, I used Update Manager to store the…

Migrating ESXi Hosts to Another vCenter Server

As part of a migration project, ESXi hosts needed to be migrated to a new vCenter appliance. The Cisco 1000v distributed virtual switch was stripped out and converted to standard switches. So basically it was a matter of disconnecting, and removing the hosts from the old vCenter and adding them…