Use powershell step on integrationhub
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 07:09 AM
Hi all,
I have a requirement to run a powershell script that will retrieve some data from Exchange after a request is submitted by a user.
I believe the best approach is to run this script by leveraging the powershell step from integration hub. I have some questions about how to completely define this custom action, specifically on the connection bit of the step.
Is the connection meant to connect to the external system (in this case Exchange) ? If so, how can I do it if the connection must be retrieved by the user making the request? Or should a user be defined and use that connection everytime?
What should be the selection: Use connection alias or Define connection inline? Or maybe some helpful documentation on how to understand how to apply this to our business case.
Thank you