Removing the Microsoft® Exchange 2007/2010/2013/2016/2019 Connector
This topic describes how to remove the GFI FaxMaker connectors.
Removing the connectors automatically
GFI FaxMaker installed on Microsoft® Exchange Server
If the connectors were created automatically during installation of GFI FaxMaker, the connectors are automatically removed during uninstall.
No further configuration is required.
NOTE
If the connectors are not named GFIFaxMaker
(for example, if connectors were renamed or were manually created using a different name), remove the connectors manually. For more information refer to Removing the connectors manually.
GFI FaxMaker installed on a separate machine
If the connectors were created automatically by running the GFI FaxMaker setup on the Microsoft® Exchange server, the connectors are automatically removed by uninstalling GFI FaxMaker from the Microsoft® Exchange server.
No further configuration is required.
NOTE
If the connectors are not named GFIFaxMaker
(for example, if connectors were renamed or were manually created using a different name), remove the connectors manually. For more information refer to Removing the connectors manually.
Removing the connectors manually
GFI FaxMaker installed on Microsoft® Exchange Hub Transport Server
From the Microsoft® Exchange Management Shell, run the following commands:
NOTE
If a custom name was given when creating the connector manually, replace GFIFaxMaker
with the name of the connector.
1. Remove Receive Connector:
Remove-ReceiveConnector "GFIFaxMaker"
2. Remove Send Connector:
Remove-SendConnector -identity "GFIFaxmaker" -confirm:$false
GFI FaxMaker installed on a separate machine
From the Microsoft® Exchange Management Shell, run the following commands:
NOTE
If a custom name was given when creating the connector manually, replace GFIFaxMaker
with the name of the connector.
1. Remove Receive Connector:
Remove-ReceiveConnector "GFIFaxMaker"
2. Remove Foreign Connector:
Remove-ForeignConnector -Identity "GFIFaxmaker"