Hi, when performing migration guide SBS2008 -> Exchange 2013 at chapter 7 step 4 i am not sure if the values I get in return are correct - only the old SBS gets listed, but the new host.
May I proceed or is there anything gone wrong? What should the output of
Get-ExchangeServer | Where {($_.AdminDisplayVersion -Like "Version 8*") -And ($_.ServerRole -Like "*ClientAccess*")} | Get-OutlookAnywhere | Format-Table Server, ClientAuthenticationMethod, IISAuthenticationMethods, SSLOffloading, ExternalHostname –Auto
look like?
In my case it is:
BR
Christian
Can you run this:
Get-ExchangeServer | Where {($_.AdminDisplayVersion -Like "Version 8*") -And ($_.ServerRole -Like "*ClientAccess*")} | Get-OutlookAnywhere | Format-Table Server, ExternalHostname –Auto
It seems that old Powershell cuts it off and you to see the ExternalHostname as that is what is important
OK this looks fine, it reports the "external domain" - so i will proceed :)