Hello,
I'm trying to automate some consolidation of vms and would like to script it. I have over 800 vms so manually would not work.
I'd like to
$allVApps = Get-CIVApp
foreach($CIVm in ($allVApps | Get-CIVM)){
find the number of chains and if greater than 8 consolidate them.
}
Anyone have this handy? or something else?
I'm in a cloud environment vSphere 5.5, latest powercli installed.
Thanks