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.