powershell - How one can know who modified my files in my shared folder? (Using scripting or coding methods) -
i have windows 2003 server shared folder people can edit xml files in shared folder (the folder contain xml files). although intention freely allow people edit files within, track modified them.
i have done research have understand can use .net library called system.io.filesystemwatcher track when create / modify / delete file in folder, doesn't tell me did it.
i have found out how above using windows powershell (http://dereknewton.com/category/powershell/), , hoping if there coding method similar how 1 uses system.io.filesystemwatcher track file system events find out modified files.
it great if can give me pointers on how can track modified files using windows powershell (preferred), or using other scripting or coding methods.
thanks , best regards!
you can turn on auditing folder on server, , windows store file access information in system audit event log. can read information out of there, if (or can view directly in event viewer).
Comments
Post a Comment