<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Autodiscover configuration for Hosted Exchange 2010 on Powershell</title>
	<atom:link href="http://www.yusufozturk.info/exchange-server/autodiscover-configuration-for-hosted-exchange-2010-on-powershell.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.yusufozturk.info/exchange-server/autodiscover-configuration-for-hosted-exchange-2010-on-powershell.html</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:05:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nathan</title>
		<link>http://www.yusufozturk.info/exchange-server/autodiscover-configuration-for-hosted-exchange-2010-on-powershell.html/comment-page-1#comment-4979</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Tue, 10 Jan 2012 12:39:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.yusufozturk.info/?p=1740#comment-4979</guid>
		<description>Hi, came across some challenges with certificate imports across multiple front end servers as the private key wasn&#039;t on the other servers. If you are going to have multiple CAS servers an easy way to install them is to do a complete install on one of your CAS servers following the above process and then export the certificate &amp; private key using the command (make sure you have your Thumbprint handy): 

$file = Export-ExchangeCertificate -Password (Get-Credential).password -BinaryEncoded:$true

You&#039;ll be prompted for a username &amp; password.

After this, dump the contents of the $file variable somewhere using:

Set-Content -Path &quot;C:\somethinghere\cert.pfx&quot; -Value $file.FileData -Encoding Byte

Once this is done, copy over the file you&#039;ve just created to your other CAS servers and import using the command:

Import-ExchangeCertificate -FileData ([Byte[]]$(get_content -Path c:\whereveryouput\cert.pfx -Encoding byte -ReadCount 0)) -Password:(Get-Credential).password

