Ask a question

User

Outlook Anywhere Setting unclear

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


asked03/08/2019 08:07
43 views
Add Comment
Mariette Knap

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

User

OK this looks fine, it reports the "external domain" - so i will proceed :)


replied 03/08/2019 18:53
Last Activity 03/08/2019 19:52

1 Answer(s)

  • Mariette Knap
    Add Comment
Add an Answer