Developing an Intranet website, ie. use windows authentication. User can login to the system by using username and password in Active Directory. However, the users are divided into 3 roles. So I have to export the AD to SQL Table and assign role to them.
Which methods can I use to export the AD to SQL table?
Thanks