0 votes

We use this date to determin transfers and start dates. Basicaly on this day the Adaxes resets the password. In the report I would like to see Full name, first name, last name, employeeID, CustomAttributeboolean1, customattributeboolean2, and customattributedate2.

by (1.0k points)

1 Answer

0 votes
by (216k points)
edited by

Hello,

To achieve the desired, the built-in report Users with non-empty properties can be used. In the report parameter, select the CustomAttributeDate2 property. After the report is generated, you can filter the results by specifying the required date in the filter field for the Property Value column. image.png

To add default columns to the report, you can edit it and on the Columns tab, add the required columns in the corresponding section: image.png

Related questions

0 votes
1 answer

I'd like to be able to either send an email report or export a CSV of all of the business rules carried out when a user is disabled. This would be ... Management Activity section but this includes things that weren't part of the disable operation. Thanks

asked Feb 19, 2020 by bavery (250 points)
0 votes
1 answer

We have four OUs in Active Directory (Pending Deletion, Disabled with Mail Delegates, Disabled with HR Extensions and Disabled_Temp_Leave) that users are moved to prior to their eventual ... past 7 days have been moved to one of 4 of these OUs. Thanks!

asked Jun 3, 2021 by RayBilyk (230 points)
0 votes
1 answer

We used to run AD Audit and it would provide additional details on what was locking a user's account (workstation name, application, etc...). Is there are way with Adaxes ... on what is locking an account? Or a way to pull historical data on locked accounts?

asked Nov 16, 2020 by pulsifers (20 points)
0 votes
1 answer

This would seem like an easy setting since right now, it's causing so much logs because on the main screen, I have a few reports that are custom made and everytime a user ... . Below is a screenshot example of hoe it constantly can fill up the log. Thank You!

asked Jul 31, 2023 by Edogstraus00 (470 points)
0 votes
1 answer

This is the logic I ham useing. $criteria = New-AdmCriteria -Type "User" -Expression {customAttributeBoolean6 -eq $true} $usersC = Get-AdmUser -Filter $criteria -properties * - ... there a better way to get the list of users into this variable? error;

asked Dec 14, 2023 by mightycabal (1.0k points)
3,326 questions
3,026 answers
7,727 comments
544,683 users