<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://powershell.com/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Exchange</title><link>http://powershell.com/cs/forums/82.aspx</link><description>Using PowerShell to manage Exchange using WMI and PowerShell Cmdlets.</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 (Build: 30929.2835)</generator><item><title>Exchange 2007 Mailbox Rentention policy</title><link>http://powershell.com/cs/forums/thread/2717.aspx</link><pubDate>Mon, 15 Jun 2009 11:20:35 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:2717</guid><dc:creator>Krishna</dc:creator><slash:comments>0</slash:comments><comments>http://powershell.com/cs/forums/thread/2717.aspx</comments><wfw:commentRss>http://powershell.com/cs/forums/commentrss.aspx?SectionID=82&amp;PostID=2717</wfw:commentRss><description>&lt;div class="snap_preview"&gt;
&lt;p&gt;Modifying Mailbox Rentention policy on Exchange 2007 Server Stores. By default mailbox retention policy of Exchagne 2007 Store is 30 days. you can modify this as per the requirement.&amp;nbsp; Below command helps to modify all the store&lt;/p&gt;
&lt;p&gt;Get-Mailboxdatabase | Set-MailboxDatabase -MailboxRetention 10&lt;/p&gt;
&lt;p&gt;Below command will set the Mailbox retention policy on the specified exchagne server to 10 days&lt;/p&gt;
&lt;p&gt;Get-Mailboxdatabase | |?{$_.ServerName -eq &amp;lt;servername&amp;gt;} | Set-MailboxDatabase -MailboxRetention 10&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;&lt;a href="http://smtpport25.wordpress.com/2009/06/15/exchange-2007-mailbox-rentention-policy/"&gt;http://smtpport25.wordpress.com/2009/06/15/exchange-2007-mailbox-rentention-policy/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Krishna,&lt;br /&gt;&lt;a href="http://smtpport25.wordpress.com"&gt;Http://smtpport25.wordpress.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>