Morning all,
I am working on a big project at work and I need to perform a search on the servers for PST Files on all drives.
I need to know Name, Location & Size and Date modified. I know I can use the inbuilt search but I need to be able to export the results to excel ideally so its easy to format.
I wrote a bat script initially to capture this info
@Echo on
echo....
c:
cd\
cls
dir /s *.PST >Cdrive.txt
d:
cd\
cls
dir /s *.PST >c:\Ddrive.txt
pause
exit
The problem is I dont get any formatting with this and I am unable to sort it by size etc.
Does anyone know of any free software that will help me perform this task.
Cheers
Baz
I am working on a big project at work and I need to perform a search on the servers for PST Files on all drives.
I need to know Name, Location & Size and Date modified. I know I can use the inbuilt search but I need to be able to export the results to excel ideally so its easy to format.
I wrote a bat script initially to capture this info
@Echo on
echo....
c:
cd\
cls
dir /s *.PST >Cdrive.txt
d:
cd\
cls
dir /s *.PST >c:\Ddrive.txt
pause
exit
The problem is I dont get any formatting with this and I am unable to sort it by size etc.
Does anyone know of any free software that will help me perform this task.
Cheers
Baz