I need to find out who is using PST file in my organization.
i thougt maybe it easier to fo it using SCCM 2012 query
.
but i didn't found any help on google.
the search need to contain the path:
C:\Users\*user*\AppData\Local\Microsoft\Outlook
can anyone help me?
thanks!
Software inventory
Before everything, you need to enable software inventory and create rules in your environment. Go to Administration - Client Settings - Default Client Setting properties- Software Inventory, Click Set Types... Click New to add a path for querying, here you can add C:\Users\ and file name as *.pst and save. More instruction of software inventory rule, see here
After next Software inventory cycle finished (default is 7 days, you can manual trigger on client side by Control panel - Configuration Manager - Actions - Software Inventory Cycle), data will be collected and saved in database. Then you can use SQL query or built-in reports to get what you want. Example query like below:
Attention, software inventory is a file by file scanning so it will need long time to complete and may cost more computer resource; During the inventory period, other inventory like heart beat inventory, hardware inventory will on hold till software inventory complete.
About Software inventory on Technet, see About Software Inventory
See here for implementation example
Also, Script working with hardware inventory can collect all these information as well. I found a good solution and it worked well in my lab, see Example