Application or plugin as an alternative of orchestration license.

Hrithikah
Tera Contributor

Currently we are trying integration Azure Entra ID with ServiceNow to automate the user access request flow. We know that this scan be achieved by orchestration, but we do not have orchestration licensing procured and hence would like to know is there any alternative app or plugin through which the PowerShell scripts can be executed without the need of orchestration license.

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@Hrithikah 

Not possible as per my understanding.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Kieran Anson
Kilo Patron

If you're not currently entitled to Orchestration or IntegrationHub, you can fall back to the legacy ways of using the MID server. The below isn't scalable, but is a good way to evaluate Powershell usage.

 

https://jessems.com/posts/2023-05-31-running-powershell-scripts-programmatically-with-servicenow

 

For an in-instance example, look at the JavascriptProbe, it does the same thing, but for Javascript