I wanted to wirte a script to detect if users are moving folders ( intentionally or accidentally ) from our File server, but not sure where to start.
I am thinking that Winbatch will use a high memory utilization if a script recurses thru all folders /sub-folders in the file server and detect if a folder was
moved. Here's a pseudocode:
- script runs as a service on the file server
- script recurses thru all folders/sub-folders
- if a folder was moved by a user, winbacth detects the folder moved
- writes a log which folder was moved and to which Unc path the folder was moved
-Any ideas or snippets, this is whirling in my head I don't want to use other tools except winbatch? Thanks