Deploying an OVF Package through vCenter Server

The following command deploys
testVM.ovf
from a local Windows disk to a data store named storage1 on host (10.2.3.56) from vCenter (10.2.3.4). the VM will be named
myVM
on the host. (To test this on your system, replace the incorrect IP addresses in this example with your actual data store and host IP addresses.)
> ovftool -ds=storage1 -n=myVM C:\testVM.ovf vi://user1:passwd@10.2.3.4/?ip=10.2.3.56.