Re: netsh -r
From: Marty List (Bill.Gates_at_sun.com)
Date: 10/19/04
- Previous message: Mark R. Blain: "Re: MUTE the speaker volume?"
- In reply to: DI: "RE: netsh -r"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 19 Oct 2004 17:12:32 -0600
"DI" <DI@discussions.microsoft.com> wrote in message
news:81B5F777-E833-423F-AB52-2BB9EDA2DC53@microsoft.com...
> I forgot to type that in the message, but I am adding it and it is not
> working. I believe the problem is administrative access on the remote PC.
> Would you know of a way to gain administrative access to a remote PC
through
> a command prompt?
> Thanks again,
> DI
>
You could try opening a pipe with NET USE, something like this:
net.exe use \\xxx.xxx.xxx.xxx\ipc$ password /user:domain\user
or to specify a local account:
net.exe use \\xxx.xxx.xxx.xxx\ipc$ password /user:xxx.xxx.xxx.xxx\user
or to be prompted for the password:
net.exe use \\xxx.xxx.xxx.xxx\ipc$ * /user:domain\user
- Previous message: Mark R. Blain: "Re: MUTE the speaker volume?"
- In reply to: DI: "RE: netsh -r"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|