- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2024 08:09 PM - edited ‎05-27-2024 08:09 PM
If I want to run powershell on MID from ServiceNow, the name field of the ECC queue should be What I can do with the form "script.ps1 +argument" is I know. (script.ps1 has been placed in MID in advance)
However, if the argument is too long, the string will be cut off and cannot be executed correctly.
Does anyone know how to pass long arguments to powershell without cutting the string?
The arguments change dynamically, so they are not fixed values. (Acquired from input values ​​such as applications)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2024 11:25 PM - edited ‎05-27-2024 11:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2024 11:25 PM - edited ‎05-27-2024 11:26 PM
I solved the question myself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-31-2024 09:38 AM
How did you solve this?