I have a script which I need to run from the orchestrator's Run .Net activity . The script works fine when ran from the Powershell ISE . However , when I put the same script in the .Net activity of the SCORCH , it just wouldn't run . It keeps telling me 'This cmdlet is not recognized as any cmdlt , function or path'.
Could you please tell me what could be the possible reason behind this and how do I fix it please ?
script works like a charm in powershell ISE.