Tagged Questions

12
votes
6answers
12k views

How can I get the SID of the current Windows account?

I am looking for an easy way to get the SID for the current Windows user account. I know I can do it through WMI, but I don't want to go that route. Apologies to everybody that answered in C# for not ...
1
vote
1answer
109 views

Comparing 2 string format SIDs

Can I compare 2 string-format SIDs for equality? As per my understanding, a Group SID is a unique identifier in an Active Directory forest, so the string that I get by using ConvertSidToStringSid ...
0
votes
4answers
511 views

Convert SID to String

I'm not a C++ developer, so I guess it's just my fault that my program doesn't work. I want to look up the SID for a windows group and return a readable SID. wchar_t* SpcLookupName(LPCTSTR ...