Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 672 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 672 Bytes

File Integriy Monitor

This is a simple powershell script which continuously monitor the changes in your file or a directory and shows alert when it detects any changes.

Usage

file monitor

Installation

Execution Policy is on Restricted by default in Powershell, to change it enter the below command in Powershell

# Start powershell in administrator mode
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force

Clone the respository and run the script

git clone https://github.com/mmbverse/file-integrity-monitor
cd file-integrity-monitor
.\file-monitor.ps1