I want to remote restart a computer with the administrator account user and password provided.
- Can this be done from command line ?
like so : shutdown \m pcName \r - If not can you please provide a way which was tested.
I've tried : solution 1 and solution2
1 Answer
I use Sysinternals psexec
psexec \\targethost cmdwill open a command prompt to the remote system. then just issue a shutdown command like 'shutdown \m'
Here is the syntax guide for psexec: