Velocity Technical Archive
Backing up and restoring Edge Transport
Archived Reference: This is a historical technical article preserved from the Velocity Technologies knowledge base. For current Phoenix and East Valley managed IT services, explore our managed IT services or cybersecurity solutions.
In the c:Program filesMicrosoftExchange ServerScripts directory there exists a powershell script called ExportEdgeConfig.ps1. You can backup your Edge Transport by executing the following command\nFrom Exchange management shell\n./ExportEdgeConfig -cloneConfigData:"c:CloneConfigData.xml"\nTo restore:\n./importedgeconfig -CloneConfigData:"C:CloneConfigData.xml' -IsImport $false -CloneConfigAnswer:"C:CloneConfigAnswer.xml"\nThis will create a CloneConfigAnswer.xml file. If everything was correct it will be blank if not you will have to modify it and import it.\n./importedgeconfig -CloneConfigData:"c:CloneConfigData.xml" -IsImport $true -CloneConfigAnswer:"c:cloneConfigAnswer.xml"\n \n