Hi all,
I have been trying to deploy an OVA/OVF template VM into Hyper-V environment. I have a 2012 SP1 beta version of VMM installed.
I am trying to follow the procedure below to import OVF tool.
http://technet.microsoft.com/library/jj158932.aspx
Now, I am getting the following error while I try to add the OVFtoolsnapin.
PS C:\Users\administrator.VBUAQP3> Add-PSSnapin OVFToolSnapInAdd-PSSnapin : The Windows PowerShell snap-in 'OVFToolSnapIn' is not installed on this computer.
At line:1 char:1
+ Add-PSSnapin OVFToolSnapIn
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (OVFToolSnapIn:String) [Add-PSSnapin], PSArgumentException
+ FullyQualifiedErrorId : AddPSSnapInRead,Microsoft.PowerShell.Commands.AddPSSnapinCommand
Can anyone help me in figuring out the issue. I have followed the rest of the procedure accurately.
Thanks.