Shutdown remotely

  • Thread starter Thread starter Michele
  • Start date Start date
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?
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top