-
Notifications
You must be signed in to change notification settings - Fork 800
Open
Labels
Description
Manually adding a large number of Remote Desktop profiles in enterprise environments is time-consuming. Users currently have to enter each host manually, which doesn't scale well when managing entire Active Directory Organizational Units (OUs).
I would like to add an "Import from Active Directory" feature to the Remote Desktop view. This would allow users to specify an LDAP search base (OU DN) and automatically import all computer accounts into a target profile group.
To keep it straightforward, it should:
- Use the current Windows credentials for the LDAP bind
- Automatically filter out disabled computer accounts
- Skip accounts that do not have a valid DNSHostname
- Automatically skip duplicates to prevent cluttering the profile group
I have already developed this feature locally and I will be opening a PR for this shortly!
Reactions are currently unavailable