<?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 2010 add mailbox with powershell</title>
	<atom:link href="http://www.yusufozturk.info/tag/exchange-2010-add-mailbox-with-powershell/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>Exchange Server 2010 &#8211; Mail Hesabı Ekleme işlemi (Powershell)</title>
		<link>http://www.yusufozturk.info/exchange-server/exchange-server-2010-mail-hesabi-ekleme-islemi-powershell.html</link>
		<comments>http://www.yusufozturk.info/exchange-server/exchange-server-2010-mail-hesabi-ekleme-islemi-powershell.html#comments</comments>
		<pubDate>Mon, 30 Nov 2009 23:20:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Windows Powershell]]></category>
		<category><![CDATA[exchange 2010 add mailbox with powershell]]></category>
		<category><![CDATA[exchange 2010 create mailbox powershell]]></category>
		<category><![CDATA[exchange 2010 mail hesabı ekleme]]></category>
		<category><![CDATA[exchange server 2010 mail hesabı yaratma]]></category>

		<guid isPermaLink="false">http://www.yusufozturk.info/?p=1816</guid>
		<description><![CDATA[Exchange Server 2010 üzerinde aşağıdaki function ile mail hesabı yaratabilirsiniz. 1 2 3 4 5 6 7 function Add-MailUser &#123; Param &#40;$UserID, $FirstName, $LastName, $CustomerOU&#41; $ADDomain = &#91;System.DirectoryServices.ActiveDirectory.Domain&#93;::GetCurrentDomain&#40;&#41; $ADDomainName = $ADDomain.Name Enable-Mailbox -Identity &#34;$ADDomainName/$CustomerOU/$FirstName $LastName&#34; -Alias &#34;$UserID&#34; &#125; Kullanımı: Add-MailUser –UserID &#34;$UserID&#34; –FirstName &#34;$FirstName&#34; –LastName &#34;$LastName&#34; -CustomerOU &#34;$CustomerOU&#34; Function dosyası kullanmamızın en büyük faydası, mail [...]]]></description>
		<wfw:commentRss>http://www.yusufozturk.info/exchange-server/exchange-server-2010-mail-hesabi-ekleme-islemi-powershell.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

