Hello,
I need to run about 4 cmdlets in Powershell from functional. I am passing variables into the cmdlets without issue. I am having trouble passing the cmdlets line by line into Powershell with something Powershell understands.
If I take the 4 lines with hard coded values and copy/paste into powershell and hit return, I have no issue. If I use Typetext to pass the cmdlets line by line, I get any variety of errors.
Is there a way to send cmdlets from Eggplant in a way Powershell understands?
Thanks!