This Post will help you to understand and create multiple port groups , Esxi host network details for complete environment …
This Post explain how can we generate an output contains , Total number of vCpu used in an vCenter Cluster…
Check NTP Services status Get-VMHost | Get-VmHostService | Where-Object {$_.key -eq "ntpd"} …
List all virtual machines where CBT enabled Get-VM| Where-Object{$_.ExtensionData.Config.ChangeTrackingEnabled -eq $true} Check specific virtual machines where CBT enabled Get-VM "TEST-VM-01"…
Command to list the properties of snapshot using power cli get-vm | get-snapshot | format-list Description Created Quiesced PowerState VM…
Get connected disk details including name , Multipathing , LunType of all ESXI HOSTS in vCenter Get-VMHost | Get-ScsiLun -LunType…
Below Script will get virtualmachine hardware version , tools version , Tools status , Tools version status . Connect-VIServer -Server…
Script For Datastore Utilization This script is very useful to generate the Datastore Utilization of VMware Infra Save the below script…
Script to List Thin provisioned virtual disks with disk size Info It is very useful script for system admins to generate…
Script to List VM and associated folder and Datastore name This script is very useful to identify where the VMs…