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 ...
4
votes
3answers
1k views

How to apply Windows group policy using .NET?

Is it possible to apply (and remove) Windows group policy settings using .NET? I am working on an application that needs to temporarily put a machine into a restricted, kiosk-like state. One of the ...
3
votes
1answer
222 views

ObjectSecurity.GetOwner returns group rather than user

I am trying to determine the user who created a particular file like so: string path = "C:\\TheFile.dat"; string user = ...