Thanks.
I also found the code below from NTDOC.

Thanks again.

Ryan

IF INGROUP("\\@WKSTA\Administrators")
? "You are a Local Administrator"
ELSE
? "You are NOT a Local Administrator"
ENDIF