No, we don't have anything like that. However, you can easily use LDAP or WinNT with directory services to reflect over the users.Dim loResults As SearchResultCollection
Dim loSearch As New DirectorySearcher(ObjectDirectoryEntryPoint)
loSearch.Filter = "(objectClass=User)"
loResults = loSearch.FindAll()