This is from within a custom task. Account has proper RBAC permissions and I can do this from a normal powershell window.

asked Mar 26 by ZoomGhost (320 points)
0 votes
1 answer

I am running the following PowerShell script that moves an object from one OU to another in our Entra tenant. Note this is an Entra id guest account that ... $($user.objectGUID)", "Information") Move-AdmObject -Identity $user -TargetPath "%distinguishedName%"

asked Mar 27 by emeisner (210 points)
0 votes
1 answer

Hello, We are currently rolling out a deployment for Windows Hello. For this, we have created a custom automation in Adaxes for users to have to reset their passwords on ... this group? Or, do you have another recommendation for getting this done? Thank you.

asked Mar 26 by aewilliams.324 (20 points)
0 votes
1 answer

The csv I am using contains firstname,lastname,fullname,pass I will use fullname for both fullname and log on name and pass for the password.

asked Mar 26 by mightycabal (1.2k points)
0 votes
1 answer

We would like the membership in a distribution group to be based on a particular M365 license a user has (for example, Microsoft Copilot for Microsoft 365 (SKU part number ... the group. Is there way to do that by making it a rule-based group?

asked Mar 11 by RayBilyk (290 points)
0 votes
1 answer

Hello - I'm looking for some guidance / clarity. I'm running Adaxes 2023 (I know I need to update) and I have a very specific task I am trying to accomplish. I ... missing something here. Any and all help / direction is much appreciated (in advance). Thanks.

asked Feb 25 by wd.swaters (60 points)
0 votes
1 answer

I am building lifecycle automation in Adaxes and need to determine both user inactivity and whether a user has ever logged in. The adm-InactivityDuration property already ... recent login across AD and Entra. Thank you in advance for the clarification.

asked Mar 4 by IwistIT (100 points)
0 votes
1 answer

I have a report that displays the adaxes logs for a specific scheduled task initator. One of my report-specific columns runs the following script: $logRecord = $Context.ReportItem. ... to have some sort visual when an error is thrown in the execution log.

asked Feb 20 by emeisner (210 points)
0 votes
1 answer

I know there is a way to CC using a script, but I want to know if there is a way to CC recipients on an email with the "Send Email notification" action. We currently have ... goes out to the manager and CC's myself and the other admin. Is this possible to do?

asked Feb 4 by Keshstew (20 points)
0 votes
1 answer

We need to have a process to revoke the access token used by Okta for end users.

asked Jan 22 by william.malone (100 points)
0 votes
1 answer