If you can fix this, you win at life
Posted: Sat Oct 06, 2007 9:28 pm
Archived topic from Anythingforums, old topic ID:3377, old post ID:61889
Formally anythingforums.com, iceteks.com, uovalor.com and uogateway.com Forums.
https://www.anyf.ca/
orIf you convert the decimal representation of the flags value that is specified in the event message (17) to hexadecimal, you get 0x00000011. This tells you that both the GPO_INFO_FLAG_MACHINE and GPO_INFO_FLAG_BACKGROUND flags are set.
The failure status code in the event is a Win32 error code. You can translate the error message to a more readable message by using the net helpmsg command. For example, if you type net helpmsg 1332 at a command prompt and then press ENTER, you receive a "No mapping between account names and security IDs was done" message. This error is caused (in this case) by a policy that is assigning a user right to an SID for a deleted user.