Hi there,
we are using William Lams Script FoundationCoreAndTiBUsage
from KB 95927
Now I want to see the vCenter on return too I tried it that way:
$tmp = [pscustomobject] @{
VCENTER = $global:DefaultVIServer.Name;
CLUSTER = $clusterName;
VMHOST = $vmhostName;
NUM_CPU_SOCKETS = $sockets;
NUM_CPU_CORES_PER_SOCKET = $coresPerSocket;
FOUNDATION_LICENSE_CORE_COUNT = $vsphereLicenseCount;
VSAN_CORE_COUNT = $coresPerSocket * $sockets;
VSAN_LICENSE_CORE_COUNT = $vsanLicenseCount;
}
But for multiple vcenter connection it only shows the last vcenter in my connected list.
Can anybody help with my problem?
Thank you in advance
Susie