Comments
-
Hey adam.beedell I managed to get the report sorted with David for items added in the last 12 months with a bit of SWQL. (over my head, for now.) Now I have the problem of needing a disk space usage report from 12 months ago, and the same for now. I am also struggling to find a way in which I can save my reports on the…
-
Actually, just checked it again and that doesn’t necessarily work how I would like. It picks up everything like Printers :s Maybe there are better options on the Legacy Report Writer? Terry Mitchinson IT Support Analyst T: +442088146619 M: +447876258293 E: Terry.Mitchinson@firstrate.co.uk First Rate Exchange Services Ltd.…
-
Thanks David, That has pointed me in the right direction. I think I am now getting stuck with the query part, I can create a report just showing Nodes added from the last 12 months fine. How would I run the query that would allow me to also show disk space on said servers? Terry Terry Mitchinson IT Support Analyst T:…
-
Found an answer myself. Just edit the values where appropriate: # You may want to adjust these $fullPath = "C:\the filepath" $numdays = 0 $numhours = 0 $nummins = 0 function ShowOldFiles($path, $days, $hours, $mins) {$idx = 0 $files = @(get-childitem $path -include *.* | where {($_.LastWriteTime -lt…