What privileges do I need?
- by IAbstract
I have a Windows service that isn't writing to the Application Event log under UserAccount. When the service is set to use AdminAccount, the Security log reports the following attributes:
Under UserAccount, the only privilege reported is SeImpersonatePrivilege.
Is there a security impersonation that I can implement to give the UserAccount the ability to write to the Application Event log?
I would prefer to use the UserAccount for this service rather than the AdminAccount.