amidaware / tacticalrmm

A remote monitoring & management tool, built with Django, Vue and Go.
https://docs.tacticalrmm.com
Other
3.15k stars 439 forks source link

Allow custom shell for windows for sending commands. #1812

Open P6g9YHK6 opened 6 months ago

P6g9YHK6 commented 6 months ago

Is your feature request related to a problem? Please describe. Sending command to custom terminal like pwsh or nushell is not possible.

Describe the solution you'd like Like unix when sending a command, the possibility of setting what shell will be used to run the command.

Describe alternatives you've considered remote background is the only way of sending quick commands to custom shells.