The question sounds simple, but appearantly it is not...
How can I get the name of the local administrators group?
The problem is, that with different Windows languages the name differs.
In english the name is "Administrators", in german "Administratoren" in
spanish "Administratores" etc...
I also have the same problem with the "Distributed COM Users" group...
Any idea?
Thanks in advance!
Andrew Morton - 14 Nov 2006 13:59 GMT
> The question sounds simple, but appearantly it is not...
>
[quoted text clipped - 7 lines]
>
> Any idea?
Could you use the SID S-1-5-32-544?
"Well-known security identifiers in Windows operating systems":
http://support.microsoft.com/default.aspx/kb/243330
Andrew
Ultimus - 14 Nov 2006 15:30 GMT
Thanks, Andrew.
This here finally solved my problem:
http://www.microsoft.com/technet/scriptcenter/resources/qanda/nov05/hey1102.mspx
Cheers,
Thomas