I need to execute certain dos commands in the remote machine (Windows OS).
Which action from the final builder tool I need to use ?
hostname
whoami
systeminfo
ipconfig /all
nbtstat
netstat -na
route print
For Linux server, we have used SSH actions, which were executing successfully. In the same way we need to execute certain command in Windows Server, but we dont find any actions to perform it.
In Windows OS action, Run Dos command / Batch file is there, but not for remote machine.
Can you guide me how to do the above tasks. I need to capture the command output also.