The long awaited 64GB DDR5 SODIMM memory modules from Crucial was just released this week! π I was so excited about the news, I quickly splurged on a pair of these brand new modules, which are currently priced at $364 USD on Amazon! π π° As of publishing this blog post, there is currently no [β¦]
VCF is a powerful platform designed to simplify the deployment of vSphere, NSX and the Aria product family. This is both a blessing and a curse. On the one hand, the Cloudbuilder and SDDC Manager significantly simplify deployment, but this also takes away a certain […]
Managing encryption across multiple ESXi hosts can be a bit of a hassle. But don’t worry. I’ve got a simple PowerCLI script that’ll save you time and headaches by quickly retrieving encryption status and recovery keys from your VMware environment.
Why Do You Need This?
Ensuring your ESXi hosts are correctly encrypted is essential for security. Regular checks help prevent surprises later, especially during troubleshooting or audits.
Getting Started
First, make sure you’re connected to your vCenter:
Connect-VIServer -Server
Replace with your vCenter IP or FQDN.
The Script Breakdown
Here’s a quick rundown of the PowerCLI script to verify encryption settings across all ESXi hosts and who Recovery key for each ESXi host. (link to GitHub repository and file tpm_recovery_key_backup.ps1):
Join Leonid FR, 3/14, for a @VMware{code} CMTY Call. 101 on using vRO tool, at 11am Pacific. Register here – Come one, come all! https://broadcom.zoom.us/meeting/register/ilVI-dH3TSCSRp6BSp6t9A#/registration
I started thinking about how I could use this blog to make a sizer based on my previous AVS storage sizing post. Of course, as a reminder this is not an official sizer, but I understand that many in the partner and customer community donβt have any access to this basic need. So here we are! […]
We recently spun up a new datacenter and used another site to bootstrap our DNS configuration. Now that weβve got local DNS services, itβs time to change all our configuration! In this article Iβll show you how you can change the DNS configuration in your NSX environment. The process is the […]
Introduction to the deploy.sh Script | The deploy.sh script is a fundamental tool in the VMware Aria Automation ecosystem (formerly vRealize Automation), responsible for deploying, configuring, and managing all components of this advanced environment. Located in the /opt/scripts/ […]
Ready to dive into automation? Excellent choice! Planning to automate on a Mac, Linux, or Windows? Fantastic! I love that VMware PowerCLI is built as a PowerShell module, making automation seamless across Mac, Linux, and Windows. Since VMware is my primary focus for automation, PowerShell […]