Hi,
Is there a way to log all the activities in a DFS directory, such as file creation/modification/deletion/etc ?
We are required to keep track of everything that happens in our DFS directory and save them to files (audit).
We would like to deploy DFS for a file sharing purpose between two sites that are geographically apart from each other.
We would at the very least have to log the following activities:
- A file creation in a DFS directory
- A file deletion in a DFS directory
- A file modification in a DFS directory
- A file rename in a DFS directory
We want to save the events to Windows event logs or something along that line.
Does Security Event Log do this or do we have to introduce some third-party software?