I have been trying to fix this issue for months and just can't seem figure it out. Both computers Windows 7 Ultimate 64-bit. Trying to shut down a remote computer in my LAN home network. I'm using psshutdown which is part of the Microsoft PsTools.
psshutdown \\computer name -s -t 01 (does not work) and I get this error:
Couldn't access Computer name: Access is denied.
If computer name is already performing a shutdown operation you must abort it before issuing a different command.
When I use the following: psshutdown \\computer ip address -s -t 01 (it works).
I would like to use the computer name, can anyone help? I have tried searching nothing works.
Thank you.