by Support (Posted Mon Jan 25, 2016 12:54 pm)
Unfortunately, it's not possible.
If you need to perform this operation regularly for the constant groups, you can try to use laimex.exe tool for this purpose.
For examlple, you can create batch file (.bat), that runs laimex.exe tool that, at first, exports members of a group1 to the group1_members.csv file and then, exports members of a group2 to the group2_members.csv file.
More information about the laimex.exe tool you can get from this article.
Unfortunately, it's not possible.
If you need to perform this operation regularly for the constant groups, you can try to use laimex.exe tool for this purpose.
For examlple, you can create batch file (.bat), that runs laimex.exe tool that, at first, exports members of a group1 to the group1_members.csv file and then, exports members of a group2 to the group2_members.csv file.
- Code: Select all
laimex.exe /s company.com:389 /user Administrator /pwd [password] /d CSV /f "group1_members.csv" /r "DC=company,DC=com" /t (memberOf=group1,DC=groups,DC=company,DC=com)
laimex.exe /s company.com:389 /user Administrator /pwd [password] /d CSV /f "group2_members.csv" /r "DC=company,DC=com" /t (memberOf=group2,DC=groups,DC=company,DC=com)
More information about the laimex.exe tool you can get from this article.