search
Categories
Sponsors
VirtualMetric Hyper-V Monitoring, Hyper-V Reporting
Archive
Blogroll

Badges
MCSE
Community

Cozumpark Bilisim Portali
Posted in Exchange Server, Windows Powershell | No Comment | 8,823 views | 09/11/2009 01:56

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.


Posted in Exchange Server, Windows Powershell | No Comment | 5,552 views | 03/10/2009 03:54

You can enable Outlook Anywhere on Powershell with following command:

Enable-OutlookAnywhere -ExternalHostname 'mail.yusufozturk.info' -SSLOffloading $false -DefaultAuthenticationMethod 'Basic'

You may wait 15 minutes to connect your Exchange Server with Microsoft Office Outlook.