Tagged Questions

12
votes
4answers
17k views

Get a list of members of a WinNT group

There are a couple of questions similar to this on stack overflow but not quite the same. I want to open, or create, a local group on a win xp computer and add members to it, domain, local and well ...
1
vote
1answer
210 views

Reading / Writing security properties to objects in Active Directory (the same way Delegation of rights work) C#

I'm looking for a way to read and set security permissions on an object (OU or users/computers) in Active Directory on Windows Server 2008+. The same way that Delegation by using Active Directory ...