> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xdr-3.x/cortex-xdr-3.x-documentation/data-management/broker-vm/set-up-and-configure-broker-vm/broker-vm-image-installations/set-up-broker-vm-on-microsoft-hyper-v.md).

# Set up Broker VM on Microsoft Hyper-V

To set up a Broker virtual machine (VM) image on Microsoft Hyper-V, you need to download a Cortex XDR Broker VM **VHD** image, and then upload it to your newly created Microsoft Hyper-V VM. Microsoft Hyper-V 2012 or later is supported.

{% hint style="warning" %}

### Prerequisite

Download a Cortex XDR Broker VM VHD image. For more information, see the virtual machine compatibility requirements in [Set up and configure Broker VM](/cortex-xdr-3.x/cortex-xdr-3.x-documentation/data-management/broker-vm/set-up-and-configure-broker-vm.md).
{% endhint %}

Perform the following procedures in the order listed below.

<details>

<summary>Task 1. Create a new VM in the Hyper-V Manager and upload the VHD image</summary>

1. In the Hyper-V Manager, select **New** → **Virtual Machine** to open the **New Virtual Machine Wizard**.
2. In the **Specify Name and Location** screen, specify a **Name** for your VM, and click **Next**.
3. In the **Specify Generation** screen, select **Generation 1**, and click **Next**.
4. In the **Assign Memory** screen, set the **Startup memory** to **8192** MB, and click **Next**.
5. In the **Configuring Networking** screen, select the network adapter for the **Connection**, and click **Next**.
6. In the **Connect Virtual Hard Disk** screen, select **Use an existing virtual hard disk**, **Browse** to the downloaded VHD image file, and click **Next**.
7. In the **Completing the New Virtual Machine Wizard** screen, click **Finish**.

</details>

<details>

<summary>Task 2. Start the VM that you created for Microsoft Hyper-V</summary>

1. From the **Virtual Machines** list, right-click the VM that you created, and select **Start**.
2. When the **State** of the VM updates to **Running**, right-click the VM, and select **Connect**.

   The Broker VM console now displays.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/cortex-xdr-3.x/cortex-xdr-3.x-documentation/data-management/broker-vm/set-up-and-configure-broker-vm/broker-vm-image-installations/set-up-broker-vm-on-microsoft-hyper-v.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
