saxkl2 -> Monitor Modified Date of a Folder (9.May2008 11:48:38 AM)
I want to use NSM monitor to the check the modified date of a folder on itself, and down level clients. I do not want to check the files since they are transient and only last a few seconds. I want to see the modified date of the folder instead. Is there a way to do this?
DrewE -> RE: Monitor Modified Date of a Folder (13.May2008 6:06:53 PM)
There is no default way to do this within GFI Network Server Monitor. You can, however, write custom vbs scripts in order to obtain this information.
m.vdlinden -> RE: Monitor Modified Date of a Folder (26.May2008 3:26:25 AM)
simplest would be to adapt the standard script (OS.vbs) and copy & edit the function "GetFileSize"
standard it's for checking foldersize, can easily be modified to check modified date/time