This error is telling you that there is an account that was most likely deleted from Active Directory but is still mentioned in a Group Policy. You have to find that group policy and look for an entry that contains only a SID (a hash of numbers and letters), but not a name and this is easier to do than you might think.
For the sake of clarity here is the full error in from the Application Event Log
Security policies were propagated with warning. 0x534 : No mapping between account names and security IDs was done.
Advanced help for this problem is available on http://support.microsoft.com. Query for “troubleshooting 1202 events”.
Error 0x534 occurs when a user account in one or more Group Policy objects (GPOs) could not be resolved to a SID. This error is possibly caused by a mistyped or deleted user account referenced in either the User Rights or Restricted Groups branch of a GPO.
To find the broken account:
At this point you could run a GPUPDATE /FORCE on the machine(s) recording their errors in their event logs and see that there are no new entries.
This website uses cookies.