Announcement

Collapse
No announcement yet.

Changing Query Attributes in Exp. Pro

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Changing Query Attributes in Exp. Pro

    Hi Gurus,

    I'm exporting Domain Admin Group members using Exporter Pro. I adjusted the attributes to export to just name and adspath of the group, which works corretly. Group members display as well but with many attributes (cn/dn/objectclass/etc, etc that i don't need. My question is, "Where, if possible, can I change the attributes that are used for group members display, or are the displayed attributes default?

    Thanks

  • #2
    Re: Changing Query Attributes in Exp. Pro

    Group Members fields are hard-coded and can't be changed in Exporter Pro. You can either remove the columns you don't want using Excel, or there is an advanced method that you can test if you like.

    Read the post by kstanush on this thread:
    http://www.systemtools.com/HyenaBoar...ML/000291.html

    Comment


    • #3
      Re: Changing Query Attributes in Exp. Pro

      thanks for reply mc

      My DirectoryQueries.cfg shown below is somewhat different than that shown in the earlier post, specifically [Group Members]
      Should I replace this section with the one in the earlier post?

      BTW I'm using ver7.0, the newest.

      [Group Members]
      Enabled=1
      OutputFileName=ad_group_members.txt
      Level=1
      Filter=2
      GetGroupMembers=1
      Attributes=adspath
      GetIndirectGroupMembers=1
      GetUserGroups=1
      GetLogonInformation=1230520
      LastLogonType=4463489
      SkipSpecifiedDomainControllers=854104

      [User Group Membership]
      Enabled=0
      OutputFileName=ad_user_groups.txt
      Level=1
      Filter=1
      GetUserGroups=1
      Attributes=displayname

      Comment


      • #4
        Re: Changing Query Attributes in Exp. Pro

        I assume you are using the [Group Members] export? If so, add this line to the bottom of that section:

        GroupMemberAttributes=

        After the = put the fields that you want displayed for group members. Use the previous example for some fields you might want to add.

        Comment

        Working...
        X