Once that&#039;s done, enable the cert for the services and you should be good to go... also helps with rebuilds so keep the pfx somewhere safe.</description>
		<content:encoded><![CDATA[<p>Hi, came across some challenges with certificate imports across multiple front end servers as the private key wasn&#8217;t on the other servers. If you are going to have multiple CAS servers an easy way to install them is to do a complete install on one of your CAS servers following the above process and then export the certificate &amp; private key using the command (make sure you have your Thumbprint handy): </p>
<p>$file = Export-ExchangeCertificate -Password (Get-Credential).password -BinaryEncoded:$true</p>
<p>You&#8217;ll be prompted for a username &amp; password.</p>
<p>After this, dump the contents of the $file variable somewhere using:</p>
<p>Set-Content -Path &#8220;C:\somethinghere\cert.pfx&#8221; -Value $file.FileData -Encoding Byte</p>
<p>Once this is done, copy over the file you&#8217;ve just created to your other CAS servers and import using the command:</p>
<p>Import-ExchangeCertificate -FileData ([Byte[]]$(get_content -Path c:\whereveryouput\cert.pfx -Encoding byte -ReadCount 0)) -Password:(Get-Credential).password</p>
<p>Once that&#8217;s done, enable the cert for the services and you should be good to go&#8230; also helps with rebuilds so keep the pfx somewhere safe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.yusufozturk.info/exchange-server/autodiscover-configuration-for-hosted-exchange-2010-on-powershell.html/comment-page-1#comment-4028</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 20 Jun 2011 22:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.yusufozturk.info/?p=1740#comment-4028</guid>
		<description>Actually I&#039;m not sure why I said that. But you definitely need Autodiscover configuration on HE 2010.

I corrected my statement, sorry for misinformation. Also thanks for correction.</description>
		<content:encoded><![CDATA[<p>Actually I&#8217;m not sure why I said that. But you definitely need Autodiscover configuration on HE 2010.</p>
<p>I corrected my statement, sorry for misinformation. Also thanks for correction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cillie</title>
		<link>http://www.yusufozturk.info/exchange-server/autodiscover-configuration-for-hosted-exchange-2010-on-powershell.html/comment-page-1#comment-4021</link>
		<dc:creator>Cillie</dc:creator>
		<pubDate>Thu, 16 Jun 2011 12:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.yusufozturk.info/?p=1740#comment-4021</guid>
		<description>Hi

Just read the part on the page saying :

Attention: You don’t need Autodiscover configuration after Exchange Server 2010 SP1. Please check:
 http://www.yusufozturk.info/tag/hosted-exchange

Could you let me know why you saying this?

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Just read the part on the page saying :</p>
<p>Attention: You don’t need Autodiscover configuration after Exchange Server 2010 SP1. Please check:<br />
 <a href="http://www.yusufozturk.info/tag/hosted-exchange" rel="nofollow">http://www.yusufozturk.info/tag/hosted-exchange</a></p>
<p>Could you let me know why you saying this?</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ganesh</title>
		<link>http://www.yusufozturk.info/exchange-server/autodiscover-configuration-for-hosted-exchange-2010-on-powershell.html/comment-page-1#comment-3570</link>
		<dc:creator>Ganesh</dc:creator>
		<pubDate>Tue, 01 Mar 2011 13:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.yusufozturk.info/?p=1740#comment-3570</guid>
		<description>I shouldn&#039;t have run the script, without reading the entire thread. Now my OWA is not working by domain name. https://mail.mydomain.com/owa is just giving message &quot;Internet explorer cannot display the webpage&quot;. However https://ipaddress/owa works fine.

All that i did was replace all &quot;yusufozturk.info&quot; with &quot;mydomain.com&quot;. Everything, except autodiscover, was working fine, till I ran this script.

Can someone please help. Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I shouldn&#8217;t have run the script, without reading the entire thread. Now my OWA is not working by domain name. <a href="https://mail.mydomain.com/owa" rel="nofollow">https://mail.mydomain.com/owa</a> is just giving message &#8220;Internet explorer cannot display the webpage&#8221;. However <a href="https://ipaddress/owa" rel="nofollow">https://ipaddress/owa</a> works fine.</p>
<p>All that i did was replace all &#8220;yusufozturk.info&#8221; with &#8220;mydomain.com&#8221;. Everything, except autodiscover, was working fine, till I ran this script.</p>
<p>Can someone please help. Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.yusufozturk.info/exchange-server/autodiscover-configuration-for-hosted-exchange-2010-on-powershell.html/comment-page-1#comment-1726</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 15 Feb 2010 19:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.yusufozturk.info/?p=1740#comment-1726</guid>
		<description>Hello Kerry,

Here the solution:

Your MX hostname: mail.yusufozturk.info
Your Autodiscover hostname: autodiscover.yusufozturk.info

Now, let&#039;s start with DNS records:

mail.yusufozturk IN A 10.10.10.1
autodiscover.yusufozturk IN A 10.10.10.2

As you see, you have to seperate mx hostname and autodiscover IP addresses.

Then, IIS records:

Configure Bindings as;

Autodiscover:
type: http
hostname: blank
port: 80
ip address: 10.10.10.2

Default Web Site:
type: http
hostname: blank
port: 80
ip address: 10.10.10.1

Default Web Site:
type: https
hostname: blank
port: 443
ip address: 10.10.10.1

Redirect Autodiscover requests to https://mail.yusufozturk.info/autodiscover/autodiscover.xml

Also my Powershell script does redirect.

It has to work. We have more than three different Exchange environments with using same configuration without problem. If you are still having issues, then you need to check your SSL configuration.</description>
		<content:encoded><![CDATA[<p>Hello Kerry,</p>
<p>Here the solution:</p>
<p>Your MX hostname: mail.yusufozturk.info<br />
Your Autodiscover hostname: autodiscover.yusufozturk.info</p>
<p>Now, let&#8217;s start with DNS records:</p>
<p>mail.yusufozturk IN A 10.10.10.1<br />
autodiscover.yusufozturk IN A 10.10.10.2</p>
<p>As you see, you have to seperate mx hostname and autodiscover IP addresses.</p>
<p>Then, IIS records:</p>
<p>Configure Bindings as;</p>
<p>Autodiscover:<br />
type: http<br />
hostname: blank<br />
port: 80<br />
ip address: 10.10.10.2</p>
<p>Default Web Site:<br />
type: http<br />
hostname: blank<br />
port: 80<br />
ip address: 10.10.10.1</p>
<p>Default Web Site:<br />
type: https<br />
hostname: blank<br />
port: 443<br />
ip address: 10.10.10.1</p>
<p>Redirect Autodiscover requests to <a href="https://mail.yusufozturk.info/autodiscover/autodiscover.xml" rel="nofollow">https://mail.yusufozturk.info/autodiscover/autodiscover.xml</a></p>
<p>Also my Powershell script does redirect.</p>
<p>It has to work. We have more than three different Exchange environments with using same configuration without problem. If you are still having issues, then you need to check your SSL configuration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.yusufozturk.info/exchange-server/autodiscover-configuration-for-hosted-exchange-2010-on-powershell.html/comment-page-1#comment-1723</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 13 Feb 2010 10:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.yusufozturk.info/?p=1740#comment-1723</guid>
		<description>Sorry for that Kerry. You are right, this script breaks EMC but I changed it after I saw the issue.

I&#039;ll post here when I go to office. We don&#039;t have any Autodiscover issue right now, I hope we can fix your issue too.</description>
		<content:encoded><![CDATA[<p>Sorry for that Kerry. You are right, this script breaks EMC but I changed it after I saw the issue.</p>
<p>I&#8217;ll post here when I go to office. We don&#8217;t have any Autodiscover issue right now, I hope we can fix your issue too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kerry Denten</title>
		<link>http://www.yusufozturk.info/exchange-server/autodiscover-configuration-for-hosted-exchange-2010-on-powershell.html/comment-page-1#comment-1708</link>
		<dc:creator>Kerry Denten</dc:creator>
		<pubDate>Tue, 09 Feb 2010 03:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.yusufozturk.info/?p=1740#comment-1708</guid>
		<description>G&#039;day Yusuf,

I&#039;ve installed a hosted Exchange 2010 environment which is working well, except for the Autodiscover issue.

Even though I&#039;ve created the Autodiscover_redirect site and have configured it correctly, I still can&#039;t get this working.

I have two issues ...

By default, Exchange 2010 has installed an Autodiscover virtual directory under the default website. Do I need to remove that virtual directory and create a new Autodiscover site?

And, if I bind an IP to the default website, it breaks EMC. It&#039;s OK if I bind an IP to 443, but not to 80. And if I remove the 80 binding from the Default website, then EMC breaks again.

So I&#039;m stuck. Can you offer come advice?

Bear in mind, I need to tread carefully because we already have clients live on the installation so I can&#039;t afford to break anything.

Thanks,

Kerry</description>
		<content:encoded><![CDATA[<p>G&#8217;day Yusuf,</p>
<p>I&#8217;ve installed a hosted Exchange 2010 environment which is working well, except for the Autodiscover issue.</p>
<p>Even though I&#8217;ve created the Autodiscover_redirect site and have configured it correctly, I still can&#8217;t get this working.</p>
<p>I have two issues &#8230;</p>
<p>By default, Exchange 2010 has installed an Autodiscover virtual directory under the default website. Do I need to remove that virtual directory and create a new Autodiscover site?</p>
<p>And, if I bind an IP to the default website, it breaks EMC. It&#8217;s OK if I bind an IP to 443, but not to 80. And if I remove the 80 binding from the Default website, then EMC breaks again.</p>
<p>So I&#8217;m stuck. Can you offer come advice?</p>
<p>Bear in mind, I need to tread carefully because we already have clients live on the installation so I can&#8217;t afford to break anything.</p>
<p>Thanks,</p>
<p>Kerry</p>
]]></content:encoded>
	</item>
</channel>
</rss>

