Shutdown remotely

M

Michele

Hi,
I have a computer in my LAN that I powerup with Wake-on-LAN.
How can I shutdown that remotely?
I use psshutdown but:
psshutdown.exe -f -u Administrator -p mypass \\MARS

PsShutdown v2.52 - Shutdown, logoff and power manage local and remote
systems
Copyright (C) 1999-2006 Mark Russinovich
Sysinternals - www.sysinternals.com

Couldn't access MARS:
Accesso negato. <- "Access negated"

If MARS is already performing a shutdown operation you must
abort it before issuing a different command.

However, MARS exists:
ping MARS

Risposta da 192.168.1.65: byte=32 durata<1ms TTL=128

and I can login on MARS (using local login) with Administrator/mypass.

Any ideas?
 
P

Pegasus \(MVP\)

Michele said:
Hi,
I have a computer in my LAN that I powerup with Wake-on-LAN.
How can I shutdown that remotely?
I use psshutdown but:


PsShutdown v2.52 - Shutdown, logoff and power manage local and remote
systems
Copyright (C) 1999-2006 Mark Russinovich
Sysinternals - www.sysinternals.com

Couldn't access MARS:
Accesso negato. <- "Access negated"

If MARS is already performing a shutdown operation you must
abort it before issuing a different command.

However, MARS exists:


Risposta da 192.168.1.65: byte=32 durata<1ms TTL=128

and I can login on MARS (using local login) with Administrator/mypass.

Any ideas?

You don't need psshutdown.exe - the native shutdown.exe command
will do very nicely.

You must make sure that you are logged at the local machine with an
account/password that
a) exists on the remote machine, and
b) has administrative privileges on both machines.
 
Top