Shawn,

Well we've installed Mobile Automation..

As part of it, I created a script that checks for WMI files. Maybe we can leverage off something here? Myself and the colleague that I am working with are using 2000 Workstations, which should have the WMI files installed.

code:

;INSTALL WINDOWS MANAGEMENT INSTRUMENTATION
:WMI
;CHECK TO SEE IF THE FOLDER EXISTS
$WBEMPATH="%WINDIR%\SYSTEM32\WBEM\"
$WMIFILEVER = GETFILEVERSION($WBEMPATH + "WinMgmt.exe","FILEVERSION")
;CHECK TO SEE IF THE FOLDER EXISTS
$WMICODE = Exist("$WBEMPATH")
;IF $WMICODE <> 1 OR $WMIFILEVER = "1.10.698.0000"
IF $WMICODE <> 1
RUN "@ldrive\Programs\wmint4.exe /s"
ENDIF
RETURN

As far as 2000 goes, we have our main DC as a 2000 Server and there no other others until the main office moves in October. Otherwise, we maybe able to do something in the 2000 Test domain that was created.

Thanks!

- Kent

_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's