Posted in
Exchange Server,
Windows Powershell |
No Comment | 5,553 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' |
Enable-OutlookAnywhere -ExternalHostname 'mail.yusufozturk.info' -SSLOffloading $false -DefaultAuthenticationMethod 'Basic'
You may wait 15 minutes to connect your Exchange Server with Microsoft Office Outlook.