I have been given the task to write a script that will do the following.
1) Identify all .pst email files stored on a network share displaying the last modified date,size and to display who the file belongs to by username. The problem is there are currently no standards where users can create .pst files. Some of the users store them at the root of the network share while others might save the file in the proper location 4 levels deep.
2) This should be displayed in a report form so that we can identify the users.
3) Another script that will copy these files down to the users PC. <--this part seems kind of trivial.
Can anyone tell me which scripting language is better suited for what I am looking for, thanks.
1) Identify all .pst email files stored on a network share displaying the last modified date,size and to display who the file belongs to by username. The problem is there are currently no standards where users can create .pst files. Some of the users store them at the root of the network share while others might save the file in the proper location 4 levels deep.
2) This should be displayed in a report form so that we can identify the users.
3) Another script that will copy these files down to the users PC. <--this part seems kind of trivial.
Can anyone tell me which scripting language is better suited for what I am looking for, thanks.