On 09/12/2015 22:39, Rory Maguire wrote:
> I'm wondering if theres a nice way to shutdown a couple of windows based
> machines which appear on my audio network via Qlab?
There are ways to do this the easiest way is to arrange to execute a
shutdown /t 0 /s
command on the windows box.
Fortunately earlier this year hell froze over and Microsoft committed to
porting OpenSSH to windows, pre-release versions can be found at
https://github.com/PowerShell/Win32-OpenSSH/releases
The ssh client is an integral part of OS X.
In order to get this to work you'd need to use AppleScript to invoke a
ssh command which ran the shutdown command on the Windows box. It would
need to authenticate using a passwordless key to avoid needing a
password embedded in the script.
> Any thoughts? Is this possible? Am I crazy to try and save an extra
> little bit of time here and there?
Not crazy but you might want to find someone local who knows about ssh
to help you set it up and document what you need to do to get this working.
-p