Category: PowerCLI
VM disk space usage, Get-VM or VMhost LOGS, VM Snapshot Report to CSV – Using Powercli – Virtually That Guy
Cluster Inventory Report or CMDB Report for VMs, Cluster, Hosts, vCenter – Using PowerCLI – VirtuallyThatGuy
A quick blog post about gathering VM information for VMs running in your estate.
vMotion Fails with error the vm failed to resume on the destination during early power on Using Powercli – VirtuallyThatGuy
Welcome to VirtuallyThatGuy – this is a quick blog about CBT and snapshot errors when vmotion from one host to the other with this error “vmotion fails the vm failed to resume on the destination during early power on”. Resolution : This issue is only possible to fix via login to the specific host where the…
VMware Host Profile Compliance Checks Using Powercli – VirtuallyThatGuy
Welcome to VirtuallyThatGuy – today we are going to discuss how to quickly check host profile compliance and export the results to a CSV. You can use windows task scheduler to auto schedule this and even get the csv to be sent via an email. I’m sure most of you know how to schedule a…
Script: How to Create VMware Distributed Switch or Virtual Distributed Switch VDS Using Powercli – VirtuallyThatGuy
I often rebuild my lab and wanted to script something simple to recreate the VDS once I blast the lab. This is a very simple script I worked on to create my VDS environment and uplinks teaming. Hope you find this helpful. You can upgrade your VDS to version 6.5.0 then after. I chose version…
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.
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.
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.
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 including logging in to the OS and extending after VMware vmdk expansion.