Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

Powershell Execution



  • I am trying to execute a simple external powershell script that I have saved on a remote server.

    The script contains

    param($SolutionPath)
    write-output $SolutionPath

    And I have my variables text box set up to look like this
    SolutionPath=C:\TestPath\HelloWorld.txt

    However when I run that powershell the SolutionPath is blank. What do I have set wrong to pass in the parameter to my powershell script?



  • Currently, parameters are not supported by that action, though it is likely we will add them. For now if you drop the 'param($SolutionPath)' line it will work.



Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation