> For the complete documentation index, see [llms.txt](https://help.solar-archive.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.solar-archive.com/docs/quick-start/automated-onboarding/tenant-setup.md).

# Tenant Setup

### Login to Automated Onboarding

Once you have opened your email, click on the link to access the personalized automated onboarding website. Follow the prompts to log in using the username and password that were sent to you in the email.

{% hint style="info" %}
The username and password is within the email initially sent to you.
{% endhint %}

### Confirm Details

Upon successful login, you will be presented with information about your archive. It is crucial to thoroughly review this information to ensure that the configuration is accurate, as it will affect the installation process of your archive. If there are any discrepancies, please reach out to your account manager for assistance.

#### Previous Data to Import

Additionally, you can verify if you have any prior data to import into your archive. If you do, make sure to mark the corresponding checkbox.

<figure><img src="/files/u2EwpvBrVWmfJK2hzJuZ" alt=""><figcaption><p>Confirm Details</p></figcaption></figure>

### Download Install Script

After confirming that the information is accurate, you will be shown a screen with a download script option. To move forward, click the "Download for Windows" button to download the installation script. The script will be saved in your downloads folder.

<figure><img src="/files/tqSwAyRrtIVuUuURRAc2" alt=""><figcaption><p>Downloaded Script Example</p></figcaption></figure>

{% hint style="info" %}
Leave your browser window open as it will detect whether the script has installed correctly.
{% endhint %}

### Add Permissions

The script for automated onboarding requires privileges to run, this allows us to interact with your systems.&#x20;

1. Open **PowerShell**
2. Enter the following lines:

   `Get-ExecutionPolicy`

   `Set-ExecutionPolicy RemoteSigned CurrentUser`
3. This will show a confirmation message and a warning from Microsoft, you will need to select:\
   `[Yes]`

### Run the Install Script

You will need to run the install script, to do this please follow these instructions carefully:

{% hint style="danger" %}
Ensure that you have **Global Admin privileges** before proceeding with the automated script. If you need further information, it can be found [here](https://learn.microsoft.com/en-us/microsoft-365/admin/add-users/about-admin-roles?view=o365-worldwide).
{% endhint %}

1. Locate the downloaded installation script on your hard drive.
2. Right-click on the file and select Properties.
3. Unblock the File by Checking the "Unblock" checkbox.
4. Right-click on the Script&#x20;
5. Click "Run in Windows PowerShell."
6. The script will now start running.
7. On the Windows Account Screen, select the Global Admin User from the list of options.
8. The script should run successfully. If it does not, please contact your account manager.
9. Return to your browser window.
10. Continue with the onboarding process.

<figure><img src="/files/z0Kg7HcNmqqzIsqlDTF4" alt=""><figcaption><p>Archive Setup &#x26; Ready </p></figcaption></figure>

If you have checked "Previous Data to Import" please continue to the "[Data Import](/docs/quick-start/automated-onboarding/data-import.md)" page.

If not, please continue to "[User Setup](/docs/quick-start/automated-onboarding/user-setup.md)"


---

# 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://help.solar-archive.com/docs/quick-start/automated-onboarding/tenant-setup.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.
