- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Windows Server 2003
- >
- Win2k3 group policy
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2006 03:12 AM
04-07-2006 03:12 AM
I'm trying to create a group policy in the DC so that all users can have the same policy settings applied to them. How do I push this group policy down to the user after creating it? If there is a local policy already in the user's PC, will the group policy have higher precedence over it?
Please advise. Thanks.
br
Danny
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2006 03:43 AM
04-07-2006 03:43 AM
SolutionIf it's a computer policy it should be applied (picked up) the next time the (client) computer is rebooted. If it's a user policy it should be applied (picked up) the next time the user logs on.
You can also do a 'gpupdate /force' on the client computer to make it pick the Group Policy up.
Group policies applied by the DC are applied after the local group policy on the workstation.
Don't forget you can use gpresult on the workstation to check what policies have been applied.
Regards,
Gary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2006 04:27 AM
04-07-2006 04:27 AM
Re: Win2k3 group policy
We can create group ploicies in difft level such as
1. Local Group Policy object
2. Site
3. Domain
4. Oraganizational level
these policies can be combined for computer level and lastly to the user level. The computer and user level policy settings are difft from the above group policies.
The lowest level is user and the highest level which can override all other policy setting is organization policies.
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2006 04:29 AM
04-07-2006 04:29 AM
Re: Win2k3 group policy
The group policies are applied in a hierarchical fashion beginning at the local computer level then working up to the domain, site, and organizational unit levels.
If a setting within a higher level policy contradicts a setting made in a lower level policy, then the higher level policy takes precedence.
example, suppose that a local computer level policy set the minimum password length to six characters and a domain level policy set the minimum password length to eight characters. Assuming that both policies were in effect, the required password length would be eight characters because the domain level policy is considered to be a higher level policy than the local policy.
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2006 04:33 AM
04-07-2006 04:33 AM
Re: Win2k3 group policy
This url explains about the order of events processing from startup to log on.
http://technet2.microsoft.com/WindowsServer/en/Library/5e45bb2f-49dc-4a5a-86bb-46b3fdb8db561033.mspx
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2006 07:04 AM
04-10-2006 07:04 AM
Re: Win2k3 group policy
Thanks for the help and advise. I understood now.
br
danny