We are using OpenSSH on our windows sharepoint server and the SSH node executor. We are doing this instead of using WinRM due to the sharepoint cmdlets being inaccessible thru WinRM.
This works really well for us, with ONE exception (that I’ve found thus far). If we try to execute a powershell script with a space in it’s name, we get an error back. We have tried many different permutations of quoting the string. Please see attached screenshots…
Any help you can provide would be greatly appreciated!
Taylor Hammerling
WEI/GLBRC IS Support & Operations Manager
♂ preferred pronouns: he/him/his
♬ https://open.spotify.com/user/snarfsmojo/playlists
Unfortunately, I don’t think a script step is an option. Using SSH as the node executor appears to make the assumption that the node is linux, as this is the error I receive when trying to run a powershell script
--
You received this message because you are subscribed to the Google Groups "rundeck-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
rundeck-discu...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/rundeck-discuss/11ec1242-a2fc-4f67-a217-dd81ee0ff066n%40googlegroups.com.
I See, try using single quotes out of double quotes, e.g: '"C:/my path/file.txt"'
Regards!