Active directory groups refresh question
- From: Mark Clark <M-Clark-nospam@xxxxxxxxxxxxx>
- Date: Tue, 18 Mar 2008 08:25:17 -0500
This is not a programming question, per se, but I am writing a program
in VB.NET 2005 that checks the current user's group membership in Active
Directory. When I either add or remove a person from a group in AD, that
group change does not show up on the local machine until I log out and
log back in. Is there a way to force the group membership of the current
user to be updated from AD so that the membership is always current? In
case it makes a difference, I am using this line to get the membership:
System.Security.Principal.WindowsIdentity.GetCurrent.Groups.Translate
(GetType(System.Security.Principal.NTAccount))
Thanks.
.
- Follow-Ups:
- Re: Active directory groups refresh question
- From: DaveMo
- Re: Active directory groups refresh question
- From: Andrew Lomakin
- Re: Active directory groups refresh question
- From: Joseph T Corey
- Re: Active directory groups refresh question
- Prev by Date: Logon Servers
- Next by Date: Redirect Favorites on Vista GPO
- Previous by thread: Logon Servers
- Next by thread: Re: Active directory groups refresh question
- Index(es):
Relevant Pages
|