I have multiply computers in my network which i need to automate some script. the only port can be used for that is rdp (3389), and I need to find a way to run commands over thid rdp port, without the GUI stuff.
what i am looking for is something like winRM, where i can enter remote session in powershell/cmd.
note: I cant use winRM/smb/rpc for that task. only rdp. and if it won't disconnect the user logged in to the computer it will be even better...
so is something like this possible? thanks!