How Can I use my Mid Server Script File in Mid Server Script Include or in the workflow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2022 07:51 AM
So I have a Mid Server Script File, which basically I want to use in the workflow. Somebody suggested that I can use a Mid Server Script Include for the same. But I don't know how to use Mid Server Script File code in Mid Server Script Include. Can anyone help me with this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2022 07:55 AM
Hi
can you please explain what a "MID Server Script" is? Do you mean a PowerShell script? Please provide an example!
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2022 07:57 AM
Yes. The PowerShell script. Following is the sample code:
#!/bin/bash
echo *************Starting Script Execution*************
echo ""
echo hostname:
echo =========
hostname
echo ""

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2022 07:58 AM
Didn't you ask the same question already today and
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2022 08:00 AM
Hey Richard. Yes, he surely helped me, but I still don't have any idea how can I use my Script File, the PowerShell code there. Can you help with that?