Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Would like to invoke/call from a Integrity Server Java script a powershell script.
Similar to how getUserBean( ) lookupbean instead using email address would be a great option
Hello,
Although I have already run PowerShell out of Java classes, I'm not sure if this approach is also valid for JavaScript.
I'm assuming that you want to run a trigger, right?
Within the trigger, you can execute server-side Java code or custom Java code.
Would it be an option for you to run Java instead of Powershell?
Volker
Yes that would work just wanting to extract the user information based upon their email address from LDAP if possible
Hello Volker, I also want to call powershell script or a vbs script using triggered javascript in RVS. I tried using 'ActiveXobject' or processBuilder but doesnt seem to work. can you help me with a java package or command that can call a powershell script with arguments ?