0 votes

I created a Report to report all Employees, and the following information: Name, Email, First Name, Last Name, Department, Office, Manager and Manager Email.

However, the Manager Email field is blank. I suppose because it's a property of the Manager, not of the user.

Is there a way in reporting to get that as well?

In Powershell, I have a script that will do that here. Not sure how to work this into the reports though. Also, it grabs everything, I'd like to narrow it down to our Employees OU, and not any sub OU's in that container.

Get-ADUser -filter * -properties * | select Displayname, Givenname, Surname, EmailAddress, Department, Office, Manager, @{Name="ManagerEmail";Expression={(get-aduser -property emailaddress $_.manager).emailaddress}} 
by (1.4k points)
0

Hello,

Do we understand correctly that you need the report to display all users located in a specific OU or they should get filtered according to specific property values?

0

In a specific OU.

1 Answer

0 votes
by (272k points)
selected by
Best answer

Hello,

Thank you for clarifying. You can use the built-in All users report. You will only need to update the report default columns. The report scope (OU users located in which you need to display) can be selected right before the report generation. To update the report:

  1. Launch Adaxes Administration Console.
  2. In the Console Tree, expand the service node.
  3. Navigate to Reports/All reports/Users and right-click the All users report.
  4. In the context menu, click Edit.
  5. Activate the Columns tab and click Edit below the Default columns section.
  6. Add the columns you need to the Default Columns list.
  7. Click OK twice.

If you want to create a separate report for users only in the specific OU, do the following:

  1. Launch Adaxes Administration Console.
  2. In the Console Tree, right-click your service node, navigate to New and click Report.
  3. Enter a report name and select Active directory search.
  4. Click Next and then click New.
  5. Select Objects in a specific AD location and click Next.
  6. Specify the Title and Drop-down item text, and click Next.
  7. Select Specific location.
  8. Type the name of the OU you need and press Enter.
  9. Click Finish and then click Next twice.
  10. Click Edit below the Default columns section.
  11. Add the columns you need to the Default Columns list.
  12. Click OK.
  13. Optionally, specify sorting and grouping setting and click Next.
  14. In the Search filter field, enter the following:
    (sAMAccountType=805306368)
  15. Click Next twice.
  16. Select categories for the new report and click Finish.
0

Ok, thanks. I see where my issue was. I created a report, and selected Manager Email, which isn't the right field. It's ManagerEmail wthout spaces. Thanks for timely help!

Related questions

0 votes
1 answer

I would like to send an email to users every 2 days if they do not have a photo in the system yet. I've tweaked the 'Users without photo' report to exclude service/other ... emails? Ideally I could also cc their manager (I did add the column to the report).

asked Jul 30, 2019 by jbadry (430 points)
0 votes
1 answer

Hi, Is there a way I can create a rule based group or scheduled task in which the Direct reports of the direct reports are added to a group? So for example: CEO VP's ... in the list that no longer reports to a manager who reports to the CEO. Thanks in advance

asked Dec 22, 2022 by gareth.aylward (180 points)
0 votes
1 answer

I would like to send (via email) a monthly report to managers so they can verify their team members. We have an issue with IT not finding out about role changes and ... list of managers and then calls the report each time or is there a built-in way?

asked Dec 17, 2018 by jbadry (430 points)
0 votes
1 answer

Every manager has an overview, where you can see to whom he/she is reporting to and who is reporting to the manager. This will be visible in Microsoft teams ... purpose for this is to use it for email communication (account/password expiration notifications).

asked Jul 4, 2022 by RoBeDi (60 points)
0 votes
1 answer

how can I email a scheduled report to a particular group?

asked Oct 1, 2022 by sra98a (120 points)
3,367 questions
3,065 answers
7,815 comments
545,316 users