> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/pbi-guides/pbi-private-access-administrators-guide/appendix/appliance-registration/hyper-v-appliance.md).

# Hyper-V Appliance

You could check the official Hyper-V VM Creation here at

{% embed url="<https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/get-started/create-a-virtual-machine-in-hyper-v?tabs=hyper-v-manager>" %}

1. Download the **Hyper-V**, appliance Image from the PBI Management Portal.

<figure><img src="/files/WSUwlae6BzgRBztIKjNT" alt=""><figcaption></figcaption></figure>

2. Follow the steps below on Hyper-V Manager to install a new VM using the image downloaded from the PBI Private Access Appliance section.

<figure><img src="/files/5XdQ9qJrb01xb95EsJws" alt=""><figcaption></figcaption></figure>

2. Follow the on-screen steps below to provide the following details for **Name**, **Location**, **Generation**, **Memory**, and **Networking**.

{% hint style="info" %}
**Note**: For **low to medium** loads, the recommended configuration is:

* 4 vCPUs per 10 users.
* 16 GB of memory per 10 users.
* 36 GB of disk space per 10 users.
  {% endhint %}

<figure><img src="/files/9ZgXV5HFvvHD1cGqWQgK" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/0vADNn9bos9Z3eicBm2O" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/TS7605x8OX6PLaEn1sj3" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/8bLMdScNiOfQHysKnC1A" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/k5KRBSdhWOF0bPLrHAZx" alt=""><figcaption></figcaption></figure>

3. Upload the disk you had downloaded from the PBI Private Access appliance section.

<figure><img src="/files/wb1VWxQ9PL9h1exbEfSa" alt=""><figcaption></figcaption></figure>

4. Complete the setup by clicking on finish

<figure><img src="/files/oNFKbckx29fp7ajNiy2f" alt=""><figcaption></figcaption></figure>

5. After the VM is setup, do final checks and making following changes under **settings**
   1. Disable Secure boot
   2. Update required set of processors

<figure><img src="/files/xr0Ck8TPzCPOEf2sBCzv" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/on5HQEyHh9YNWOJF2E1V" alt=""><figcaption></figcaption></figure>

8. Navigate to your VM from the list. Right click to select start from the context menu.

<figure><img src="/files/lVxDp079m9H6KC5crcCi" alt=""><figcaption></figcaption></figure>

9. Wait for the appliance to change status from `NOT CONFIGURED` to `RUNNING`.

<figure><img src="/files/ZDOcX9MyHWMi2AgXbUPA" alt=""><figcaption></figcaption></figure>

10. Copy the IPV4 value and access the appliance web page, and continue the registration process. Refer to Appliance page on the next steps to add a new [appliance](/landing/pbi-guides/pbi-private-access-administrators-guide/parallels-browser-isolation-interface/appliance.md#adding-vm-image) and registering the appliance with the VM created above.


---

# 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://docs.parallels.com/landing/pbi-guides/pbi-private-access-administrators-guide/appendix/appliance-registration/hyper-v-appliance.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.
