Skip to content

daftcreations/file-integrity-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Powershell script to monitor files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published