Re: Reading msexchMasterAccountSid



Hello,

that field contains a SecurityIdentifier (SID). In Text-form this is something like S-1-5-xxxxxxxxx....

If you are working with .NET 2.0 you can wrap that text in a SecurityIdentifier and call sid.Translate(typeof(NTAccount)) which translate the SIDs to NT4 account names.

Best regards,
Henning Krause

"deaddingo" <taplin.steve@xxxxxxxxxxxxx> wrote in message news:1159941231.437096.32300@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I am developing a feed into a DotNet app using a csv file containing a
list of 20,000 user accounts. Part of each row in this list contains
the Exchange msexchMasterAccountSid, a 56 character string.

Can anyone tell me how this is broken down into usable elements.

TIA

DD


.



Relevant Pages