I think I had the wrong reference for the host systemid. Needed just the value. Try this for the host id value
$vmhostid = (get-vmhost $vmhost).extensiondata.Moref.Value
I think I had the wrong reference for the host systemid. Needed just the value. Try this for the host id value
$vmhostid = (get-vmhost $vmhost).extensiondata.Moref.Value