in reply to Win32::OLE Remote Execution of a file on a network share.

try using runas on the shell that you are running the script from with the credentials of the user you want NTLM to use... I think that is how I solved a similar problem accessing a remote registry...
  • Comment on Re: Win32::OLE Remote Execution of a file on a network share.

Replies are listed 'Best First'.
Re^2: Win32::OLE Remote Execution of a file on a network share.
by slloyd (Hermit) on Jun 24, 2004 at 15:32 UTC
    runas prompts for a password and I do not see a way to script the password entry. Is there?