Forum Discussion
Dwayne05
Sep 17, 2019Copper Contributor
Original File Location
Hi Everyone, I have a user within the organisation that has moved a file from a folder to a newly created folder. They seem to have lost track of where they had originally transferred the fil...
HidMov
Sep 17, 2019Steel Contributor
Hi Dwayne05
Windows Server can provide auditing on files and folders to track who has create/moved/deleted a file or folder, but this needs to be set up beforehand and can't be done after the fact.
If you have auditing enabled on your shares, then you need to check the event log for 4660 and 4663 IIRC.
If you don't, then I'm afraid I don't have any advice. There is a document at https://gallery.technet.microsoft.com/How-to-enable-File-and-af674be4 that has information on setting this up in future.
Leon Laude
Sep 19, 2019Iron Contributor
Hello HidMov,
Auditing is one option, but you'll need to have Active Directory audit logging enabled
(Step-By-Step: Enabling Advanced Security Audit Policy via DS Access)
Other methods are:
- Shadow Copies (Previous Versions), but this also needs to be configured and enabled.
- Backups, browse older backups and search for the moved folder and you should see where it was originally located.
Best regards,
Leon
- Dwayne05Sep 20, 2019Copper ContributorThanks for your response.
So would this give me some sort of a log of all objects modified and display it in event viewer?
Thanks