Skip to content

Instantly share code, notes, and snippets.

@bohack
Created November 12, 2018 15:23
Show Gist options
  • Save bohack/d46d2a51c31292f526f5f8bfbad0ae28 to your computer and use it in GitHub Desktop.
Save bohack/d46d2a51c31292f526f5f8bfbad0ae28 to your computer and use it in GitHub Desktop.
Useful Office 365 Blurbs
Find who or what owns an SMTP address
Get-Recipient -ResultSize unlimited | where {$_.EmailAddresses -like "*buha*"} | FL DisplayName, EmailAddresses
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment