Skip to content

Instantly share code, notes, and snippets.

@sub314xxl
Created October 31, 2019 08:11
Show Gist options
  • Save sub314xxl/380ca01020403bec6e9e5a662ee0fadd to your computer and use it in GitHub Desktop.
Save sub314xxl/380ca01020403bec6e9e5a662ee0fadd to your computer and use it in GitHub Desktop.
$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