<?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>Bryan&#039;s Tech KB &#187; Exchange Server</title>
	<atom:link href="http://www.bryanluce.com/kb/category/microsoft/exchange-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bryanluce.com/kb</link>
	<description></description>
	<lastBuildDate>Tue, 20 Sep 2011 02:42:35 +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>Script: Check Exchange 2007 Database size with PowerShell</title>
		<link>http://www.bryanluce.com/kb/2010/10/script-check-exchange-2007-database-size-with-powershell/</link>
		<comments>http://www.bryanluce.com/kb/2010/10/script-check-exchange-2007-database-size-with-powershell/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 19:51:28 +0000</pubDate>
		<dc:creator>Bryan Luce</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.bryanluce.com/kb/?p=411</guid>
		<description><![CDATA[Summary of Issue Use PowerShell to check the size of Exchange 2007 and 2010 databases. Methods to resolve the problem Exchange 2007 C:\> Get-MailboxDatabase &#124; foreach-object {add-member -inputobject $_ -membertype noteproperty -name mailboxdbsizeinGB -value ([math]::Round(([int64](get-wmiobject cim_datafile -computername $_.server -filter ('name=''' + $_.edbfilepath.pathname.replace("\","\\") + '''')).filesize / 1GB),2)) -passthru} &#124; Sort-Object mailboxdbsizeinGB -Descending &#124; format-table identity,mailboxdbsizeinGB Exchange [...]]]></description>
		<wfw:commentRss>http://www.bryanluce.com/kb/2010/10/script-check-exchange-2007-database-size-with-powershell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure Exchange mailbox forwarding</title>
		<link>http://www.bryanluce.com/kb/2010/06/configure-email-forwarding-on-another-domain/</link>
		<comments>http://www.bryanluce.com/kb/2010/06/configure-email-forwarding-on-another-domain/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 14:45:36 +0000</pubDate>
		<dc:creator>Bryan Luce</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://www.bryanluce.com/kb/?p=349</guid>
		<description><![CDATA[Summary of Issue Use the following steps to forward email received at one mailbox to another. The example below forwards the email received at one domain to another. Methods to resolve the problem Instructions Exchange 2003 Sign into the Mail Server Create a new Contact in AD After creating the contact open it up and [...]]]></description>
		<wfw:commentRss>http://www.bryanluce.com/kb/2010/06/configure-email-forwarding-on-another-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Enabled Lists and Inbound Email</title>
		<link>http://www.bryanluce.com/kb/2009/09/email-enabled-lists-and-inbound-email/</link>
		<comments>http://www.bryanluce.com/kb/2009/09/email-enabled-lists-and-inbound-email/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 14:48:45 +0000</pubDate>
		<dc:creator>Bryan Luce</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[SharePoint Server 2007]]></category>
		<category><![CDATA[SharePoint Services v3.0]]></category>

		<guid isPermaLink="false">http://www.bryanluce.com/kb/?p=118</guid>
		<description><![CDATA[To create email enabled lists I found the following sources very helpful: Joel Oleson: Email Enabled Lists and Inbound email Microsoft: Plan incoming e-mail (Windows SharePoint Services) Combined Knowledge.com &#8211; How to configure Incoming Email Enabled Libraries in MOSS2007 RTM using Exchange 2003 in an Active Directory Domain]]></description>
		<wfw:commentRss>http://www.bryanluce.com/kb/2009/09/email-enabled-lists-and-inbound-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

