# Access Network Shares

For the migration-center Jobserver to access network shares successfully, you need to configure which user is used for this. This is needed when using a network share in the parameter of any connector (i.e. **exportLocation**) or when working with objects that have the content saved on a network share.

There are two main ways of configuring this:

## Using local user account

This method consists of configuring the Jobserver service to run with the **local user account** that you are are currently logged into your Windows session. Afterwards create the entry in the **Credential Manager** to the network share you wish to access.&#x20;

Open the **properties** of the migration-center Job Server service and access the **Log On** tab. Select **This account** and enter the details of the user you are currently logged on to:

![](/files/75bT2dWmVFTWMcH9usto)

Then either try to access the network share in Windows Explorer and make sure to check **Remember my credentials** checkbox after entering the account details:

![](/files/Vpn6YWum70L0QSthrP0D)

Or access the **Credentials Manager** directly and create a new entry for the network share with the account that has access to it.

![](/files/qyewDFLZUkxvvbx6snDA)

## Using domain account

This method consists of configuring the Jobserver service to run with a Active Directory / Domain user and configuring the network share with access for that user directly:

![](/files/U61MWAGhKqa2TFPoTvl9)

{% hint style="danger" %}
**Mapped network drives** are not visible to applications running as a Windows Service. Therefore avoid using them with migration-center.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.migration-center.com/24.3/installation-guide/access-network-shares.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
