Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ChrFrohn/a3aa0f6322fce1c0be243d79e3d92782 to your computer and use it in GitHub Desktop.
Save ChrFrohn/a3aa0f6322fce1c0be243d79e3d92782 to your computer and use it in GitHub Desktop.
Get Primary SMTP address & Remote routing address
$UserName = "" # Sample: cfp@christianfrohn.dk
Get-RemoteMailbox $UserName | Select-Object RemoteRoutingAddress, PrimarySmtpAddress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment