Afaik nothing changed in the Get-View cmdlet.
You can try to replace this line
$vmview = $vm | Get-View
with
$vmview = $vm.ExtensionData
and see if that makes a difference
Afaik nothing changed in the Get-View cmdlet.
You can try to replace this line
$vmview = $vm | Get-View
with
$vmview = $vm.ExtensionData
and see if that makes a difference