I have a .pst file called "test.pst" located in the usual C:\users\appdata\local\microsoft\outlook folder. I wanted to simply do a search on my computer and list all .pst files. Simple I thought. I ran the following command and it returned nothing. Why??
Get-ChildItem -Path C:\ -Filter "*.pst" -Recurse