Created
June 16, 2018 01:39
-
-
Save vexx32/6900e16745ea24fcf7285860851c223d to your computer and use it in GitHub Desktop.
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
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