We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Powershell with integrationhub professional

DrKabir
Tera Contributor

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

 

 

4 REPLIES 4

jonsan09
Giga Sage

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. 
Screenshot 2026-01-14 155956.pngScreenshot 2026-01-14 155930.png

KHyatt
Tera Contributor

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

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. 

DrKabir
Tera Contributor

Thank you, appreciate it