I am getting this eror when trying to run a bat file on a remote vm ith invoke cmdlet...
any idea what this error is?
thanks
Invoke-VMScript -VM aworker1 -scripttype bat -Scripttext
$batfile -GuestUser administrator -GuestPassword xxxxx
Invoke-VMScript : 8/9/2013 12:13:55 PM Invoke-VMScript The requested
operation could not be performed because VIX is not installed on this machine.
Please install VIX if you want to use this functionality.
At line:1 char:1
+ Invoke-VMScript -VM aworker1 -scripttype bat -Scripttext $batfile -GuestUser
adm ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
+ CategoryInfo : NotInstalled: (:) [Invoke-VMScript], ViError
+ FullyQualifiedErrorId : Client20_VixHelper_Ctr_VixMissing,VMware.VimAuto
mation.ViCore.Cmdlets.Commands.InvokeVmScript