An easy way to enable Outlook Anywhere on Microsoft Exchange Server 2010 with Powershell:
Enable-OutlookAnywhere –ExternalHostname ‘mail.yusufozturk.info’ –SSLOffloading $false -DefaultAuthenticationMethod ‘Basic’
You can set authentication method as Basic or NTLM.







