IsUserInGroup updated
Thursday, May 11th, 2006In an earlier article I’ve been talkin about how to check if a user belongs to a specific domain group. However, the code in that article doesn’t work on local groups and WinNT ADSI provider. I’ve made an update to the code posted there, this should work both on domain and local groups.
Usage:
If IsUserInGroup(“Contoso\JohnDoe”, “Contoso\Managers”) [...]
