I would like to add the following logic into a Powershell script that will be triggered on 'After Create User'.
- Read the value of the 'title' property of the user just created
- Search Adaxes for a Custom Command that has the same name as the value of 'title' (textual equivalence)
- Invoke the Custom Command found
I will create Custom Commands to match every possible value of 'title' and each will take a single parameter of 'True' or 'False'.
Could you assist with how to script this please?
Many thanks.