Guest JRS Posted December 12, 2007 Posted December 12, 2007 Is there a way to refresh computer group membership without rebooting?
Guest Richard Mueller [MVP] Posted December 12, 2007 Posted December 12, 2007 Re: Refresh computer group membership. "JRS" <JRS@discussions.microsoft.com> wrote in message news:8D419E0E-7173-4B2E-893B-42CAD1752446@microsoft.com... > Is there a way to refresh computer group membership without rebooting? > Perhaps you can use: netdom reset domainmember /domain:mydomain This "resets the security channel", which if it means the computer re-authenticates to the domain (and gets a new token), should do the trick. See this link: http://support.microsoft.com/kb/216393 -- Richard Mueller Microsoft MVP Scripting and ADSI Hilltop Lab - http://www.rlmueller.net --
Guest JRS Posted December 13, 2007 Posted December 13, 2007 Re: Refresh computer group membership. I've tested this now. I assume the computer password has been reset, but group membership has not been updated. Do you have any other suggestions? If I remember correctly, when a user logs in he gets the token that contains all group memberships. While logged in it gets refreshed at some point?(some random time) Is that correct? John Robert Strengen "Richard Mueller [MVP]" wrote: > > "JRS" <JRS@discussions.microsoft.com> wrote in message > news:8D419E0E-7173-4B2E-893B-42CAD1752446@microsoft.com... > > Is there a way to refresh computer group membership without rebooting? > > > > Perhaps you can use: > > netdom reset domainmember /domain:mydomain > > This "resets the security channel", which if it means the computer > re-authenticates to the domain (and gets a new token), should do the trick. > See this link: > > http://support.microsoft.com/kb/216393 > > -- > Richard Mueller > Microsoft MVP Scripting and ADSI > Hilltop Lab - http://www.rlmueller.net > -- > > >
Recommended Posts