pseymour / MakeMeAdmin

Make Me Admin is a simple, open-source application for Windows that allows standard user accounts to be elevated to administrator-level, on a temporary basis.
https://makemeadmin.com/
GNU General Public License v3.0
391 stars 86 forks source link

Syslog order issue #114

Closed theuwguy closed 7 months ago

theuwguy commented 7 months ago

Syslog into splunk works great, the only problem I'm seeing is that the events are not sent when the event occurs. For example, UserRemovedFromAdminsSuccess is sent when the actual UserAddedToAdminsSuccess occurs and vice versa. The event order in the EventLog is correct. It seems as if the previous event is being queued up till the next event fires off.

Has anyone reported anything like this?

Thanks for all you work on this project! We all owe you a beer ;)

theuwguy commented 7 months ago

Well this seems to be a byproduct of installing the application and running it PRIOR to enforcing the GPU part.