Re: netsh -r

From: Marty List (Bill.Gates_at_sun.com)
Date: 10/19/04

  • Next message: Paul R. Sadowski [MVP]: "Re: Map network drive using SYSTEM account?"
    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


  • Next message: Paul R. Sadowski [MVP]: "Re: Map network drive using SYSTEM account?"

    Relevant Pages

    • Re: Administrative Access
      ... Start a command prompt. ... >Tibor Biro ... I was trying to give ASPNET ... >> administrative access, so that I could use ASPNET to ...
      (microsoft.public.win2000.security)
    • RE: netsh -r
      ... I believe the problem is administrative access on the remote PC. ... > syntax looks right: ...
      (microsoft.public.win2000.cmdprompt.admin)
    • Re: Administrative Permissions
      ... only with accounts defined within each machine. ... there is an option to 'Connect to Remote ... > administrative access on the remote computer'. ... > (apart from editing shared documents, ...
      (microsoft.public.windowsxp.security_admin)
    • Re: Help on deletion of Registrykey with subkeys under it using vbscript
      ... dll.However I'm not able to run this on a remote computer(Doing it from ... my desk,I have the administrative access and I could also access ... registry of test server). ... Try using WMI, as Michael ...
      (microsoft.public.scripting.vbscript)