Retrieve images from Powershell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2024 07:10 AM
Hello,
I have a powershell which reads a folder on MID aServer and retrieves the images from it. I need to call this powershell from ServiceNow, but we have only Integrationhub starter pack and I dont see any spoke for calling powershell.
How do I retrieve those images from a script and process it accordingly to insert into user table
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2024 09:40 AM
@maryc Just a hint for you ,I had implemented last year to run powershell script on Mid server through ECC queue output probe which is created by script include and that was run by a trigger record.
I can share code for an example if needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2024 11:50 AM
@Abhay Kumar1 , can you pls send me the sample implementation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2024 10:12 AM
Hi Abhay, can you pls share the implementation....thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2024 12:38 PM
Any help on this?