Are there unique identifiers of users in Active Directory? I want to grab unique identifiers from Active Directory and store them in a table in a Sql 2005 database. There will be a user table with unique identifiers.
Yeah, its called the Security Identifier (SID) for the user... see this article:
http://office.microsoft.com/en-us/project/HA010983831033.aspx
-Aaron