I'm trying to shutdown a Windows machine remotely from within OS X.
I've seen this a lot on Linux sites but it doesn't transfer over:
net rpc shutdown -I xxx.xxx.xxx.xxx -U username%password
I'm trying to get this command to work from OS X:
shutdown /s /f /m \IP_GOES_HERE
I have Wine, but I heard it may not work. Any suggestions?
