Couple of things to ponder..

Does the following directory exist?
%windir%\system32\wbem

or..
Code:

$check=GetObject("winmgmts:{impersonationLevel=impersonate}!\\"+$scomputer+'\root\cimv2')
IF @error<>0
?'WMI Appears to be having trouble'
ENDIF



HTH,

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