Direct Inward Dialing: +1 408 916 9892
Get-EventLog is a PowerShell command used to retrieve event logs from a a local or remote computer. It uses various parameters and property values to gather specific events. For example the '-list' parameter when added to the Get-EventLog cmdlet displays the available logs in the form of a list. A 'ComputerName' parameter specifies which remote computer to gather logs from. This method would require you to specify multiple parameters to display the events you want and it is time-consuming.
ADAudit Plus gives you a comprehensive look at your event logs with just a few clicks. The comparison below explains the procedure of retrieving your security event logs using PowerShell and using ADAudit Plus. Apart from a variety of in-depth reports you also have a powerful search functionality to identify specific events making it easier for you to track down anomalous behavior.
$date = (get-date).adddays(-1) get-eventlog security | where \{$_.timewritten -gt $date\} | out-file c:\security.txt
Screenshots:
Why ADAudit Plus is the better solution for you?
Logon-Logoff
Account lockouts
Windows event logs
File server auditing
Active Directory auditing
Azure AD
Server auditing
Computer start-ups and shut-downs