vmware / PowerCLI-Example-Scripts

http://blogs.vmware.com/powercli
Other
759 stars 604 forks source link

Removed duplicate calculation of HostClusterID #430

Closed mtelvers closed 3 years ago

mtelvers commented 3 years ago

$hostClusterIds isn't used. Get-HVPoolProvisioningData calls HostOrCluster_GetHostOrClusterTree and returns an object which contains the host/cluster id. However, then the next two then call HostOrCluster_GetHostOrClusterTree again and the result is never used.