I ended up creating a VM and puting all the .ovf files on the vm. From there I use ovftool to deploy the templates via script. I was able to get this to work because I can use a normal file path. If you would still like my to get the log I can.
Is this what you would like me to try? I get an error when I go to do this
.\ovftool --X:logFile="C:\Users\Ray\Desktop" --X:logLevel=trivia "https://<ip address>/folder/group1/Win7-5/Win7-5.ovf?dcPath=ha-datacenter&dsName=datastore1" vi://user:password@<ip address>
the "group1" folder is actually a longer folder name with a couple spaces in it. Idk if that could be an issue too. That was why I had the ovf path in quotes, but this seemed to work fine when it was a C:\ file path, as long as I quoted the whole thing.
Thanks for the help,
Ray
Edit: Oh and it would be awesome if I could deploy them to a resource pool. I think it involves adding something onto the end of
vi://user:password@<ip address>. I can go look at the doc and tinker with it but I figured you'd be able to help me with that pretty easily. Thanks again for all the help :smileyhappy:
And no hurry on any of this. ovftool really saved me and made this a lot easier. Im just happy I got it working in the VM, and I can work on my script.