0 votes

I am trying to create a report, that searches the extension attribute40 of all users for a username. I tried the report with "Active Directory search (param-Username)" and script. I would be glad about a tip

by (570 points)

1 Answer

0 votes
by (300k points)

Hello Boris,

For information on how to create reports in Adaxes, have a look at the following tutorial: https://www.adaxes.com/help/CreateReport. Should you still have issues configuring the desired report, please, describe how it should work in all the possible details with live examples. Specifically, specify what you mean by searches the extension attribute40 of all users for a username.

0

I'm looking for an report, which lists all users with value (user) in an extension attribute. If I build the report it works only for one user.

Result should be:

image.png

0

Hello Boris,

You can use a built-in report, All users and add the extensionAttribute1 column to it. By default, the report is located in container Reports\All Reports\Users. You can specify OUs and containers as the reports scope or just leave it empty for the report to include all the managed users.

0

Thanks for your help. :-) I need more a report like this:

$filter = {

extensionAttribute2 -like '%param-User%'

} Get-AdUser -Filter $filter | select name | Sort-Object name

Works in PS but not in the script of the report.

0

Hello Boris,

For us to suggest a solution, please, specify the version of Adaxes you are using. For information on how to check that, have a look at the following help article: https://www.adaxes.com/help/CheckServiceVersion.

0

Hi,

3.14.19312.0

0

Hello Boris,

Thank you for the confirmation. What exactly do you want to select in the parameter for report generation? Should it be an object picker? Also, what values do you have stored in the extension attribute? Is it a distinguished name (DN) of a user?

Related questions

0 votes
1 answer

I created a custom report based on the script supplied and it seems to be working because it returns a few results before throwing the attached error. Everything looks correct in the ... it to error out on some groups or why it would be returning a null-value?

asked 5 days ago by jrey98229 (20 points)
0 votes
1 answer

I've got the following script so far using the SDK but running into an error: You cannot call a method on a null-valued expression. At line:1 char:1 + ... .BindToObjectByDN("$object.SearchResult.AdsPath.DN") $Context.Items.Add($item, $columnValues) } } } }

asked May 19, 2021 by richarddewis (260 points)
0 votes
1 answer

Here is what i have been trying with Set-ADUser -Identity $user -Clear "extensionAttribute5" Set-ADUser -Identity $user -Add @{extensionAttribute5 = "NoLicenseNeeded"}

asked Nov 29, 2021 by Markh (20 points)
0 votes
1 answer

Getting "object reference not set to an instance" when trying to sign into Office 365 Tenant Was working fine before

asked Sep 1, 2021 by davm79 (40 points)
0 votes
1 answer

Hi, we're receiving the below error when trying to add SMTP addresses to Office365 mailboxes from Adaxes. I've raised a ticket with support, but thought I'd ask ... , please see exception members for more information. Any help would be great. Thanks Gary

asked May 29, 2020 by gazoco (490 points)
3,668 questions
3,353 answers
8,468 comments
549,176 users