Our deprovision process seems to be running super long, sometimes 2 minutes for one user. What is the preferred script to deprovision users? Sometimes we have a 100 or more a week and it needs to run through them until finished. It seems to stop now and start over instead of picking up where it left off.
We use a variation of this script https://www.adaxes.com/script-repository/import-users-to-be-deprovisioned-s3.htm
Hello,
Could you, please, post here or send us (support[at]adaxes.com) a screenshot of the Scheduled Task which runs the script, and the script with all the modifications you performed in TXT format?
Is there a way to deprovision both a user and their computer account in 1 command? It looks like you can either do a user or computer but not both unless you use a ... like to disable the user and move the object and disable their computer and move the object
In the Adaxes Administration Console, when I try to add a specific user to either "Administrators" or any Security Role, the Select dialogue box can't find it. I ... console can find without issue and all the permissions on the user object are the same.
In 2025.1 on the web interface, Entra AD no longer appears as a managed domain, though our local AD still functions correctly. Entra users can still be found via search, but ... Entra AD Please also note this was working before the update to 2025.1 from 2023.2
Hello, I currently have a working script that lists out ALL users disabled in the last 30 days. I am trying to adjust the parameter to ONLY include subordinates ... -AdmCriteria -Type "user" -Expression {accountDisabled -eq $true} $Context.Items.Add($searcher)
I would like to grab all users in a US state and add them with full access rights to a shared mailbox. Is there a script already in the repository for this? I checked but ... each user. I don't think there is any way to do this with the interface. Thanks!