> For the complete documentation index, see [llms.txt](https://docs.zeedrive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zeedrive.com/administration-guide/deploying-to-desktop-servers/validating-a-successful-activation.md).

# Validating A Successful Activation

After completing the [activation of the desktop server](/administration-guide/deploying-to-desktop-servers/activate-a-desktop-server.md), you can optionally validate the activation was configured correctly.

{% stepper %}
{% step %}
First validate that <code class="expression">space.vars.PRODUCT\_NAME</code> is registered with the Task Scheduler on the server you activated. Hit the Windows key on your keyboard, enter "task scheduler" then click the Task Scheduler app

<figure><img src="/files/Hy2qvg70obA8Jr1slG16" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
The Windows Task Scheduler app will pop-open. Click the folder "Task Scheduler Library" from the left hand pane. Locate the item starting "Zee Drive - ########" where ######## identifies the 8 digit ID of the subscription that you activated. In the example below, the <code class="expression">space.vars.PRODUCT\_NAME</code> subscription ID that was activated is 12345678. The task should be set to "log on of any user" in the Triggers column

<figure><img src="/files/mrPHPPWRuxhJ2atSzAOG" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Now check the <code class="expression">space.vars.PRODUCT\_NAME</code> [Administration Console](/administration-guide/overview-of-the-administration-console.md). Click the action button then click the option "Manage hot desk computers and desktop servers"

<figure><img src="/files/PXt01l61bh4v7tV2955l" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
The server you activated should now be listed, with the name you configured during the activation process

<figure><img src="/files/roFtn3mxQJ0EKR9G7og4" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
If the server is not showing in the list, it could be you are viewing stale data. Click the action button then click the option "Refresh this list of computers". <code class="expression">space.vars.PRODUCT\_NAME</code> will refresh the list of servers

<figure><img src="/files/VwwxI0K2l0tPfzAKJPmT" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Let's confirm the licence pool size. Select the server from the list of computers, click the action button then click the option "Adjust the size of the licence pool for this desktop server"

<figure><img src="/files/Qf0bsTnfWkVi05UBBGFU" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
A busy indicator will show briefly whilst the current server details are retrieved. The licence pool count will then be shown. Verify that the licence pool size is adequate. Click the Cancel button then the Go Back button to return to the status screen. You have now successfully verified the server activation

<figure><img src="/files/YQEScWF2ceUINyOWv7No" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.zeedrive.com/administration-guide/deploying-to-desktop-servers/validating-a-successful-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.
