Default Domain Policy GPO

  • Thread starter Thread starter Damien D Keffyn
  • Start date Start date
D

Damien D Keffyn

Is there a way to recreate the Default Domain Policy GPO?

One of my admins has deleted it and the Default Domain Controller Policy
GPO.....

Actually, to be sure, I would like to completely return all GPOs to the
default setting and remove any and all orphaned GPOs
 
To add to this I now get an error of:

------------------------------------------------------
Failed to open the Group Policy Object. You may not
have appropriate rights.

--Details:--------------------------------------------
The system cannot find the path specified
-----------------------------------------------------

Normally I would take this as a perms issue, but I think it is because both
the "Default Domain Controller Policy & Default Domain Policy" have been
deleted.

Currently I have a GPO for the "standard users" and is it assigned to the
Standard Users OU, I have a spare GPO for software installation.

There is no GPO assigned to anything else, there are 4 GPOs in the polices
area of lpd, obviously these are orphaned because only the 2 above appear in
AD.


-------snip-------------

One of my admins has deleted it and the Default Domain Controller Policy
GPO.....

Actually, to be sure, I would like to completely return all GPOs to the
default setting and remove any and all orphaned GPOs
 
OK stop looking, I found a backup of them in my hidden panic drive....

Just saved that Admin's job.. or did I save mine, after all I hired him....
 
These are the settings you will need:
[Unicode]
Unicode=yes
[System Access]
MinimumPasswordAge = 0
MaximumPasswordAge = 42
MinimumPasswordLength = 0
PasswordComplexity = 0
PasswordHistorySize = 1
LockoutBadCount = 0
RequireLogonToChangePassword = 0
ForceLogoffWhenHourExpire = 0
ClearTextPassword = 0
[Kerberos Policy]
MaxTicketAge = 10
MaxRenewAge = 7
MaxServiceAge = 600
MaxClockSkew = 5
TicketValidateClient = 1
[Version]
signature="$CHICAGO$"
Revision=1
 
Back
Top