are you wanting to do this via a logon script or a admin script?

if logon script you could use ADSI to do this.ADSI comes with W2k and up but has to be installed on NT computers.

if an admin script, you need to have ADSI installed just on the computer that you are running the script from, and it will go out and check the other comptuers for you.

Might want to take a look at the groumembers() UDF.