- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
PowerShell script functions until called from Blue Prism
I am new to PowerShell and have run into an issue getting module scripts to run from Blue Prism. I have a kill process function in PowerShell that is receiving parameters from Blue Prism. When I run the script standalone as a .ps1, passing the parameters in manually, it correctly kills the programs and returns my end statement. However, when I call the script as a .psm1 from Blue Prism, it returns my end statement but does not kill the programs.
- Labels:
-
Work & Education
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am new to PowerShell and have run into an issue getting module scripts to run from Blue Prism. I have a kill process function in PowerShell that is receiving parameters from Blue Prism.
ps1, passing the parameters in manually, it correctly kills programs and returns my statement. However, when I call the script as a .psm1 from Blue Prism, it returns my end statement but does not kill the programs.
