Running powershell script with dependencies

Hi all,

Is it possible to execute a powershell script which depends on other scripts using the script task?

Thanks

Not directly- you’d first need to copy all the script deps to the remote side yourself, at which point you might as well just use raw (or the forthcoming win_script/win_command in 2.2).