...
- Mailbox Databases
- SMTP Connector Options
- Remove the Interop Routing Group Connector
- Remove Legacy Exchange Servers
Notes
SMTP
Figure out your relay on a service provider:
- 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
- Grab the name up until you find your Hub name, and add SMTP in front. ex: smtp.rchrd.phub.net.cable.rogers.com
- Telnet to port 25 from within your network, or 587 (esmtp, requires authentication)
Removing Exchange From Organization
- Delete the Exchange folder installation
- Open AD Sites and Services and remove all Exchange groups and settings
- Run adsiedit.msc and add the "configuration" plugin
- Remove the Exchange Service
- Restart Server
Generate Self Signed Certificates
...
Code Block | ||
---|---|---|
| ||
Remove-ExchangeCertificate -thumbprint "C5DD5B60949267AD624618D8492C4C5281FDD10F" |
Notes
SMTP
Figure out your relay on a service provider:
- 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
- Grab the name up until you find your Hub name, and add SMTP in front. ex: smtp.rchrd.phub.net.cable.rogers.com
- Telnet to port 25 from within your network, or 587 (esmtp, requires authentication)
Removing Exchange From Organization
- Delete the Exchange folder installation
- Open AD Sites and Services and remove all Exchange groups and settings
- Run adsiedit.msc and add the "configuration" plugin
- Remove the Exchange Service
- Restart Server