<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Yusuf Ozturk &#187; Exchange Server</title>
	<atom:link href="http://www.yusufozturk.info/category/exchange-server/feed" rel="self" type="application/rss+xml" />
	<link>http://www.yusufozturk.info</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 30 Jan 2012 20:26:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Setting Smarthost with Basic Authentication on Hosted Exchange 2010 SP1</title>
		<link>http://www.yusufozturk.info/exchange-server/setting-smarthost-with-basic-authentication-on-hosted-exchange-2010-sp1.html</link>
		<comments>http://www.yusufozturk.info/exchange-server/setting-smarthost-with-basic-authentication-on-hosted-exchange-2010-sp1.html#comments</comments>
		<pubDate>Tue, 26 Jul 2011 20:14:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Windows Powershell]]></category>
		<category><![CDATA[basic auth send connector]]></category>
		<category><![CDATA[exchange 2010 send connector]]></category>
		<category><![CDATA[exchange 2010 smarthost basic auth]]></category>
		<category><![CDATA[send connector basic authentication]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=3512</guid>
		<description><![CDATA[If you have an MTA, you have to configure Send-Connector to use that MTA as a smarthost. If that MTA is yours, then you can set relay on that server for your Exchange servers. But what about 3rd party MTA providers like DynDNS? They give you username/password for Basic Authentication and you can&#8217;t send email [...]]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/exchange-server/setting-smarthost-with-basic-authentication-on-hosted-exchange-2010-sp1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Showing DAG Configuration on Hosted Exchange 2010 with Powershell</title>
		<link>http://www.yusufozturk.info/exchange-server/showing-dag-configuration-on-hosted-exchange-2010-with-powershell.html</link>
		<comments>http://www.yusufozturk.info/exchange-server/showing-dag-configuration-on-hosted-exchange-2010-with-powershell.html#comments</comments>
		<pubDate>Thu, 30 Jun 2011 20:58:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Windows Powershell]]></category>
		<category><![CDATA[hosted exchange 2010 DAG conf]]></category>
		<category><![CDATA[show DAG conf]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=3265</guid>
		<description><![CDATA[You can get DAG configuration with this script. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 $DAGMemberServersArray = New-Object System.Collections.ArrayList &#160; If &#40;$Selected.Count -eq &#34;0&#34;&#41; &#123; [...]]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/exchange-server/showing-dag-configuration-on-hosted-exchange-2010-with-powershell.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting available Hub Transport Server for DAG with Powershell</title>
		<link>http://www.yusufozturk.info/exchange-server/getting-available-hub-transport-server-for-dag-with-powershell.html</link>
		<comments>http://www.yusufozturk.info/exchange-server/getting-available-hub-transport-server-for-dag-with-powershell.html#comments</comments>
		<pubDate>Thu, 30 Jun 2011 20:54:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Windows Powershell]]></category>
		<category><![CDATA[get available hub transport]]></category>
		<category><![CDATA[hub transport DAG member]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=3263</guid>
		<description><![CDATA[This script checks all available hub transport servers for DAG membership. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 $AvailableHTServer = @&#40;Get-ExchangeServer &#124; where &#123;$_.ServerRole -like &#34;*HubTransport*&#34; -and $_.ServerRole [...]]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/exchange-server/getting-available-hub-transport-server-for-dag-with-powershell.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preparing Active Directory for Hosted Exchange 2010 with Powershell</title>
		<link>http://www.yusufozturk.info/exchange-server/preparing-active-directory-for-hosted-exchange-2010-with-powershell.html</link>
		<comments>http://www.yusufozturk.info/exchange-server/preparing-active-directory-for-hosted-exchange-2010-with-powershell.html#comments</comments>
		<pubDate>Thu, 30 Jun 2011 20:47:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Windows Powershell]]></category>
		<category><![CDATA[exchange 2010 sp1]]></category>
		<category><![CDATA[exchange prepare ad]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=3259</guid>
		<description><![CDATA[Hello, You can use this script as a function to prepare Active Directory for HE 2010. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 [...]]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/exchange-server/preparing-active-directory-for-hosted-exchange-2010-with-powershell.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosted Exchange 2010 SP1 Configuration Tool</title>
		<link>http://www.yusufozturk.info/exchange-server/hosted-exchange-2010-sp1-configuration-tool.html</link>
		<comments>http://www.yusufozturk.info/exchange-server/hosted-exchange-2010-sp1-configuration-tool.html#comments</comments>
		<pubDate>Thu, 30 Jun 2011 20:05:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Windows Powershell]]></category>
		<category><![CDATA[exchange 2010 sp1 configurator]]></category>
		<category><![CDATA[hosted exchange]]></category>
		<category><![CDATA[hosted exchange 2010 sp1 configuration]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=3241</guid>
		<description><![CDATA[Hello, I&#8217;m happy to pronounce my new Powershell tool. I&#8217;m sure that will help who wants to install Hosted Exchange. Functionalities: 1) Prepare Active Directory: Prepares existing active directory to install Hosted Exchange 2010 SP1. 2) Install Exchange Roles: Helps you to install Exchange roles unattended. 3) Uninstall Exchange Roles: Helps you to uninstall Exchanges [...]]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/exchange-server/hosted-exchange-2010-sp1-configuration-tool.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange Server 2010 SP1 Hub CAS Rolü için gerekli bileşenler</title>
		<link>http://www.yusufozturk.info/exchange-server/necessary-components-for-exchange-server-2010-sp1-cas-role.html</link>
		<comments>http://www.yusufozturk.info/exchange-server/necessary-components-for-exchange-server-2010-sp1-cas-role.html#comments</comments>
		<pubDate>Wed, 05 Jan 2011 14:29:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Windows Powershell]]></category>
		<category><![CDATA[cas role components]]></category>
		<category><![CDATA[exchange server 2010 sp1 cas role]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=2751</guid>
		<description><![CDATA[Gerekli işletim sistemi bileşenlerini Powershell kullanarak kurabilirsiniz. Öncelikle ServerManager modülünü import edin: Import-Module ServerManager Şimdi gerekli bileşenleri yükleyebilirsiniz: Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart Bu bileşenler sadece CAS rolü için geçerlidir.]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/exchange-server/necessary-components-for-exchange-server-2010-sp1-cas-role.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange Server 2010 SP1 Hub Transport Rolü için gerekli bileşenler</title>
		<link>http://www.yusufozturk.info/exchange-server/necessary-components-for-exchange-server-2010-sp1-hub-transport-role.html</link>
		<comments>http://www.yusufozturk.info/exchange-server/necessary-components-for-exchange-server-2010-sp1-hub-transport-role.html#comments</comments>
		<pubDate>Wed, 05 Jan 2011 14:20:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Windows Powershell]]></category>
		<category><![CDATA[exchange server 2010 sp1 hub transport role]]></category>
		<category><![CDATA[hub transport role components]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=2746</guid>
		<description><![CDATA[Gerekli işletim sistemi bileşenlerini Powershell kullanarak kurabilirsiniz. Öncelikle ServerManager modülünü import edin: Import-Module ServerManager Şimdi gerekli bileşenleri yükleyebilirsiniz: Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server -Restart Bu bileşenler sadece Hub Transport rolü için geçerlidir.]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/exchange-server/necessary-components-for-exchange-server-2010-sp1-hub-transport-role.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Information Service is in 32-bit mode warning</title>
		<link>http://www.yusufozturk.info/exchange-server/internet-information-service-is-in-32-bit-mode-warning.html</link>
		<comments>http://www.yusufozturk.info/exchange-server/internet-information-service-is-in-32-bit-mode-warning.html#comments</comments>
		<pubDate>Wed, 01 Dec 2010 11:56:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[hosted exchange 2010]]></category>
		<category><![CDATA[hosted exchange iis 32 bit mode]]></category>
		<category><![CDATA[iis 32-bit mode warning]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=2672</guid>
		<description><![CDATA[You may get this warning when you try to install Hosted Exchange 2010 SP1. The Microsoft Internet Information Service is in 32-bit mode and this is a 64-bit computer. The mode must be changed before Setup can continue. Open a command prompt and type following: cscript c:\inetpub\adminscripts\adsutil.vbs SET /w3svc/AppPools/Enable32BitAppOnWin64 False Now you can continue to [...]]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/exchange-server/internet-information-service-is-in-32-bit-mode-warning.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosted Exchange 2010 Kurulum Dökümanı – Bölüm 3</title>
		<link>http://www.yusufozturk.info/exchange-server/hosted-exchange-2010-kurulum-dokumani-bolum-3.html</link>
		<comments>http://www.yusufozturk.info/exchange-server/hosted-exchange-2010-kurulum-dokumani-bolum-3.html#comments</comments>
		<pubDate>Mon, 18 Oct 2010 13:51:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[exchange 2010 kurulum]]></category>
		<category><![CDATA[hosted exchange 2010 kurulum]]></category>
		<category><![CDATA[hosted exchange kurulum]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=2534</guid>
		<description><![CDATA[Bir önceki bölümde, mailbox database&#8217;lerini ayarlamıştık. Ayrıca bu database&#8217;leri Exchange DAG kullanarak, high available hale getirmiştik. Bu bölümde, OWA load balancing ve sertifika işlemlerini göreceğiz. Load Balancing gereksinimleri için Citrix Netscaler kullanacağım. Fakat Brocade gibi farklı donanımsal load balancing çözümleri ile yazılımsal çözümleri kullanabilirsiniz. Ne de olsa Load Balancing işini hepsi aynı mantıkta yapıyor :) [...]]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/exchange-server/hosted-exchange-2010-kurulum-dokumani-bolum-3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosted Exchange 2010 Kurulum Dökümanı – Bölüm 2</title>
		<link>http://www.yusufozturk.info/exchange-server/hosted-exchange-2010-kurulum-dokumani-bolum-2.html</link>
		<comments>http://www.yusufozturk.info/exchange-server/hosted-exchange-2010-kurulum-dokumani-bolum-2.html#comments</comments>
		<pubDate>Sun, 03 Oct 2010 21:20:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[exchange 2010 kurulum]]></category>
		<category><![CDATA[hosted exchange 2010 kurulum]]></category>
		<category><![CDATA[hosted exchange kurulum]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=2509</guid>
		<description><![CDATA[İlk makalemizde, yedekli Hosted Exchange yapımızı oluşturabilmek amacıyla iki adet Client Access Server (CAS) ve Mailbox Server ile iki adet Hub Transport Server kurulumu yapmıştık. Makalemizin ikinci bölümünde, ilk bölümde kurduğumuz iki Mailbox sunucu arasında Database Availability Group oluşturacağız. Böylece iki Mailbox sunucumuzun da yedekli çalışır olmasını sağlayacağız. DAG yapıları ile birlikte, Mailbox database&#8217;i, Cluster [...]]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/exchange-server/hosted-exchange-2010-kurulum-dokumani-bolum-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

