I need to monitor a couple of folders to make sure that they are in sync across 2 different servers. i.e.
Server1\somefolder should have the same files as
server2\somefolder.
I know I could write a powershell script or a custom app to do this but I wanted to see if there was a better solution before I start from scratch.
Add comment