changing edges hostname exchange 2007
Hello,
I have 2 servers EDGES that have
the same send connector to Internet
created by an EDGE subscription.
I would like that these two
servers have 2 differents FQDN
in response to a helo on the internet
and also different from their internal
hosname using the
subscription.
Is there a way to do this?
Thank you for your answers.
August 6th, 2012 6:17am
You can use the Set-SendConnector -FQDN to set this.Sukh
Free Windows Admin Tool Kit Click here and download it now
August 6th, 2012 6:27am
Hello,
I know but for my 2 edges the FQDN will be the same if i do that way because my 2 EDGES use the same send connector to internet. I would like to have differents names if possible.
August 6th, 2012 6:31am
Then you will need 2 send connectors, which means you will have to create the connectors manually.Sukh
Free Windows Admin Tool Kit Click here and download it now
August 6th, 2012 6:35am
Then you will need 2 send connectors, which means you will have to create the connectors manually.Sukh
August 6th, 2012 6:35am
The fact is i don't wan't to loose the subscription.
New-EdgeSubscription -FileName "E:\tmp\edgesubscription.xml" -CreateInternetSendConnector $true -CreateInboundSendConnector $true -Site "Default-First-Site-Name"
Here is the command i use to create the send connector.
Free Windows Admin Tool Kit Click here and download it now
August 6th, 2012 6:55am