<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/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>Unified Communications News Tips and Tricks : Powershell</title><link>http://blogs.technet.com/exchangept/archive/tags/Powershell/default.aspx</link><description>Tags: Powershell</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Microsoft Exchange Server 2007 Management Tools (32-Bit) released</title><link>http://blogs.technet.com/exchangept/archive/2008/05/08/microsoft-exchange-server-2007-management-tools-32-bit-released.aspx</link><pubDate>Thu, 08 May 2008 19:03:14 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3052469</guid><dc:creator>David Figueiredo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/exchangept/comments/3052469.aspx</comments><wfw:commentRss>http://blogs.technet.com/exchangept/commentrss.aspx?PostID=3052469</wfw:commentRss><description>&lt;p&gt;Exchange Server 2007 is a native 64-bit application that includes 64-bit management tools. You can use the management tools to administer your Exchange Server environment remotely. If the remote computer is running a 32-bit operating system, you will need to download the 32-bit management tools.&lt;/p&gt;  &lt;p&gt;Download Link:&lt;/p&gt;  &lt;p&gt;&lt;a title="https://www.microsoft.com/downloads/details.aspx?FamilyID=6be38633-7248-4532-929b-76e9c677e802&amp;amp;DisplayLang=en" href="https://www.microsoft.com/downloads/details.aspx?FamilyID=6be38633-7248-4532-929b-76e9c677e802&amp;amp;DisplayLang=en"&gt;https://www.microsoft.com/downloads/details.aspx?FamilyID=6be38633-7248-4532-929b-76e9c677e802&amp;amp;DisplayLang=en&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3052469" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/exchangept/archive/tags/Powershell/default.aspx">Powershell</category><category domain="http://blogs.technet.com/exchangept/archive/tags/Exchange+2007/default.aspx">Exchange 2007</category><category domain="http://blogs.technet.com/exchangept/archive/tags/Exchange+General/default.aspx">Exchange General</category></item><item><title>Create custom addresslist in Exchange 2007</title><link>http://blogs.technet.com/exchangept/archive/2008/04/21/create-custom-addresslist-in-exchange-2007.aspx</link><pubDate>Mon, 21 Apr 2008 13:32:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3041480</guid><dc:creator>David Figueiredo</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/exchangept/comments/3041480.aspx</comments><wfw:commentRss>http://blogs.technet.com/exchangept/commentrss.aspx?PostID=3041480</wfw:commentRss><description>&lt;P&gt;In a first glance to the Address List creation Wizard it seem's that a old fashion query is missing from it, as usual we use Powershell to solve the issue.&lt;/P&gt;
&lt;P&gt;The new way to create a custom address list has been simplified in Powershell, instead of the old headache that the LDAP queries in Exchange 2003 were we have now a simple syntax were we can choose all attributes that will filter our Custom address list.&lt;/P&gt;
&lt;P&gt;In the following syntax we are creating a new address list that includes all users enabled mailbox that their offices is in Lisbon:&lt;/P&gt;
&lt;P&gt;New-AddressList -Name Teste&amp;nbsp; -RecipientFilter {((RecipientType -eq 'UserMailbox') -and ((office -eq 'Lisbon')))} 
&lt;P&gt;The full command description can be found here:&lt;/P&gt;
&lt;P&gt;&lt;A title=http://uat.technet.microsoft.com/en-us/library/aa996912.aspx href="http://uat.technet.microsoft.com/en-us/library/aa996912.aspx"&gt;&lt;FONT color=#006ff7&gt;http://uat.technet.microsoft.com/en-us/library/aa996912.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And the full list of Filterable properties can be found here:&lt;/P&gt;
&lt;P&gt;&lt;A title=http://uat.technet.microsoft.com/en-us/library/bb430771(EXCHG.80).aspx href="http://uat.technet.microsoft.com/en-us/library/bb430771(EXCHG.80).aspx"&gt;&lt;FONT color=#006ff7&gt;http://uat.technet.microsoft.com/en-us/library/bb430771(EXCHG.80).aspx&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3041480" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/exchangept/archive/tags/Powershell/default.aspx">Powershell</category><category domain="http://blogs.technet.com/exchangept/archive/tags/Exchange+2007/default.aspx">Exchange 2007</category></item><item><title>Using Exchange Database Portability in Exchange 2007</title><link>http://blogs.technet.com/exchangept/archive/2007/10/18/using-exchange-database-portability-in-exchange-2007.aspx</link><pubDate>Thu, 18 Oct 2007 11:39:36 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2196552</guid><dc:creator>David Figueiredo</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/exchangept/comments/2196552.aspx</comments><wfw:commentRss>http://blogs.technet.com/exchangept/commentrss.aspx?PostID=2196552</wfw:commentRss><description>&lt;p&gt;&lt;/p&gt;  &lt;p&gt;This is a great feature of Exchange 2007, that was a real headache in Exchange 2003 if you all remember in &amp;quot;those days&amp;quot; if you want to mount a DB in another server a series of requisites were needed to do so (The worst of all was that the target server needed to have the exact same name has the old one, fact that in production environments were a major problem, and the alternative was mount it in a lab environment). So now with Exchange 2007 just have to put the DB in any server with any name mount it and change the users info trough PS. This sound very simple, doesn't it? but it is.. here's how:&lt;/p&gt;  &lt;p&gt; The first step is to guarantee that the DB is in a clean state for that just run eseutil /mh NAME-OF-DATABASE.EDB against it&lt;/p&gt;  &lt;p&gt;This should be the result&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/exchangept/WindowsLiveWriter/UsingExchangeDatabasePortabilityinExchan_87CA/image_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="44" alt="image" src="http://blogs.technet.com/blogfiles/exchangept/WindowsLiveWriter/UsingExchangeDatabasePortabilityinExchan_87CA/image_thumb.png" width="244" border="0" /&gt;&lt;/a&gt;&amp;#xA0;&lt;/p&gt;  &lt;p&gt;&amp;#xA0;&lt;/p&gt;  &lt;p&gt;So the next step should be the creation of a new mbx in the destination server, this mbx shouldn't be mounted in the end, and we must allow it to be overwritten. Another point to consider is that the name of this database should be the same of the original.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;New MBX&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;New-MailboxDatabase -StorageGroup &amp;lt;Server_Name&amp;gt;\&amp;lt;StorageGroup_Name&amp;gt; -Name &amp;lt;Database Name&amp;gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Allow it to be overwritten&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Set-MailboxDatabase &amp;lt;Database Name&amp;gt; -AllowFileRestore:$true&lt;/p&gt;  &lt;p&gt;(This can also be performed trough the Exchange Management Console)&lt;/p&gt;  &lt;p&gt;Ok, so after this we just have to copy the original Database to the path defined for it, if you don't know were is it just check the database properties in the Exchange Management console.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/exchangept/WindowsLiveWriter/UsingExchangeDatabasePortabilityinExchan_87CA/image_4.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="36" alt="image" src="http://blogs.technet.com/blogfiles/exchangept/WindowsLiveWriter/UsingExchangeDatabasePortabilityinExchan_87CA/image_thumb_1.png" width="244" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Now we're ready to mount it &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Mount-Database &amp;lt;Database Name&amp;gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;And finally change the user account setting to point to the new server and Database to do so:&lt;/p&gt;  &lt;p&gt;Get-Mailbox -Database NAME-OF-SERVER1\DATABASE-NAME |where {$_.ObjectClass -NotMatch '(SystemAttendantMailbox|ExOleDbSystemMailbox)'}| Move-Mailbox -ConfigurationOnly -TargetDatabase NAME-OF-SERVER2\DATABASE-NAME&lt;/p&gt;  &lt;p&gt;After Active Directory replication your users will be able to access their Mailboxes, one last thing be aware that Outlook 2007 clients should be redirected automatically because of the auto discovery service, in Outlook 2003 you should manually change the users server.&lt;/p&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2196552" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/exchangept/archive/tags/Powershell/default.aspx">Powershell</category><category domain="http://blogs.technet.com/exchangept/archive/tags/Exchange+2007/default.aspx">Exchange 2007</category></item><item><title>Bulk creation of Exchange 2007 Mailboxes</title><link>http://blogs.technet.com/exchangept/archive/2007/10/04/bulk-creation-of-exchange-2007-mailboxes.aspx</link><pubDate>Thu, 04 Oct 2007 12:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2106341</guid><dc:creator>David Figueiredo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/exchangept/comments/2106341.aspx</comments><wfw:commentRss>http://blogs.technet.com/exchangept/commentrss.aspx?PostID=2106341</wfw:commentRss><description>&lt;P&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US"&gt;So this week&amp;nbsp;I had the&amp;nbsp;need of some test's of integration with Exchange 2007, and&amp;nbsp;&amp;nbsp;the first show stopper was at the point of creating 1000 users for testing purposes. Ok the creation of the users in AD is easy just grab the old vbs scripts, now the Select All -&amp;gt; Enable Mailbox where is it??? ooops just forgot that this is Exchange 2007 users, well let's take a look at the Powershell notes:&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US"&gt;And the result was this piece of cmdlet&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US"&gt;&amp;nbsp;get-user&amp;nbsp; | where-object{$_.RecipientType –eq "User"&lt;SPAN style="mso-bidi-font-weight: bold"&gt;} | Enable-Mailbox –Database "SERVER NAME\MBX NAME"}&lt;/SPAN&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US; mso-bidi-font-weight: bold"&gt;Get all users -----&amp;gt; then enable mailboxes for each one in this Server and Mailbox&lt;/SPAN&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US; mso-bidi-font-weight: bold"&gt;&amp;nbsp;You can filter a little more by choosing the OU or other users attribute like department or Office&lt;/SPAN&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US; mso-bidi-font-weight: bold"&gt;get-user –organizationalUnit&amp;nbsp;CONTOSO OFFICE&amp;nbsp;| where-object{$_.RecipientType –eq "User" -and $_.department –eq "Marketing"} | Enable-Mailbox –Database "SERVER NAME\MBX NAME"}&lt;/SPAN&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-US style="mso-ansi-language: EN-US"&gt;&lt;o:p&gt;&lt;FONT face=Calibri size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2106341" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/exchangept/archive/tags/Powershell/default.aspx">Powershell</category><category domain="http://blogs.technet.com/exchangept/archive/tags/Exchange+2007/default.aspx">Exchange 2007</category></item><item><title>Set recipient limits in Exchange 2007</title><link>http://blogs.technet.com/exchangept/archive/2007/08/02/define-recipient-limits-in-exchange-2007.aspx</link><pubDate>Thu, 02 Aug 2007 12:13:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1680587</guid><dc:creator>David Figueiredo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/exchangept/comments/1680587.aspx</comments><wfw:commentRss>http://blogs.technet.com/exchangept/commentrss.aspx?PostID=1680587</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: PT"&gt;Ok continuing the quick tips for Exchange 2007 operations, here goes another useful task. By default I recommend to all my customers to define recipient limits to all users, just to avoid some "mistakes" like someone that selects all users in the GAL, to send some email that shouldn't be sent to Everyone, as well as some spam that sends emails with bulk&amp;nbsp;recipients.&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt; LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: PT"&gt;So there are several&amp;nbsp;ways to establish limits&amp;nbsp;in E2K7, Globally, by server, by receive connector, by transport....&amp;nbsp;my tip is to establish a limit in the internet receive connector:&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: PT"&gt;Set-ReceiveConnector "Name of Connector" –MaxRecipientsPerMessage “Number of messages allowed per mail” *&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: PT"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: PT"&gt;* To check all connectors name just enter a "Get-ReceiveConnector"&amp;nbsp; in the&amp;nbsp;Edge Server&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: PT"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: PT"&gt;This will establish the recipient limit for mails received externally&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: PT"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: PT"&gt;Next step establish a limit to all users:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: PT"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: PT"&gt;get-user | Set-Mailbox -RecipientLimits "Number of Messages allowed per mail"&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: PT"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: PT"&gt;Of course that you have to put some exceptions (Corporate emails etc.), for that just increase the mailbox limits:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: PT"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: PT"&gt;Set-Mailbox "MAILBOX Name" -RecipientLimits "Number of Messages allowed per mail"&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 0pt; LINE-HEIGHT: normal"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 10pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: PT"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt; LINE-HEIGHT: normal"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: PT"&gt;More info about mailbox limits:&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt; LINE-HEIGHT: normal"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: PT"&gt;&lt;A href="http://technet.microsoft.com/en-us/library/bb124345.aspx" mce_href="http://technet.microsoft.com/en-us/library/bb124345.aspx"&gt;&lt;SPAN style="COLOR: blue"&gt;http://technet.microsoft.com/en-us/library/bb124345.aspx&lt;/SPAN&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt; LINE-HEIGHT: normal"&gt;&lt;SPAN lang=EN-US style="FONT-SIZE: 12pt; FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: PT"&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0cm 0cm 10pt"&gt;&lt;SPAN lang=EN-US style="FONT-FAMILY: 'Arial','sans-serif'; mso-ansi-language: EN-US"&gt;&lt;o:p&gt;&lt;FONT size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=1680587" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/exchangept/archive/tags/Powershell/default.aspx">Powershell</category><category domain="http://blogs.technet.com/exchangept/archive/tags/Exchange+2007/default.aspx">Exchange 2007</category></item><item><title>Powershell book for Download</title><link>http://blogs.technet.com/exchangept/archive/2007/07/12/powershell-book-for-download.aspx</link><pubDate>Thu, 12 Jul 2007 02:23:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1505030</guid><dc:creator>David Figueiredo</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/exchangept/comments/1505030.aspx</comments><wfw:commentRss>http://blogs.technet.com/exchangept/commentrss.aspx?PostID=1505030</wfw:commentRss><description>&lt;P&gt;&lt;SPAN lang=EN-US style="FONT-WEIGHT: normal; FONT-SIZE: 10pt; FONT-FAMILY: 'MS Reference Sans Serif','sans-serif'; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'" minmax_bound="true"&gt;Frank Koch, has made available for download a great ebook about powershell programing, you can download it in the follow link:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN lang=EN-US style="FONT-WEIGHT: normal; FONT-SIZE: 10pt; FONT-FAMILY: 'MS Reference Sans Serif','sans-serif'; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'" minmax_bound="true"&gt;&lt;A href="http://download.microsoft.com/download/a/9/4/a94270c7-ed16-4c72-8280-658c66315719/Windows%20Powershell%20-%20EN.zip" minmax_bound="true"&gt;&lt;FONT color=#0000ff minmax_bound="true"&gt;http://download.microsoft.com/download/a/9/4/a94270c7-ed16-4c72-8280-658c66315719/Windows%20Powershell%20-%20EN.zip&lt;/FONT&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN lang=EN-US style="FONT-WEIGHT: normal; FONT-SIZE: 10pt; FONT-FAMILY: 'MS Reference Sans Serif','sans-serif'; mso-ansi-language: EN-US; mso-fareast-font-family: 'Times New Roman'" minmax_bound="true"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=1505030" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/exchangept/archive/tags/Powershell/default.aspx">Powershell</category></item></channel></rss>