Skip to content

Instantly share code, notes, and snippets.

@supermarsx
Last active July 18, 2020 19:02
Show Gist options
  • Save supermarsx/cb1c68c525f98810b9d73e99fae3c073 to your computer and use it in GitHub Desktop.
Save supermarsx/cb1c68c525f98810b9d73e99fae3c073 to your computer and use it in GitHub Desktop.
Exchange 2013 Shell, Set smtp port 587 FQDN
$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