Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Notes

SMTP

Figure out your relay on a service provider:

  1. Traceroute out of your network or to your external IP to figure out the last HOP before your IP. ex: blah.blah.blah.rchrd.phub.net.cable.rogers.com
  2. Grab the name up until you find your Hub name, and add SMTP in front. ex: smtp.rchrd.phub.net.cable.rogers.com
  3. Telnet to port 25 from within your network, or 587 (esmtp, requires authentication)

Removing Exchange From Organization

  1. Delete the Exchange folder installation
  2. Open AD Sites and Services and remove all Exchange groups and settings
  3. Run adsiedit.msc and add the "configuration" plugin
    • Remove the Exchange Service
  4. Restart Server

Generate Self Signed Certificates

...

Code Block
langxml
Remove-ExchangeCertificate -thumbprint "C5DD5B60949267AD624618D8492C4C5281FDD10F"

Notes

SMTP

Figure out your relay on a service provider:

  1. Traceroute out of your network or to your external IP to figure out the last HOP before your IP. ex: blah.blah.blah.rchrd.phub.net.cable.rogers.com
  2. Grab the name up until you find your Hub name, and add SMTP in front. ex: smtp.rchrd.phub.net.cable.rogers.com
  3. Telnet to port 25 from within your network, or 587 (esmtp, requires authentication)

Removing Exchange From Organization

  1. Delete the Exchange folder installation
  2. Open AD Sites and Services and remove all Exchange groups and settings
  3. Run adsiedit.msc and add the "configuration" plugin
    • Remove the Exchange Service
  4. Restart Server