Re: Reading msexchMasterAccountSid
- From: "Henning Krause" <hkrause.no@xxxxxxxxxxxxxxxxx>
- Date: Wed, 4 Oct 2006 21:49:11 +0200
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
.
- Follow-Ups:
- Re: Reading msexchMasterAccountSid
- From: deaddingo
- Re: Reading msexchMasterAccountSid
- References:
- Reading msexchMasterAccountSid
- From: deaddingo
- Reading msexchMasterAccountSid
- Prev by Date: Reading msexchMasterAccountSid
- Next by Date: Re: Exchange server development best practices
- Previous by thread: Reading msexchMasterAccountSid
- Next by thread: Re: Reading msexchMasterAccountSid
- Index(es):
Relevant Pages
|