Ian submitted a new article:
File Change Tripwire - A simple PowerShell script to monitor selected folders/filetypes for changes, then e-mail results.
Read more about this article...
File Change Tripwire - A simple PowerShell script to monitor selected folders/filetypes for changes, then e-mail results.
This PowerShell script will monitor your selected folders for any created, modified, renamed or deleted files. You'll then be e-mailed a list of all the changes at a set interval, along with a time and details of each filename. This script could be set to run in the background to monitor important folder for security intrusions - for example, on a Windows based webserver.
All of the variables you need to configure are listed in the first two blocks of code. You'll need an SMTP server to...
Read more about this article...
Last edited: