> For the complete documentation index, see [llms.txt](https://docs.cloudassert.com/azure-stack-hub-multi-stamp-management/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudassert.com/azure-stack-hub-multi-stamp-management/2012.3/installation/deployment/license-activation.md).

# License Activation

Activate license to start using the product.

For connected scenario, please proceed with the steps below for activation. For disconnected scenario, go to [Offline Activation](/azure-stack-hub-multi-stamp-management/2012.3/installation/deployment/license-activation/offline-activation.md).&#x20;

## Resource Provider VM

1. Go to **Tenant Portal** -> **All Resources** -> **VConnectVM1000** -> **Overview** -> **DNS Name** (last item)
2. Copy the value and remote into this resource provider VM&#x20;
3. **User name:** vconnectrpadmin, **Password:** as specified in the previous installation step&#x20;
4. Open a **new** elevated (administrative) PowerShell console and change to the directory:  “C:\CloudAssert”.&#x20;
5. Run **ActivateLicense.ps1** script and specify the required parameters.

{% hint style="info" %}
The Billing license key and billing email id needs to specified only if *-SetupBillingAndDacm* parameter is set to **$True** while [Installing VConnect RP](/azure-stack-hub-multi-stamp-management/2012.3/installation/deployment/installation.md)
{% endhint %}

| Parameter name        | Description                                       |            |
| --------------------- | ------------------------------------------------- | ---------- |
| **LicenseKey**        | Unique identifier of the License for VConnect     | *Required* |
| **EmailId**           | Email Id that is mapped with the VConnect License | *Required* |
| **BillingLicenseKey** | Unique identifier of the License for Billing API  | *Optional* |
| **BillingEmailId**    | Email Id that is mapped with the Billing License  | *Optional* |

```
.\ActivateLicense.ps1 -LicenseKey '09c3404b-edb9-4782-babc-99f42534b51b' -EmailId 'admin@cloudassert.com' -BillingLicenseKey 'd9bb5565-08e2-4601-ac46-f70ec55b1e8f' -BillingEmailId 'admin@cloudassert.com'
```

![](/files/-MDx9EO6VrDdWJLBw1gF)

6\. In Admin Portal, click **All Services** -> **VConnect -> License** blade to see the licensed features and quotas

![](/files/-M7uE50YMWv4EUv2V_2T)


---

# 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.cloudassert.com/azure-stack-hub-multi-stamp-management/2012.3/installation/deployment/license-activation.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.
