The GoTo Community is currently experiencing some technical issues affecting new posts and comments. We are actively working with our service provider and apologize for the frustration.
Forum Discussion
cccn714
8 years agoActive Contributor
Can Powershell Scripts be ran from One2Many
I am trying to run a .ps1 script using One2Many. I have pushed a file to a system file.ps1. Then I want to execute it via a seperate One2Many task. I have tried executing it directly with a Custom ta...
- 8 years ago
Thanks will be reworking the scripts and custom tasks soon and will let the thread know the results when I do.
JoJenkinsIsHere
8 years agoActive Contributor
Use remote comand then have the file on the machine. Also you have to make sure all your needed modules are there for powershell.
powershell.exe -command "& 'C:\location\to\shell.ps1'"
- cccn7148 years agoActive Contributor
Thanks I will give it a shot.