Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Restricted Groups

Status
Not open for further replies.

windowsfan

IS-IT--Management
Jan 26, 2007
237
US
I have confiugred Restricted Group in AD. It logs event ID 1202. How can I take care of this? I tried restricted group for domain admins and ent admin but did not work.

I tried
1. Identify accounts that could not be resolved to a SID:

From the command prompt, type: FIND /I “Cannot find” %SYSTEMROOT%\Security\Logs\winlogon.log
and it displays domain admin and ent admin account.
 
I would start over because setting up a gpo with restricted groups should be pretty straight forward and the KEY is to Browse to the names otherwise it doesn't work well.
 
I tried multiple times but I get the below error. This error logs are from c:\windows\security\logs\winlogon.log
----Configure Group Membership...
Configure Enterprise Admins.
add CN=Role_GL_EnterpriseAdmin,OU=Admins,DC=zhc,DC=com.
Error 1003: Cannot complete this function.
error adding object to CN=Enterprise Admins,CN=Users,DC=zhc,DC=com.
Error 1003: Cannot complete this function.
One or more new members failed to be added so some existing members are not removed.
Configure Domain Admins.
add CN=Role_GL_DomainAdmins,OU=Admins,DC=zhc,DC=com.
Error 1003: Cannot complete this function.
error adding object to CN=Domain Admins,CN=Users,DC=zhc,DC=com.
Error 1003: Cannot complete this function.
One or more new members failed to be added so some existing members are not removed.
Configure ZHC\Enterprise Admins.
Configure ZHC\Domain Admins.
Group Membership configuration was completed successfully.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top