windows groups / roles
Hi all,
i already found a way to check if a user is a member of a specific windows group (using class WindowsPrincipal and method isInRole)
now i want to access windows groups directly:
- i wanna check if a windows group is existent
- if not i want to create it
the aim is, to guarantee that after installation a group exists, so the administrator of the system can use it to give users the membership - and therefore a group of rights - to this group.
has anybody any idea?
evander
|