Skip to content

Instantly share code, notes, and snippets.

@vexx32
Created June 16, 2018 01:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vexx32/6900e16745ea24fcf7285860851c223d to your computer and use it in GitHub Desktop.
Save vexx32/6900e16745ea24fcf7285860851c223d to your computer and use it in GitHub Desktop.
foreach ($SMTPAddress in $SMTPs) {
$SMTPAddress |
Get-MoveRequest |
Get-MoveRequestStatistics |
Select DisplayName, @{
Name = 'SMTP'
Expression = $SMTPAddress
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment