I haven't seen a version to know the syntax.
Hello,
For information about the If PowerShell script returns true condition and script examples, have a look at step 8 in the following tutorial: https://www.adaxes.com/help/ValidateModifyUserInputWithScript.
Hello, Do you have some references of customers using MIM or other products as identity's source ?
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.
In a business rule, I'd like to pass Adaxes variables into a powershell script that I'll run. For example, pass %username% into the script so it can be used inside the script.
Access reviews are a common requierment for many security frameworks. Is this a feature you see being added in the future, or has it been ruled out has something that doesn't fit your vision for the product?
We have the following script we need fixed to run within Adaxes to add true/false value to a customattribute for use in building dynamic distribution lists. $users = ... } else { Set-Mailbox -Identity $user.Name -CustomAttribute8 "Individual contributor" } }