# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.iblue.team/esxi-forensics/export-ovf-from-esxi-using-ovf-tool.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
