---
title: "Guide to presetting Organization ID in NordLayer"
slug: "guide-to-presetting-organization-id-in-nordlayer"
description: "Discover how to preset your Organization ID in NordLayer with our comprehensive guide."
updated: 2024-01-18T14:41:15Z
published: 2024-01-18T14:41:15Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.nordlayer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Guide to presetting Organization ID in NordLayer

NordLayer has introduced a feature that allows presetting the Organization ID during the application installation for both Windows and macOS users. This enhancement significantly streamlines the setup process by automatically incorporating the Organization ID into the installation, thereby removing the need for manual input on both Windows and macOS devices. Once installed, the preset Organization ID remains saved and automatically fills in whenever a user needs to log back in after logging out.

This functionality proves especially beneficial for mass deployments, whether through device management software like Microsoft Intune or other tools. By having the Organization ID pre-included, the installation management becomes straightforward, enhancing efficiency and reducing the likelihood of input errors. This thoughtful change simplifies the installation process and elevates the operational workflow, ultimately improving the user experience across different platforms.

:::(Info) (Note)
The feature streamlines the NordLayer setup for administrators. However, this change does not impact users who configured NordLayer manually. The Organization ID can only be pre-configured during the initial installation phase.
:::

## How to preset Organization ID on Windows
### Step 1: Download NordLayer 
For the executable file, visit the NordLayer [website](https://nordlayer.com/download/), and for the MSI package, go to the [Help Center](https://help.nordlayer.com/docs/nordlayer-application-for-windows-in-msi-format-for-deployment) (make sure to download the latest version of NordLayer, version 3.2.0 or higher).

### Step 2: Preset the Organization ID
1. Open an administrator command prompt in Windows 
2. Press the **Windows key + X** on your keyboard
3. Type **cmd** in the search bar
4. Right-click on **Command Prompt** in the search results
5. Select **Run as administrator**
6. If prompted by User Account Control (UAC), click **Yes** to grant administrative privileges

#### Using a .exe file:

![Administrator:Command prompt2](https://cdn.document360.io/fc1049cd-8f71-4b89-b9b8-dbca9fdcdd16/Images/Documentation/Administrator%20Command%20prompt%202.png){height="" width=""}

Navigate to the installation file directory. Use the **cd** command to change directories. You’ll need to add a **/exenoui /qn** parameters to the **NordLayerSetup.exe** executable file

#### Using a .msi file:

![Administrator:Command prompt1](https://cdn.document360.io/fc1049cd-8f71-4b89-b9b8-dbca9fdcdd16/Images/Documentation/Administrator%20command%20prompt%201.png){height="" width=""}

Use the cd command to change directories. For example, if your MSI file is in the Downloads folder, type cd Downloads and press Enter. You’ll need to add **/qn** parameters to the **NordLayerSetup.msi** file.

To add an Organization ID preset, the format of the command should be as follows: **ORGANIZATION=sample-org**. Replace **sample-org** with the actual ID provided to you.

**Note**: The command ORGANIZATION=sample-org can also be used for installation through device management software such as Microsoft Intune.

![NordLayer Log in](https://cdn.document360.io/fc1049cd-8f71-4b89-b9b8-dbca9fdcdd16/Images/Documentation/NordLayer%20Log%20in.png){height="" width=""}

After installation, open NordLayer. You should notice that the Organization ID field is already filled in with the ID you preset during the installation.

If the ID is not prefilled, ensure that you entered the correct command and that your NordLayer version supports this feature.

## How to preset the Organization ID on macOS
### Step 1: Download NordLayer 
You can access the macOS download links via the NordLayer [website](https://nordlayer.com/download/) (make sure to download the latest version of NordLayer).

### Step 2: Preset the Organization ID

1. Open the **Terminal** application on your computer (it can be found in the **Utilities** folder within your Applications directory)
2. Enter the following command:
**xattr -w com.nordlayer.organization_id sample-org /path/to/the/file.pkg**
3. Here, replace **/path/to/the/file.pkg** with the actual file path of the downloaded .pkg file. Note the value **sample-org** and ensure it is used consistently.
4. To ensure the attribute is set correctly, enter the following command in **Terminal**:
**xattr -l /path/to/the/file.pkg**
5. Review the output. Look for **com.nordlayer.organization_id**. Check if its value matches sample-org. If it does, the setup is correct.

**Note**: In case you have any questions or are experiencing any issues, please feel free to contact our [24/7 customer support team](https://help.nordlayer.com/how-do-i-contact-nordlayer-customer-support).
