Announcing vSphere 7 Update 3

Lots of exciting new features! We’re looking forward to rolling this out for testing Announcing vSphere 7 Update 3 Learn about what’s new in vSphere 7 Update 3, including enhancements for AI, Kubernetes, persistent memory, NVMe, and usability. VMware Social Media Advocacy

Loading

Script to take hosts out of maintenance mode in vCenter & vROPs

On occasion, I’ve noticed that people can sometimes forget to take a host out of maintenance mode in vROPs after completing some work in vCenter. I have created a short PowerCLI script that will pull a list of hosts from a specified CSV file, connect to your vCenter & vROPs then exit the listed hosts

Loading

Add additional Syslog servers to ESXi hosts

This script proved to be a little more challenging than I had first expected. As you may be aware, simply running Set-VMHostSysLogServer will overwrite your existing configuration which is less than ideal when you’re trying to add a new server to your list. This script will prompt you for a file that will need to

Loading

Creating a view in vROPs

vRealize Operations Manager gives you the ability to take all the data and metrics it has ingested and use that to create smaller, more targeted, visual data for specific objects and metrics for a given time frame. Once created, these can be used independently or as part of dashboards and reports. Below, I will run

Loading