-
Notifications
You must be signed in to change notification settings - Fork 0
Permissions
phbits edited this page Feb 25, 2021
·
3 revisions
While the module has extensive tests to verify access, here are the permission requirements.
Only necessary if using WinEvent as an Alert Method where alerts are written to the Application Event Log.
Administrator permission is needed to register a new Source in the Application Event Log. Once the source is registered, Administrator permission is no longer needed. The command to register WebsiteFailedLogins as a source is as follows.
New-EventLog -LogName Application -Source WebsiteFailedLoginsA standard user has enough permission to run this module as long as the following are met.
- Read access to IIS log files.
- Read & Exec permission of Logparser.exe
The recommended implementation is to run as a scheduled task. This requires the user account running the scheduled task to have the User Rights Assignment: Log on as a batch job (SeBatchLogonRight).