I think this may have something to do with the Win9x failures.


$obj = GetObject("WinNT://" + $Rechner + ",computer")
? "Bin jetzt bei Rechner: " + $Rechner

IF @error <> 0
$x = WriteLine( 4 , $Rechner + ";" + @serror + ";" + @DATE + " " + @TIME + @CRLF )
ELSE
$ikey="\\" + $Rechner + "\HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall"
$ikey3="\\" + $Rechner + "\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion"


Do you have ADSI installed on the Win9x computers?

Are you getting the error text listed above? If so, your WinNT:// provider GetObject is failing.

If I am barking up the wrong tree let me know.
_________________________
Home page: http://www.kixhelp.com/hb/