- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2018 06:42 AM
I've created a copy of the sys_user_group table and added some custom fields and I have the LDAP Group import working just fine. However, there are a couple fields that I can't seem to come across. When I run a powershell command to get all the properties of a group, I want to get the 2 fields called:
GroupCategory and Group Scope. I also added DistinguishedName and was able to get that to come across. I have added all of these fields to both my new table and the import table. The DistinguishedName field like I said does come across, but not the other two.
From the Powershell command:
GroupCategory : Security
GroupScope : Global
The import table structure:
In the new custom table:
Transform Map:
What am I missing?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2018 08:24 AM
go to LDAP server and make sure you have attributes listed in attributes box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2020 02:16 AM
I am facing the same issue. I am not getting attributes like GroupCategory into the import set. Please let me know how you fixed this issue.