Markie wrote: Hi Guys. Im looking at sitting the 290 exam sometime next month but I am having troubles with making sense of the Default Domain Policy Group Policy Object (GPO). Ok, I am aware that after a machine running Windows Server 2003 is promoted as a Domain Controller using DcPromo.exe, two default GPOs are added and linked to Active Directory, those being the "Default Domain Policy" and the "Default Domain Controllers Policy". By default, I understand that the "Default Domain Controllers Policy" GPO only affects user rights and security with respect to the Domain Controllers located within the domain. However, my problem is with the "Default Domain Policy" GPO. I should point out, that my testing environment is actually via Microsoft Virtual PC 2004. Correct me if Im wrong, but after a fresh install of Server 2003 and an immediate promotion to a Domain Controller (i.e. no manual changes have been made), the "Default Domain Policy" GPO has the following characteristics: - Account Policies - Password Policy (components defined) - Account Lockout Policy (components defined) - Kerberos Policy (components defined) - Local Policies - Audit Policy (all components not defined) - User Rights Assignment (all components not defined) - Security Options (all components not defined) When looking at these characteristics, its the fact that the local security policies have not been defined that seems strange to me. Here's why: As we know, GPOs applied at the domain level (i.e. through Group Policy Object Editor on the Domain Controller) takes precedence over Local Security Policy. So, lets for example consider the user right of "Backup files and directories" that is located on a member server called MembSrv1. The default local security policy setting on MembSrv1 gives both Administrators and Backup Operators this right. However, once the Default Domain Policy (which is linked to the entire domain) is applied, the security setting is replaced with "not defined" which in essence gives all users in the domain the right to backup files and folders located on MembSrv1.The 'backup files and directories' policy doesn't have a not defined option. You can set it to be blank. This to me makes no sense. Effectively, the promotion of the Domain controller has made all the security settings on MembSrv1 (as seen by the above example) far less secure.These options you are referring to are what I call 'static options'. They are completely defined by group policies and are not allowed to be edited under your local policy. This is because these settings are normally blanket settings for the entire domain. No matter what you don't want an administrator of a workstation getting into your password policy and changing it. Also policies defined in the default domain policy makes sure that any computer (server or workstation, no matter what GPO it is in) gets these security settings before they are allowed to work with domain resources. This is good security. Of course, I realise that I could open up Group Policy Object editor and stop linking the Default Domain Policy GPO to the domain, but I am wanting to keep everything as default for exam study purposes.You would actually create group policies or use the default domain policy to make sure these settings are defined throughout your domain. So, in summary, is it true to say that by default, the Default Domain Policy GPO does not define any security settings under the local policies tree?Yes, you need to manually set these settings. Group policy planning is a normal part of configuring a domain If so, why would this be the case. I can only guess it might be because the Default Domain Policy would apply to both Member servers and clients, which for obvious reasons would require different configurations.Again a lot of these settings are the same between clients and servers. Like your audit policy. If not, you can define these settings in individual GPOs that will take precedense over the default domain policy. Otherwise, I can only hope that my Virtual Server is corrupted and playing tricks on me. Please help me out guys. Mark
Markie wrote: Thanks for the reply. But with regards to the "Back up files and directories" user right. When I run gpedit.msc (or secpol.msc) on a member server, the security setting for this right says "Administrators, Backup operators". But when I run rsop.msc, the security setting says "not defined". Would'nt that mean that now any user can perform backup operations (as opposed to just Administrators and Backup Operators)? The rsop.msc is obviously reflecting the Default Domain Policy GPO. My thanks in advance. Mark
Tontonsam wrote: But I dont understand your point of view of that: "Again in group policy planning you need to make sure to define these policies in a GPO so administrators can't change them on their workstations." Maybe you want to say admin won't need to change to their workstation?
Tontonsam wrote: Sure. Local policies on client machines still has the configurations of local policies. But what you have to know, GPO apply in Domain site will override local policies on client machines. That why you have to apply GPO in Default domain policy or on an OU. For example, if a local policy for a machine user has to change their password 42 days that is the default and you configure a GPO to change it each 30 days. So, users will be asked to change their password every 30days cause GPO at level domain will override local policy. But I dont understand your point of view of that: "Again in group policy planning you need to make sure to define these policies in a GPO so administrators can't change them on their workstations." Maybe you want to say admin won't need to change to their workstation?
royal wrote: Domain passwords can only be modified using the Default Domain Policy or another GPO in the root Domain Container. A password policy applied anywhere else such as OU or local will only apply to local accounts.
jbaello wrote: royal wrote: Domain passwords can only be modified using the Default Domain Policy or another GPO in the root Domain Container. A password policy applied anywhere else such as OU or local will only apply to local accounts. I got a little confused with password policy applied to OU will only apply to local accounts, do you mind clarifying
Tontonsam wrote: Give me an example how local policy will take precedence of GPO. For example, if i create a GPO to block internet users by modifying proxy settings, can a local administrator modify local policy and prevent GPO applying on that computer?