I was double checking some security settings on one of our systems. I could trace back everything to group membership and Group Policy, except for one thing. There was a ‘SeImpersonatePrivilege’ in a user token (verified via ProcessExplorer) yet it was nowhere to be found.
Normally this is the sort of thing you’d find via GPRESULT except that, too, came up blank. Impersonation was not configured. I decided to manually check the Local Security Security policy and there it was.
That solved half my problem. I had a full understanding of where every security configuration came from. The other half was still not clear: Why didn’t it show up in GPRESULT. Because GPRESULT -does- take Local Group Policy into account yet it didn’t show those specific settings.