Hi,
Is there any way to retrieve the cluster name from the view object of VM and esx host. For example
$vm = get-vm -Name VMname
$vmview = $vm | get-view
Now I want to retrieve the cluster name of the VM using $vmview. Same for host as well.
Please help.