I have MacBook Pro with OS X 10.6.7 and I have a Windows XP machine. I want to restart the Windows machine through the OS X command line. For example in Windows we can restart with this command:
shutdown -m \\IP -r -t 00
It will be restarted immediately.
How can I do this with a Mac?