Outlook - Pst Location |work|
Get-ChildItem -Path C:\ -Filter *.pst -Recurse -ErrorAction SilentlyContinue | Select FullName (Scan may take time; focus on Users folder.)
Podcast: Play in new window | Download
Subscribe: RSS
Podcast: Play in new window | Download |
Get-ChildItem -Path C:\ -Filter *.pst -Recurse -ErrorAction SilentlyContinue | Select FullName (Scan may take time; focus on Users folder.)