Try this script and report back:
code:
DEBUG ON
? 'Testing INGROUP function'
IF INGROUP('Domain Users')
? 'Account is in "Domain Users" group'
ELSE
? 'Account is not in "Domain Users" group'
ENDIF
? 'Press [ENTER] to continue'
gets $enter

_________________________
There are two types of vessels, submarines and targets.