ash,

Have you had a look at the UDF library and specifically, WMIQuery() - Used to execute a query against WMI?

If you look at the line:
quote:

$SystemSet = GetObject("winmgmts:{impersonationLevel=impersonate}!//$computer")

You should be able to change $computer that to be any computer you have on the domain.

HTH,

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