Dear all,
Please help me to resolve the issue. I have been trying to clone the Edge server but an error message comes up after I perform the command bellow:
[PS] C:\installation>./ImportEdgeConfig.ps1 -CloneConfigData:"C:\installation\CloneConfigData.xml" -IsImport $false -Clo
neConfigAnswer:"C:\CloneConfigAnswer.xml"
Validation succeeded for SourceIPAddress element of type IPAddress
Validation succeeded for SourceIPAddress element of type IPAddress
Validation succeeded for Bindings element of type Bindings
Validation Failed for Fqdn element of type FQDN <--------- the error message
Answer File is successfully created: C:\CloneConfigAnswer.xml
Thus, imlementing ./ImportEdgeConfig.ps1 -CloneConfigData:"C:\installation\CloneConfigData.xml" -IsImport $true -CloneConfigAnswer:"C:\installation\CloneConfigAnswer.xml" command is not possible due to the error message above