Fuse,

Is the group that you are having trouble with "administrators"?

will ingroup work with any or your other global groups?

By default the "administrators" is a local group, and all domain controllers share the same local/global groups.

In this case you would want to specify the computer name (the authenticating domain controller) using @lserver

if ingroup("@lserver\administrators") = 2
? "You are in the local administrators group on @lserver"
endif

Bryce

[This message has been edited by Bryce (edited 05 February 2001).]