Home » Automation

How to Count Number of Paths in Fibre Channel VMWare Storage Using PowerCLI – VirtuallyThatGuy

A quick script to count the number of paths for FC ESxi HBAs for audit and troubleshooting connectivity issues using powercli.

Read More »

CMDB For vCENTER Environment – VMware Estate Reporting Using PowerCLI – How to Show Datacenter, Cluster, VM Details Using Powershell – VirtuallyThatGuy

A quick script to gather information about your vCenter estate for CMDB.

Read More »

How to retrieve Fibre Chanel WWN for ESXi Host Using PowerCLI – VirtuallyThatGuy

Imagine having to retreive several WWN for esxi rebuild or troubleshooting storage issue using the manual way? Well be my guest. This post is a quick script to retrive the WWN for esxi host in a specific cluster.

Read More »

How to Expand Windows VM Disk Using PowerCLI or Powershell in VMware – VirtuallyThatGuy

This is a quick post about some tools I used during previous project of deploying server core for an online gambling firm I worked for. We often found ourselves expanding disk and wanted to automate the process by…

Read More »

ESXi 8.x, 7.x, 6.x Service sfcbd-watchdog Not Running / Fails to Start – VirtuallyThatGuy

Excited about ESXi 6.7 like everyone else so I updated the lab to version 6.7 vCenter, SRM, ESXi, vROPS, vSphere replication and boom PRTG (my primary monitoring tool) wasn’t picking up any hardware monitoring. I had problem with…

Read More »

How to gather vCenter Inventory, Number of VMs, ESXi Hosts and VCSA Node ID Using PowerCLI – VirtuallyThatGuy

I am the biggest fan of using CSV for automating my VMware estate but wanted to try the HTML flavour for a change. Join me explore the possibilities of collecting these results in an html readable format.

Read More »

How to Add Descriptions or Notes To Multiple VMs Using PowerCLI and CSV VMware- VirtuallyThatGuy

I had over 100 VMs to add descriptions or notes and then Move them to a folder so decided to write a one-liner for it. Hope it comes handy for someone looking to do similar task.

Read More »

How to find the number of VMs running on a Datastore Using PowerCLI – VirtuallyThatGuy

I wanted to check the heavy hitters on my Datastores and redistribute the load accordingly. I could use datastore cluster (you need enterprise plus license for this)…. Or alternantively vRealize Operation Manager… but thought why not use powercli?…

Read More »

Automate VMtools Upgrade For Bulk VM List Using PowerCLI – VirtuallyThatGuy

This post is about upgrading multiple VMtools using powercli. I will start off with what is VMtools and why are they so important to be updated and looked after with love. Overview of VMware Tools (With my Comments)…

Read More »

How to Set VM Hot Plug For Memory and CPU (vCPU and vMem Hot Plug) Using PowerCLI – VirtuallyThatGuy

Imagine one of your  VMs struggling for compute resource and you want to add more resource without powering off the VM? Well VMware hot add and hot plug allows you to do just that. Hot-add vMem and hot-plug…

Read More »