In the Reports section, there is an option to view "All Users" and then export the view. There is also an option to include additional columns.

If I include "Manager", the Manager name along with the complete AD path gets exported. Is it possible to export only the name?

by (730 points)

1 Answer

by (216k points)
0 votes

Hello,

This is possible with a PowerShell script. You can create a PowerShell script that exports the columns you need and in the format you need and sends the generated report by e-mail, for example. Then, you can create a Custom Command that runs your script with the help of the Run a program or PowerShell script action to be able to generate the report on demand.

For an example of a script that generates an HTML-formatted report and sends it by email, see Example 4: Generating and emailing an AD report under Script Examples.

For instructions on how to create a Custom Command that runs the script, see the following tutorial: http://www.adaxes.com/tutorials_ActiveD ... ommand.htm. On step 4 of the tutorial, add the Run a program or PowerShell script action and paste your script in the Script field.


If you need assistance with the script, we can help you.

Related questions

I am having the same issue as the previous commenter. When I export the manager value it is including the path with the name. For the automation I am wanting to ... manager name without any additional information. Could you please help me with this? Thanks.

asked Feb 13, 2023 by lwood (20 points)
0 votes
1 answer

Hello, I have delegated the management of some groups to a restricted set of users through the self-service interface. These users are able to add and remove members from ... to export the membership list of the groups they manage?Thank you for your support.

asked Jul 24 by Simone.Vailati (530 points)
0 votes
1 answer

I am setting up a custom command to decomission users, part of the process before the AD groups are removed I want it to export a list of the groups to a network location. ... command which I have added my account to, so i believe i have permission to run it.

asked Feb 15, 2018 by ScottGriff (400 points)
0 votes
1 answer

Adaxes team, I'm on version 2017.1 / 3.8.14218.0. I am exporting a list of users (~880) to an Excel file using the Admin Console. I am manually selecting the ... is not currently possible in the software, can I request this as a feature for a future release?

asked Jun 8, 2017 by bradenmcg (260 points)
0 votes
2 answers

I had a script that would copy the values from adm-CustomAttributeTextMultiValue1 and save them into extensionAttribute15 as a comma seperated list. The script somehow got deleted and I can't seem to find the tutorial I used to create it before.

asked Jul 1, 2022 by jordan (110 points)
0 votes
1 answer