Any ideas why this doesn't work:
PS C:\Documents and Settings\plyons\Desktop> get-vm | %{(Get-View $_.ID).Guest.T
oolsStatus}
Get-View : A parameter cannot be found that matches parameter name 'VirtualMach
ine-vm-3120'.
At line:1 char:21
+ get-vm | %{(Get-View <<<< $_.ID).Guest.ToolsStatus}
Get-View : A parameter cannot be found that matches parameter name 'VirtualMach
ine-vm-4020'.
At line:1 char:21
+ get-vm | %{(Get-View <<<< $_.ID).Guest.ToolsStatus}
Get-View : A parameter cannot be found that matches parameter name 'VirtualMach
ine-vm-3112'.
PS C:\Documents and Settings\plyons\Desktop> get-vm | ft name,ID
Name ID
-
--
vm-img-win VirtualMachine-vm-3120
vm-oes-serv1 VirtualMachine-vm-4020
vm-clark VirtualMachine-vm-3112
Any insight would be greatly appreciated.
Thanks,
Paul