Administrators or members of the Event Log Readers group have permission to access this log.
It is conceivable that system administrators might want to add power users or developers into this group to perform certain tasks without having to grant them administrative access.
Confirming Group Membership
net localgroup "Event Log Readers"
Searching Security Logs Using wevtutil
wevtutil qe Security /rd:true /f:text | Select-String "/user"
We can also specify alternate credentials for wevtutil using the parameters /u and /p.