You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can assign an RDP session and then call subtasks on it, but it would be great to fully extend this.
Imagine the following chain:
RDP HOST1 ->
CommandShell Tasks ->
RDP HOST2 ->
CommandShell Tasks, PowerShell tasks ->
Exit RDP HOST2 ->
RDP HOST 1 -> PowerShell Task.
Exit
In other words, RDP to one host, running some commands, then RDP to the next host, do more stuff, exit this, continue with stuff on first host. It basically emulates a jumpbox/bastion.
Current Structure
It looks like most of the logic is already there, I just need to refactor so that the subtasks are attached and tracked to each RDP task assignment, it seems to be more global atm. It sort of works already, but it's not always clear what is doing what and seems much more obvious in the JSON profile.
This needs a bit of testing and checking the relevant code classes.
The text was updated successfully, but these errors were encountered:
You can assign an RDP session and then call subtasks on it, but it would be great to fully extend this.
Imagine the following chain:
In other words, RDP to one host, running some commands, then RDP to the next host, do more stuff, exit this, continue with stuff on first host. It basically emulates a jumpbox/bastion.
Current Structure
It looks like most of the logic is already there, I just need to refactor so that the subtasks are attached and tracked to each RDP task assignment, it seems to be more global atm. It sort of works already, but it's not always clear what is doing what and seems much more obvious in the JSON profile.
This needs a bit of testing and checking the relevant code classes.
The text was updated successfully, but these errors were encountered: