28-03-2018, 10:43 PM
In order to see last access time on storage reports, DisableLastAccessTime must be set to 0
Using an elevated command prompt, first query what it has been set to.
TYPE : fsutil behavior query disablelastaccess
If it is set to 0 then it is correct. If it is set to 1 then you need to change it to 0
TYPE : fsutil behavior set disablelastaccess 1
You will need to restart the Server in order for this to take effect.
Using an elevated command prompt, first query what it has been set to.
TYPE : fsutil behavior query disablelastaccess
If it is set to 0 then it is correct. If it is set to 1 then you need to change it to 0
TYPE : fsutil behavior set disablelastaccess 1
You will need to restart the Server in order for this to take effect.