> For the complete documentation index, see [llms.txt](https://www.iblue.team/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.iblue.team/esxi-forensics/export-ovf-from-esxi-using-ovf-tool.md).

# Export OVF from ESXi using OVF Tool

Download OVF Tool

{% embed url="<https://kb.vmware.com/s/article/1038709>" %}

Load administrative command console

```
C:\Users\User> cd "C:\Program Files\VMware\VMware OVF Tool"
C:\Program Files\VMware\VMware OVF Tool>ovftool.exe –-noSSLVerify vi://ESXi-IP/VM-NAME C:\Path\To\Dump\Folder
```

You'll be prompted for an ESXi username/password, enter those and your OVF will begin exporting.

Note:

1. Guest VM must be in a powered-off state
2. As a matter of thoroughness, copy or note the original VM configuration (.vmx file) prior to export as this may need to be modified (if you're removing attached discs)
3. OVF Tool will fail if an ISO/virtual disc is attached to the guest VM
