Powershell with integrationhub professional
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hello
We added the integrationhub professional license in our dev instance, it is active, but I am not able to see powerhshell in the work flow action items. what step is needed to use powershell in workflows?
Thank you
- Labels:
-
Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
It not necessarily an action that gets enabled with IntegrationHub , but rather an 'action step' within creating a custom flow action. That would allow you to run your own custom powershell.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi jonas09,
Tank you, I see it now. Can you please tell me where the connection and Alias are coming from or how to set them up. My apologies as I cant seem to find info on that or if you can guide me how to run a PowerShell script on the mid server please via the action step.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
15 hours ago
I'd recommend this documentation on instructions for configuring the connection/credential:
https://www.servicenow.com/docs/bundle/zurich-platform-security/page/product/credentials/concept/cre...
General rule of thumb
- if you need to run the powershell directly on the MID use a credential
- If you need to run the powershell on a remote device, use a connection alias.
