Hi Everyone,
I am using Exchange Server 2007 SP3 and i am doing transition to Exchange Server 2013 SP1,
The host name of my Exchange 2007 is mail and i am coming up with mail1 for Exchange Server 2013.
i will run the below powershell commands on Exchange Server 2013(mail1)
please do correct with the syntax or URLs if i am going wrong.(my users should access with mail.mydomain.com)
Set-OwaVirtualDirectory -identity "mail1\OWA (Default Web Site)" -ExternalUrl https://mail.mydomain.com/owa -InternalUrl https://mail.mydomain.com/owa -LogonFormat username
Set-EcpVirtualDirectory -identity "mail1\ECP (Default Web Site)" -ExternalUrl https://mail.mydomain.com/ecp -InternalUrl https://mail.mydomain.com/ecp
Set-OabVirtualDirectory -Identity "mail1\OAB (Default Web Site)" -InternalUrl https://mail.mydomain.com/oab -ExternalUrl https://mail.mydomain.com/oab
Set-ActiveSyncVirtualDirectory -identity "mail1\Microsoft-Server-ActiveSync (Default Web Site)" -ExternalUrl https://mail.mydomain.com/Microsoft-Server-ActiveSync -InternalUrl https://mail.mydomain.com/Microsoft-Server-ActiveSync
Set-WebServicesVirtualDirectory -identity "mail1\EWS (Default Web Site)" -InternalUrl https://mail.mydomain.com/ews/exchange.asmx -ExternalUrl https://mail.mydomain.com/EWS/Exchange.asmx
Set-ClientAccessServer -identity mail1 -AutoDiscoverServiceInternalUri https://autodiscover.mydomain.com/autodiscover/autodiscover.xml
Do i require externalUri for Autodiscover?
https://autodiscover.mydomain.com/autodiscover/autodiscover.xml is the right URL?
Set-OutlookAnywhere -identity "mail1\Rpc (Default Web Site)" -InternalHostname mail.mydomain.com -ExternalHostname mail.mydomain.com -InternalClientAuthenticationMethod basic -ExternalClientAuthenticationMethod basic -ExternalClientsRequireSsl $True -InternalClientsRequireSsl $true (Is this syntax correct)
Am i missing anything else.Please do guide me
I am using Exchange Server 2007 SP3 and i am doing transition to Exchange Server 2013 SP1,
The host name of my Exchange 2007 is mail and i am coming up with mail1 for Exchange Server 2013.
i will run the below powershell commands on Exchange Server 2013(mail1)
please do correct with the syntax or URLs if i am going wrong.(my users should access with mail.mydomain.com)
Set-OwaVirtualDirectory -identity "mail1\OWA (Default Web Site)" -ExternalUrl https://mail.mydomain.com/owa -InternalUrl https://mail.mydomain.com/owa -LogonFormat username
Set-EcpVirtualDirectory -identity "mail1\ECP (Default Web Site)" -ExternalUrl https://mail.mydomain.com/ecp -InternalUrl https://mail.mydomain.com/ecp
Set-OabVirtualDirectory -Identity "mail1\OAB (Default Web Site)" -InternalUrl https://mail.mydomain.com/oab -ExternalUrl https://mail.mydomain.com/oab
Set-ActiveSyncVirtualDirectory -identity "mail1\Microsoft-Server-ActiveSync (Default Web Site)" -ExternalUrl https://mail.mydomain.com/Microsoft-Server-ActiveSync -InternalUrl https://mail.mydomain.com/Microsoft-Server-ActiveSync
Set-WebServicesVirtualDirectory -identity "mail1\EWS (Default Web Site)" -InternalUrl https://mail.mydomain.com/ews/exchange.asmx -ExternalUrl https://mail.mydomain.com/EWS/Exchange.asmx
Set-ClientAccessServer -identity mail1 -AutoDiscoverServiceInternalUri https://autodiscover.mydomain.com/autodiscover/autodiscover.xml
Do i require externalUri for Autodiscover?
https://autodiscover.mydomain.com/autodiscover/autodiscover.xml is the right URL?
Set-OutlookAnywhere -identity "mail1\Rpc (Default Web Site)" -InternalHostname mail.mydomain.com -ExternalHostname mail.mydomain.com -InternalClientAuthenticationMethod basic -ExternalClientAuthenticationMethod basic -ExternalClientsRequireSsl $True -InternalClientsRequireSsl $true (Is this syntax correct)
Am i missing anything else.Please do guide me