Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
slug: import-profiles-from-active-directory
title: Import Profiles from Active Directory
description: "NETworkManager now lets you import profiles directly from Active Directory. Query computer accounts via LDAP, review the results, and bulk-import them as profiles in seconds."
authors: [borntoberoot]
tags: [profiles, active directory, import, new feature]
keywords: [NETworkManager, profile import, Active Directory, LDAP, bulk import, computer accounts, sysadmin]
---

NETworkManager now lets you import profiles directly from **Active Directory**. Instead of creating profiles for every machine by hand, you can query your AD for computer accounts via LDAP, review the results, and bulk-import them into any group with a single click.

<!-- truncate -->

## The problem with large environments

If you manage dozens or hundreds of machines, maintaining NETworkManager profiles manually is tedious. You have to add each host one by one, set the display name, pick the right group, and enable the applications you need. When machines are added or decommissioned in AD, keeping profiles in sync becomes its own maintenance burden.

The new **Active Directory import** solves this by pulling computer accounts directly from your domain.

## How it works

Go to **Settings → Profiles** and click **Import**. Select **Active Directory** as the import source. A dialog opens where you configure the LDAP connection:

![Profiles - Import Active Directory](./profiles--import-active-directory.png)

| Field | Description |
| --- | --- |
| **Search base** | LDAP search base, e.g. `DC=domain,DC=com` |
| **Server** | Hostname or IP of the LDAP server. Leave empty to use the default domain controller. |
| **Port** | Defaults to `389` (LDAP) or `636` (LDAPS), switches automatically when **Use SSL** is toggled. |
| **Use SSL** | Connect via LDAPS (encrypted). |
| **Authentication** | Use current Windows credentials or supply a custom username and password. |
| **Exclude disabled accounts** | Skip computer accounts that are disabled in AD. |
| **Additional LDAP filter** | Narrow results further, e.g. `(operatingSystem=Windows Server*)`. |

Comment on lines +26 to +35
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot apply changes based on this feedback

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 8722891. I normalized the table separator row so the table uses standard single-pipe Markdown syntax and renders correctly. This was a docs-only change, so there is no UI change screenshot to provide.

Click **Search** and NETworkManager queries the directory. All matching computer accounts appear in the next step.

## Review and import

Before anything is written, you get a full review of what will be imported:

![Profiles - Import Review](./profiles--import-review.png)

Each entry shows a **Status** so you know exactly what will happen:

- **New** — not yet in NETworkManager, will be imported.
- **Already imported** — already exists as a profile from this source. Skipped by default (configurable).
- **No host** — no host address available, cannot be imported.

On the right side you choose which **applications** to enable for the imported profiles. [Ping Monitor](https://borntoberoot.net/NETworkManager/docs/application/ping-monitor), [Remote Desktop](https://borntoberoot.net/NETworkManager/docs/application/remote-desktop), and [PowerShell](https://borntoberoot.net/NETworkManager/docs/application/powershell) are pre-selected, but you can change this before importing.

You also pick a **target group** — either an existing one or a new name you type in on the spot.

Click **Import** and a summary shows how many profiles were created, skipped as duplicates, and skipped due to missing host addresses.

## Try it now

You can test this feature in the [latest pre-release of NETworkManager](https://borntoberoot.net/NETworkManager/download#pre-release).

More information is available in the [official documentation](https://borntoberoot.net/NETworkManager/docs/groups-and-profiles#import).

If you find any issues or have suggestions for improvement, please open an [issue on GitHub](https://github.com/BornToBeRoot/NETworkManager/issues).
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading