Application or plugin as an alternative of orchestration license.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 02:58 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 03:00 AM
Not possible as per my understanding.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2025 03:06 AM
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