Given a user's SID, how do I get their userPrincipalName?

Posted by Max Schmeling on Stack Overflow See other posts from Stack Overflow or by Max Schmeling
Published on 2010-03-23T19:34:53Z Indexed on 2010/03/23 21:43 UTC
Read the original article Hit count: 334

I have a list of user's security identifiers and I need to get a list of userPrincipalName's... is there any way that I can get it without loading up the users DirectoryEntry and pulling in the userPrincipalName property?

I need the most efficient method possible because this is done a lot

© Stack Overflow or respective owner

Related posts about active-directory

Related posts about c#