I have an sqlserver, say serverA, and a windows machine, say machineA.
I have a testrun.bat file in machineA that I need to run after a certain process is finished in serverA.
I have learned that I can use PSExec to issue a terminal command from serverA to machineA.
I'm just wondering if I can do this using Microsoft Telnet service? Because I am not sure if PSExec wiil be allowed to be installed in serverA because of certain security concerns.
Basically, I'm just looking for plan B in case I cannot use PSExec. Another way I realized that I can use is Microsoft telnet but I am not sure how or if it is even possible.
Additional details:
- serverA runs Windows Server 2012
- machine A runs Windows 7 Enterprise