How to Add Custom Disks with Drive Letters and Labels in Aria Automation (VMware by Broadcom)

If you’re working withAria Automation (formerly vRealize Automation) and want to give users the ability to add extra disks to a Windows VM — and define their drive letter and volume label — you’re in the right place. This guide shows you how to build a flexible and reusable cloud template (blueprint) that handles additional disks dynamically. We’ll cover: YAML blueprint inputs for user-defined disks Cloud-init with PowerShell to configure drives Handling drive letter and label assignment dynamically Ensuring all disks are initialized and formatted properly Step 1: Define Inputs for Additional Disks In your Aria Automation blueprint YAML, start by defining an input array that allows users to specify up to 4 additional disks, including their desired SCSI unit number, disk size, drive letter, and volume label. ...

March 25, 2025 · 3 min · Cosmin
Article cover image

Automating Legacy Boot Option Checks Across ESXi Hosts with PowerShell and Plink

In the evolving landscape of VMware ESXi environments, maintaining compatibility and ensuring that systems adhere to specific boot requirements is essential. As more environments transition towards UEFI, there might still be a need to check or enforce legacy BIOS boot methods on certain ESXi servers, especially for compatibility with older hardware or specific operational requirements. This blog post will guide VMware administrators on how to automate the process of checking the boot option (UEFI or Legacy BIOS) on multiple ESXi hosts using PowerShell and Plink. ...

April 11, 2024 · 3 min · Cosmin

Automating vCenter Server Firewall Configuration with PowerShell: A Guide for Scaling to Multiple Environments

The vCenter Server acts as the central nervous system for VMware vSphere environments, providing crucial management capabilities. As with any critical component of your infrastructure, ensuring the vCenter Server is secured is paramount. The firewall settings play a vital role in protecting your vCenter Server against unauthorized access. This blog post dives into how you can programmatically change the firewall settings on the vCenter Server using PowerShell, and how to scale this automation across multiple vCenter servers efficiently. ...

March 21, 2024 · 3 min · Cosmin