I haven't seen a version to know the syntax.

related to an answer for: How to script an approval
ago by (1.2k points)

1 Answer

ago by (16.0k points)
+1 vote

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.

Related questions

Hello, Do you have some references of customers using MIM or other products as identity's source ?

asked Jun 9, 2021 by pierre.saucourt (40 points)
0 votes
1 answer

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.

asked Sep 5, 2024 by P-Sysadmin (20 points)
0 votes
1 answer

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?

asked 3 days ago by csw.pedro.matos (20 points)
0 votes
1 answer

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" } }

asked Jul 13, 2022 by willy-wally (3.2k points)
0 votes
1 answer

I have created a Custom action to create some "standard" sub OUs to a particular type of OU in our AD. I wanted to create a script to look in the OU you are executing ... 'Users') -or ($child.Name -eq 'Computer Systems')) {$Context.ConditionIsMet = $False } }

asked Aug 31, 2016 by ggallaway (300 points)
0 votes
0 answers