Last active
July 18, 2020 19:02
-
-
Save supermarsx/cb1c68c525f98810b9d73e99fae3c073 to your computer and use it in GitHub Desktop.
Exchange 2013 Shell, Set smtp port 587 FQDN
This file contains hidden or 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
$SERVERNAME = "SERVERNAME" | |
Get-ReceiveConnector | ? Bindings -like "*:587" | Set-ReceiveConnector -Fqdn $SERVERNAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment