Created
October 31, 2019 08:11
-
-
Save sub314xxl/380ca01020403bec6e9e5a662ee0fadd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$outlook = New-Object -comObject Outlook.Application | |
$outlook.Session.Stores | where { ($_.FilePath -like '*.PST') } | format-table DisplayName, FilePath -autosize |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment