Re: WMI --> Remote access to directories

From: Gerry Hickman (gerry666uk_at_yahoo.co.uk)
Date: 09/22/04

  • Next message: Buc: "WMI connect"
    Date: Wed, 22 Sep 2004 21:47:05 +0100
    
    

    Hi,

    This is a frequently asked question! The problem is that by connecting
    to B you have "wasted" your first NTLM Authentication hop, and you can
    only make one, so computer C will give "Access Denied".

    You may be able to fix it with Kerberos delegation in Active Directory.

    See my earlier post about "WMI and ASP" for the gory details.

    Some vendors like Shavlik get round it by copying the files they need to
    a temp folder on each remote box and then delete them at the end -
    horrible...

    Bala wrote:

    > Hi All
    >
    > I am new to WMI scripting. I have the following achitecture setup
    >
    > COMPUTER A
    > COMPUTER B
    > COMPUTER C
    >
    > I Use a VB script on computer A to launch a process on computer B. Computer
    > B in turn requires access to directories / files on computer C. The process
    > on computer B is unable to access files on computer C. I have shared the
    > directories on computer C.
    >
    > Question : Is it possible to do this using WMI? If so how?
    >
    > I appreciate any help provided.
    >
    > Thanks
    > Bala
    >
    >
    >
    >

    -- 
    Gerry Hickman (London UK)
    

  • Next message: Buc: "WMI connect"

    Relevant Pages

    • Re: WBEM Implementations in Windows
      ... WMI Scripting layer supports JScript, ... It connects to Windows Management ... I couldn't get the WMI ODBC link in Microsoft ...
      (microsoft.public.win32.programmer.wmi)
    • Re: WBEM Implementations in Windows
      ... There are no plans to update the ODBC driver for WMI. ... >> WMI Scripting layer supports JScript, ... It connects to Windows ... > and the ability to do WMI updates even better. ...
      (microsoft.public.win32.programmer.wmi)
    • WMI & VB6
      ... I have been wading through the mountains of documentation for WMI scripting, ... of Win32_ComputerSystem in a regular VB6 application. ...
      (microsoft.public.vb.syntax)
    • Re: convert wmi script to .net
      ... .Net has classes to work with WMI. ... In .Net SDK help look ".Net Framework ... Vassiliev V. V. ... > explains how to use integrate WMI scripting in .NET-based programs? ...
      (microsoft.public.windows.server.scripting)