I don't use apple script, but i want to get started. I work at an apple dealer, and i want to write a script to shut down all the demo computers. I know how to do this remotley, which is to
open terminal,
type in ssh user@ipaddress
it prompts for password
enter sudo -s
it enters password
enter shutdown -h now.
I would need this for more than one computer obviously, so if anyone it up to it, a starter script would be much appriciated.
open terminal,
type in ssh user@ipaddress
it prompts for password
enter sudo -s
it enters password
enter shutdown -h now.
I would need this for more than one computer obviously, so if anyone it up to it, a starter script would be much appriciated.