Recent questions

0 votes
1 answer

How do we use a cached Azure AD token to change a user's Distribution List membership on Exchange Online via a PowerShell script, as opposed to always requesting a new token?

asked Nov 4, 2022 by MShep (80 points)
0 votes
1 answer

I am working on creating a report which will pull data from O365 using PowerShell (data I am looking for is not available natively in ADAxes from what I can see), ... create the columns, and also to populate them with the attributes collected in the script.

asked Nov 4, 2022 by aweight (60 points)
0 votes
1 answer

I am using an account with global admin permissions to o365, so it does not appear to be that as the issue. Adaxes V.2017.2 Trace logs showing the following [11/02/2022 11:24:58] ... at #2e.#Vh.#h8() at #eb.#Wb.#j8() at #2e.#Uh.Execute(#ib command) Any ideas?

asked Nov 2, 2022 by bbrunning (50 points)
0 votes
1 answer

Recently, Microsoft deprecated use of the remote PS sessions using version 1. We have since converted all of our scripts to version 2, but our nightly staff ... { # Close the remote session and release resources Disconnect-ExchangeOnline -Confirm:$false }

asked Nov 2, 2022 by MShep (80 points)
0 votes
1 answer

How to create a user login history report?

asked Nov 1, 2022 by kherrera44 (20 points)
0 votes
0 answers

We have a multiforest set up. One of the domains is a non hybrid. Whenever a user is created in that domain it gives an error saying- 'Property 'ms-exch-target- ... active Directory schema'. How can we write an exception while adding to that non-hybrid domain?

asked Oct 31, 2022 by Aishwarya Gavali (40 points)
0 votes
1 answer

We would like to be able to export logs from the Adaxes service? Is there a way to do this either through the service or reporting?

asked Oct 31, 2022 by scoutcor (120 points)
0 votes
1 answer

We have two needs for a telephone property. Must be formatted (xxx) xxx-xxxx Must not start with (999) We already have the regexp for #1 ^([(]{1}[0-9]{3}[)]{1}[ ]{1}[ ... )$ I was wondering if there is away to also add #2 - Must not start with (999)? Thank you

asked Oct 31, 2022 by hgletifer (1.3k points)
0 votes
1 answer

Hi, how have I to use the Value %memberof% to get the group name instead of the DN? Thanks

asked Oct 28, 2022 by boris (550 points)
0 votes
1 answer

Hi We have a couple of scheduled tasks set up to remove accounts which have been disabled for a perios of time. This works fine for normal user accounts, but we ... and former domain admin accounts? We're running the latest version of Adaxes Thanks Matt

asked Oct 26, 2022 by chappers77 (2.0k points)
0 votes
0 answers

Hello, Is it possible to pass a comma-separated list of users (firstname.lastname or emails) in a parameter instead of a CSV? How does it translate to an array of usernames ... in the Adaxes interface. Or can the script only email the list of disabled users?

asked Oct 25, 2022 by manomano (80 points)
0 votes
1 answer

This script description says it can find the manager via FullName Distinguished name or Display name. Wondering if we can change it to use employeeID or SamAccountName.

asked Oct 24, 2022 by mightycabal (1.0k points)
0 votes
1 answer

I am basically setting up the self service portal to only allow a user to reset thier own passwords.

asked Oct 19, 2022 by mightycabal (1.0k points)
0 votes
1 answer

We currently have a form for HR to deal with ex-employees that are hired once more, but it's not much more than automatic emails sent to IT. If I add some actions ... this trigger the business rule we have that targets "After updating a user" ? Thanks, Louis

asked Oct 18, 2022 by lw.fa (150 points)
0 votes
1 answer

I am using this script modified for my testing. Import-Module Adaxes $csvFilePath = "D:\TestFeed\ImportNewUsers.csv" # Path to pick up feed file $userIdColumn = "Employee Number" # TODO: ... initial. I would like to add a 2 for now if the sam isn't unique.

asked Oct 17, 2022 by mightycabal (1.0k points)
0 votes
1 answer

I would like to delete users that have been disabled for more then X number of days. This would be a phase of our deprovisioning process. The user is first disabled and placed ... we are sure that we no longer need it, I would like to automaticially delete it.

asked Oct 13, 2022 by rmedeiros (380 points)
0 votes
1 answer

Is it possible, to make a dependency between the patterns? f.e. the helpdesk agent creates a user and if he chooses Company A then he cannot choose country B,C & D Or if he chooses Country Z, he can only choose company E & F

asked Oct 13, 2022 by boris (550 points)
0 votes
1 answer

Can anyone provide the instructions contain in the now broken link? I realize new Adaxes doesn't require this, but still have an older install that doesn't allow manual override via GUI. Thanks.

asked Oct 13, 2022 by okiad (20 points)
0 votes
1 answer

Can I edit my buisiness rule from "after creating a user" to "after moving a user". I wanted to move 120 business rules and not have to recreate each one, one by one. Maybe there is a powershell script or something?

asked Oct 12, 2022 by raul.ramirez (210 points)
3,589 questions
3,278 answers
8,303 comments
548,107 users