I've tried refering to it both by it's netbios name and IP, but it does the same thing.
I found if I create a user account with a name identical to the username on the computer I'm trying to shut it down from, it will work fine. Is there any way I can allow this without having to create an account on each machine?
Flash828
Use account administrator with the same password on both machines.
For the naming convention... Ive used this command before with IP and with names... Just mess around with it.. For instance, try the following:
Shutdown -s -m \\192.168.0.3
Shutdown -s -m 192.168.0.3
Shutdown -s -m \\machinename (this one I KNOW works)
I found if I create a user account with a name identical to the username on the computer I'm trying to shut it down from, it will work fine. Is there any way I can allow this without having to create an account on each machine?