I have set up Group Policy on my Domain Controller, i am wanting all of my ocmputers to read from this policy when they boot up, however all my sytems are ignoring this... i have been told i have to refresh teh group policy, how do i do this?
To refresh a group policy you can use the secedit command line tool in W2k. If you have altered the Computer Configuration section of the GPO you will need to refresh the machine_policy. If you have altered the User Configuration section of the you would use the user_policy option.
secedit /refreshpolicy machine_policy /enforce
Would refresh the Computer configuration portion of the policy.
secedit /refreshpolicy user_policy /enforce
Would refresh the User configuration portion of the policy.
The policy will also refresh on it's on at an interval of every 90 minutes (with a 30 minute offset) for workstations and servers that are non domain controllers. The policy refresh interval amoung domain controllers is every 5 minutes.
When you rebooted the systems it should refreshed as well.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.