How to quickly check the vCenter version in powercli and the connection script if required
VMware
How to change VSS / VDS network name or Change portgroup name using PowerCLI or PowerShell – VirtuallyThatGuy
How to quickly change multiple network adapter names across multiple VSS or VDS.
How to Build Windows Clustered SQL Server 2012 or 2019 Instance – VirtuallyThatGuy
How to check vmtools version and status using PowerCLI Script – VirtuallyThatGuy
Ever wondered a quicker way to check the vmtools versions and their status in your estate? Well here you go my friend.
How to Check Number of Disk and Number of NICs Per VM in a Cluster Using Powershell or Powercli – VirtuallyThatGuy
A quick useful vcheck for number of disks allocated to a VM , number of NICs and Guest OS details
PowerCLI Script to Configure DNS and NTP on ESXi Hosts – VirtuallyThatGuy
This is a quick blog post on how to update DNS and NTP settings via powercli. You can also check my other post on how to do it via host profile $vCenters = “lab-vcenter01.lab.local”, “lab-vcenter02.lab.local”
VMware Must Have Powershell Commands – Useful VIProperty cmdlets for VMware Powercli – How to add cmdlets to Powershell Profile VMWare – VirtuallyThatGuy
These are useful and must VI property cmdlets for automation.
How to set ESXi Shell timeout session value Using Powershell or PowerCLI – VirtuallyThatGuy
Another quick blog post about changing and updating esxi shell session timeout using powercli.
How to change windows server time and update NTP Settings – VirtuallyThatGuy
Another quick blog post about changing and updating ntp settings on all windows servers in the lab to sync from uk.pool.ntp.org as time source. To update, use the command below (2008 and 2012 server compatible) w32tm /config /manualpeerlist:”uk.pool.ntp.org” /syncfromflags:manual /reliable:yes /update change the ntp_server with your source Restart the time service net stop w32timenet start…
vCenter Root Account Password Expired VCSA – VirtuallyThatGuy
This is a quick blog post on how to reset the password of a VCSA/vCenter after the 90 days expiration. Error Message: ”Exception in invoking authentication handler User password expired”