Question
Integrity javascript invoke powershell script is that reasonably possible?
Would like to invoke/call from a Integrity Server Java script a powershell script.
- The process would take an email address from inside an Integrity Java script and call out to a powershell script
- The powershell would extract user log in id from Active Directory based upon their email address that was passed in to it.
- The powershell would pass back the user log in id to the calling Integrity java script.
Similar to how getUserBean( ) lookupbean instead using email address would be a great option

