This
 Code:
Dim $Rc, $0WMIService
$oWMIService = GetObject("winmgmts:\\.\root\cimv2")
@SERROR ?
works on all tested platforms (v4.66) - Server 2008 and higher, while this
 Code:
Dim $Rc, $0WMIService
$Rc = SetOption('WOW64FileRedirection', 'Off')
$oWMIService = GetObject("winmgmts:\\.\root\cimv2")
@SERROR ?
will fail on Server 2008, but Server 2008R2 and higher platforms work fine. The error returned is "Invalid Syntax" ERROR CODE is "-2147221020".

Glenn
_________________________
Actually I am a Rocket Scientist! \:D