First, I'm fairly new to this roll, and it's likely that this has been answered, but that I do not understand the information.
I have a ps1 file that I want to run on Server A. The script in the PS1 file connects to Server B and runs a Schedule Task. I'm able to verify this part works by calling up the PS1 file from command prompt on Server A.
I have a an Automated Test written with c#, and I need to add code to the test that will run the PS1 file. Is someone able to assist with this and break it down to beginner format?