Skip to content

A power-shell script that extracts Logon and Transactional Logs to CSV files.

License

Notifications You must be signed in to change notification settings

ThunderSon/MSSQL-Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

logo MSSQL-Logger

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.

Prerequisites

  • PowerShell

  • 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

Built With

Authors

License

This project is licensed under the MIT License.

About

A power-shell script that extracts Logon and Transactional Logs to CSV files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published