Still have ingroup problems. When I run the following, the group is displayed.
$user = getobject("WinNT://@domain/@userid")

for each $group in $user.groups
? $group.name
next

One thing I didn't realize, I'm in mixed mode. Does this make a difference. INGROUP does work in mixed mode or pre-windoww 2000 mode?

Thanks