A power-shell script that extracts Logon and Transactional Logs to CSV files. It gathers logs for the past day. The log file name will contain the day that the script was ran on.
-
MSSQL server. Download the express edition if you need it for free local developement.
-
Sqlserver Powershell Module.
Run the following command in a PowerShell Terminal:
Install-Module -Name SqlServer
For reference, check https://docs.microsoft.com/en-us/sql/powershell/download-sql-server-ps-module
- PowerShell - The scripting language used
- Thunder Son - Initial work - ThunderSon
This project is licensed under the MIT License.