<?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>Luka Manojlovic &#187; safelist</title>
	<atom:link href="http://luka.manojlovic.net/tag/safelist/feed/" rel="self" type="application/rss+xml" />
	<link>http://luka.manojlovic.net</link>
	<description>Luka&#039;s technical blog</description>
	<lastBuildDate>Mon, 24 May 2010 21:59:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Update safelist using Powershell in Exchange 2007</title>
		<link>http://luka.manojlovic.net/2008/01/12/update-safelist-using-powershell-in-exchange-2007/</link>
		<comments>http://luka.manojlovic.net/2008/01/12/update-safelist-using-powershell-in-exchange-2007/#comments</comments>
		<pubDate>Sat, 12 Jan 2008 14:37:48 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[MS Exchange server]]></category>
		<category><![CDATA[MS Exchange server 2007]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[safelist]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2008/01/12/update-safelist-using-powershell-in-exchange-2007/</guid>
		<description><![CDATA[get-mailbox -ResultSize Unlimited &#124; where {$_.RecipientType -eq [Microsoft.Exchange.Data.Directory.Recipient.RecipientType]::UserMailbox } &#124; update-safelist]]></description>
			<content:encoded><![CDATA[<p align="left">get-mailbox -ResultSize Unlimited | where {$_.RecipientType -eq [Microsoft.Exchange.Data.Directory.Recipient.RecipientType]::UserMailbox } | update-safelist</p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2008/01/12/update-safelist-using-powershell-in-exchange-2007/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
