Posted: 2/22/2016 8:32:51 AM EDT
| I need a way to shutdown and restart an app on a Windows 7 machine from another Windows 7 machine. Really I think all I need is a way to execute a command remotely, as I'll likely write a batch file to take care of it and do a few other things at the same time. Is there an easy/secure way to do it? On the same LAN, no domain or active directory, workgroup only. Or homegroup. Or whatever the hell Microsoft is calling it these days. |
|
Powershell can probably do what you are wanting to do.
ETA: http://windowsitpro.com/powershell/use-powershell-run-programs-remote-computers |