Re: Log on remotely - SOLUTION

From: RCE Defiant (uk_media_dvdFuCkThEsPaM@hotmail.com)
Date: 03/15/03


From: "RCE Defiant" <uk_media_dvdFuCkThEsPaM@hotmail.com>
Date: Sat, 15 Mar 2003 11:25:41 -0000


"RCE Defiant" <uk_media_dvdFuCkThEsPaM@hotmail.com> wrote in message
news:b4t9st$8gv$1@news7.svr.pol.co.uk...
> I wonder if someone can help me with this one.
>
> Here's the scenario.
>
> I have a person who has a laptop. This laptop is setup with Windows XP so
> that they can log onto the machine locally as a user (not power or admin).
> They need more access to the machine as they need to install additional
> stuff. I know the admin password of the machine but I cannot give them
the
> password. They can dial up to the internet, I can ping them from where I
am
> (a number of miles away). They do not have remote desktop enabled, they
do
> not have pcanywhere installed or VNC or Radmin. These can't be installed
> either as they do not have sufficient rights to thier machine.
>
> I need to be able to change their user so that it is power or admin on
their
> laptop. I need to be able to do this either over the net or using a
> vbscript or something.
>
> Or I need to be able to somehow login as admin and then change the admin
> password so I can give it to them.
>
> Any ideas?
>
> --
> RCE Defiant
>
>
For anyone who is wondering how to actually do this.

Dial up to the net on the remote machine.
Get a net connection on your machine.

Do a net use \\<IP Remote machine> /u:<remote machine name>\Administrator
<admin password>

using the excellent PSExec from sysinternals do

psexec \\<IP of remote> cmd - this runs a cmd window on your machine which
is actually running the commands on the remote machine

net user Administrator <newpassword>

--
RCE Defiant