Re: WMI --> Remote access to directories
From: Gerry Hickman (gerry666uk_at_yahoo.co.uk)
Date: 09/22/04
- Previous message: Gerry Hickman: "Re: WMI ActiveX"
- In reply to: Bala: "WMI --> Remote access to directories"
- Messages sorted by: [ date ] [ thread ]
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)
- Previous message: Gerry Hickman: "Re: WMI ActiveX"
- In reply to: Bala: "WMI --> Remote access to directories"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|