Determining Windows Groups

doraemon

Active member
Joined
Oct 3, 2003
Messages
36
Help!

I am trying to find out if the currently logged user belongs to a specific group and am stuck.

I tried using IsInRole but nowhere could I find the syntax of how to use it for non-WindowsBuiltInGroup. If I just do IsInRole(groupname), I always got back a "False" answer even though the user is in the group. All the examples Ive seen are determining for the built-in groups. Can anyone help me? Thanks.
 
Back
Top