<?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; Exchange 2007</title>
	<atom:link href="http://luka.manojlovic.net/tag/exchange-2007/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>New certificate in Exchange 2007 step-by-step</title>
		<link>http://luka.manojlovic.net/2008/01/12/new-certificate-in-exchange-2007-step-by-step/</link>
		<comments>http://luka.manojlovic.net/2008/01/12/new-certificate-in-exchange-2007-step-by-step/#comments</comments>
		<pubDate>Sat, 12 Jan 2008 14:49:45 +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[certificate step-by-step]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2007 certificate]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2008/01/12/new-certificate-in-exchange-2007-step-by-step/</guid>
		<description><![CDATA[1. step New-ExchangeCertificate -generaterequest:1 -domainname domain.com,mail.domain.com,smtp.domain.com,pop3.domain.com -privatekeyexportable:1 -path c:\cert.txt -force:1 2. step Import certificate request using web access to your Certification authority - logon as administrator! (WEB SERVER!!!) 3. step Export certificate to a location on the disk&#8230; c:\certnew.crt 4. step Import-ExchangeCertificate -path c:\certnew.cer 5. step Enable-ExchangeCertificate -thumbprint 5ACC9A5D90E2CFDBAD6E25CD02362B8954506810 -Services &#8220;IIS,POP,SMTP,IMAP&#8221; To remove old certificates: Remove-ExchangeCertificate [...]]]></description>
			<content:encoded><![CDATA[<p align="left">1. step<br />
New-ExchangeCertificate -generaterequest:1 -domainname domain.com,mail.domain.com,smtp.domain.com,pop3.domain.com -privatekeyexportable:1 -path c:\cert.txt -force:1</p>
<p align="left">2. step<br />
Import certificate request using web access to your Certification authority - logon as administrator! (WEB SERVER!!!)</p>
<p align="left">3. step<br />
Export certificate to a location on the disk&#8230; c:\certnew.crt</p>
<p align="left">4. step<br />
Import-ExchangeCertificate -path c:\certnew.cer</p>
<p align="left">5. step<br />
Enable-ExchangeCertificate -thumbprint 5ACC9A5D90E2CFDBAD6E25CD02362B8954506810 -Services &#8220;IIS,POP,SMTP,IMAP&#8221;</p>
<p align="left">To remove old certificates:<br />
Remove-ExchangeCertificate -Thumbprint &#8230;&#8230;&#8230;&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2008/01/12/new-certificate-in-exchange-2007-step-by-step/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>View all public folders recursively using Powershell in Exchange 2007</title>
		<link>http://luka.manojlovic.net/2008/01/12/view-all-public-folders-recursively-using-powershell-in-exchange-2007/</link>
		<comments>http://luka.manojlovic.net/2008/01/12/view-all-public-folders-recursively-using-powershell-in-exchange-2007/#comments</comments>
		<pubDate>Sat, 12 Jan 2008 14:43:15 +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[Public folders]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2008/01/12/view-all-public-folders-recursively-using-powershell-in-exchange-2007/</guid>
		<description><![CDATA[get-PublicFolder \ -recur]]></description>
			<content:encoded><![CDATA[<p align="left">get-PublicFolder \ -recur</p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2008/01/12/view-all-public-folders-recursively-using-powershell-in-exchange-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SenderID configuration using Powershell in Exchange 2007</title>
		<link>http://luka.manojlovic.net/2008/01/12/senderid-configuration-using-powershell-in-exchange-2007/</link>
		<comments>http://luka.manojlovic.net/2008/01/12/senderid-configuration-using-powershell-in-exchange-2007/#comments</comments>
		<pubDate>Sat, 12 Jan 2008 14:42:23 +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[SenderID]]></category>
		<category><![CDATA[SPF]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2008/01/12/senderid-configuration-using-powershell-in-exchange-2007/</guid>
		<description><![CDATA[Set-SenderIDConfig -Enabled $true Set-SenderIDConfig -SpoofedDomainAction StampStatus &#124; Reject &#124; Delete Set-SenderIDConfig -TempErrorAction StampStatus &#124; Reject &#124; Delete]]></description>
			<content:encoded><![CDATA[<p align="left">Set-SenderIDConfig -Enabled $true<br />
Set-SenderIDConfig -SpoofedDomainAction StampStatus | Reject | Delete<br />
Set-SenderIDConfig -TempErrorAction StampStatus | Reject | Delete</p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2008/01/12/senderid-configuration-using-powershell-in-exchange-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check Activesync policy settings using Powershell in Exchange 2007</title>
		<link>http://luka.manojlovic.net/2008/01/12/check-activesync-policy-settings-using-powershell-in-exchange-2007/</link>
		<comments>http://luka.manojlovic.net/2008/01/12/check-activesync-policy-settings-using-powershell-in-exchange-2007/#comments</comments>
		<pubDate>Sat, 12 Jan 2008 14:40:53 +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[Activesync]]></category>
		<category><![CDATA[Exchange 2007]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2008/01/12/check-activesync-policy-settings-using-powershell-in-exchange-2007/</guid>
		<description><![CDATA[Get-ActiveSyncMailboxPolicy -Identity &#8220;POLICYNAME&#8221;]]></description>
			<content:encoded><![CDATA[<p>Get-ActiveSyncMailboxPolicy -Identity &#8220;POLICYNAME&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2008/01/12/check-activesync-policy-settings-using-powershell-in-exchange-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Activesync policy to allow phone to be locked immediatly using Powershell in Exchange 2007</title>
		<link>http://luka.manojlovic.net/2008/01/12/activesync-policy-to-allow-phone-to-be-locked-immediatly-using-powershell-in-exchange-2007/</link>
		<comments>http://luka.manojlovic.net/2008/01/12/activesync-policy-to-allow-phone-to-be-locked-immediatly-using-powershell-in-exchange-2007/#comments</comments>
		<pubDate>Sat, 12 Jan 2008 14:40:09 +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[Activesync]]></category>
		<category><![CDATA[Exchange 2007]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2008/01/12/activesync-policy-to-allow-phone-to-be-locked-immediatly-using-powershell-in-exchange-2007/</guid>
		<description><![CDATA[Set-ActiveSyncMailboxPolicy -identity &#8220;POLICYNAME&#8221; -MaxInactivityTimeDeviceLock:00:00:00 This script allows you to use instant &#8220;lock&#8221; on your phone&#8230;]]></description>
			<content:encoded><![CDATA[<p align="left">Set-ActiveSyncMailboxPolicy -identity &#8220;POLICYNAME&#8221; -MaxInactivityTimeDeviceLock:00:00:00</p>
<p align="left">This script allows you to use instant &#8220;lock&#8221; on your phone&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2008/01/12/activesync-policy-to-allow-phone-to-be-locked-immediatly-using-powershell-in-exchange-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<item>
		<title>Add IP Blocklist provider using Powershell in Exchange 2007</title>
		<link>http://luka.manojlovic.net/2008/01/12/add-ip-blocklist-provider-using-powershell-in-exchange-2007/</link>
		<comments>http://luka.manojlovic.net/2008/01/12/add-ip-blocklist-provider-using-powershell-in-exchange-2007/#comments</comments>
		<pubDate>Sat, 12 Jan 2008 14:33:19 +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[IP Blocklist provider]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2008/01/12/add-ip-blocklist-provider-using-powershell-in-exchange-2007/</guid>
		<description><![CDATA[Add-IPBlockListProvider -Name zen.spamhaus.org -LookupDomain zen.spamhaus.org -AnyMatch $True -Enabled $True -RejectionResponse &#8220;Your IP is blacklisted! http://www.spamhaus.org&#8220; This script adds new provider called zen.spamhaus.org, makes lookups to zen.spamhaus.org and it works on any reply (127.0.0.1,2 &#8230;), it does enable this provider and it sets response that is sent to sender.]]></description>
			<content:encoded><![CDATA[<p align="left">Add-IPBlockListProvider -Name zen.spamhaus.org -LookupDomain zen.spamhaus.org -AnyMatch $True -Enabled $True -RejectionResponse &#8220;Your IP is blacklisted! <a href="http://www.spamhaus.org/">http://www.spamhaus.org</a>&#8220;</p>
<p align="left">This script adds new provider called zen.spamhaus.org, makes lookups to zen.spamhaus.org and it works on any reply (127.0.0.1,2 &#8230;), it does enable this provider and it sets response that is sent to sender.</p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2008/01/12/add-ip-blocklist-provider-using-powershell-in-exchange-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2007 increase max recieve message size</title>
		<link>http://luka.manojlovic.net/2008/01/04/exchange-2007-increase-max-recieve-message-size/</link>
		<comments>http://luka.manojlovic.net/2008/01/04/exchange-2007-increase-max-recieve-message-size/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 10:58:27 +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[increase max recieve size]]></category>
		<category><![CDATA[recieve message size]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2008/01/04/exchange-2007-increase-max-recieve-message-size/</guid>
		<description><![CDATA[Two Powershell cmdlets&#8230; get-receiveconnector &#124; select identity,maxmessagesize set-receiveconnector &#8220;Connector Name&#8221; -maxmessagesize 30MB]]></description>
			<content:encoded><![CDATA[<p>Two Powershell cmdlets&#8230;</p>
<p>get-receiveconnector | select identity,maxmessagesize</p>
<p>set-receiveconnector &#8220;Connector Name&#8221; -maxmessagesize 30MB</p>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2008/01/04/exchange-2007-increase-max-recieve-message-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
