Created
November 12, 2018 15:23
-
-
Save bohack/d46d2a51c31292f526f5f8bfbad0ae28 to your computer and use it in GitHub Desktop.
Useful Office 365 Blurbs
This file contains 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
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