Skip to content

Import Windows host descriptions from Active Directory #55148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
naelhrrd opened this issue May 26, 2025 · 1 comment
Open

Import Windows host descriptions from Active Directory #55148

naelhrrd opened this issue May 26, 2025 · 1 comment
Labels
desktop-access feature-request Used for new features in Teleport, improvements to current should be #enhancements

Comments

@naelhrrd
Copy link

What would you like Teleport to do?

Teleport should be able to automatically import the “description” field from Active Directory computer objects and make it visible or usable as part of the resource metadata (e.g., as a label or displayed information in the web UI). This would help administrators quickly identify the purpose or location of Windows hosts.

What problem does this solve?

In environments with many Windows servers joined to Active Directory, the description attribute is often used by administrators to document the server's function, department, or physical location. Currently, this information is not visible in Teleport, which can make it harder to identify machines, especially when hostnames are not meaningful.

Being able to view or query machine descriptions directly from Teleport (e.g., in the Windows Desktop UI or using labels) would improve usability and help with resource management, access auditing, and support workflows.

If a workaround exists, please include it.

A possible workaround is to manually define labels in each teleport.yaml configuration for Windows hosts, or to write a script that:

  • Queries the description attribute from AD via PowerShell or LDAP
  • Updates labels dynamically or via the Teleport API

However, this requires additional scripting and maintenance, and is not scalable in larger environments.

@naelhrrd naelhrrd added the feature-request Used for new features in Teleport, improvements to current should be #enhancements label May 26, 2025
@zmb3
Copy link
Collaborator

zmb3 commented May 26, 2025

Great idea, I'd be happy to add this functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
desktop-access feature-request Used for new features in Teleport, improvements to current should be #enhancements
Projects
None yet
Development

No branches or pull requests

3 participants