<?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>ExchangeBlog </title>
	<atom:link href="http://exchangeblog.pl/en/category/powershell-en/feed/" rel="self" type="application/rss+xml" />
	<link>http://exchangeblog.pl/en/</link>
	<description>Blog technologii MS Exchange Server</description>
	<lastBuildDate>Sun, 01 Nov 2015 19:55:03 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.38</generator>
	<item>
		<title>Exchange 2010 count mailbox mobile devices partnership</title>
		<link>http://exchangeblog.pl/en/2014/01/exchange-2010-count-mailbox-mobile-devices-partnership/</link>
		<comments>http://exchangeblog.pl/en/2014/01/exchange-2010-count-mailbox-mobile-devices-partnership/#comments</comments>
		<pubDate>Mon, 20 Jan 2014 11:34:24 +0000</pubDate>
		<dc:creator><![CDATA[Remigiusz Szatkowski]]></dc:creator>
				<category><![CDATA[PowerShell @en]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[ActiveSync @en]]></category>
		<category><![CDATA[EASMaxDevices @en]]></category>
		<category><![CDATA[Exchange 2010 @en]]></category>
		<category><![CDATA[Mobile Device @en]]></category>
		<category><![CDATA[ThrottlingPolicy @en]]></category>

		<guid isPermaLink="false">http://exchangeblog.pl/?p=4677</guid>
		<description><![CDATA[In Exchange Server environment where is a limit of ActiveSync partnership with mailbox. When you reach this limit then you won&#8217;t be able to connect any new devices to the mailbox. This limit is set in ThrottlingPolicy using parameter EASMaxDevices To check current setting of EASMaxDevices, open Exchange Management Shell and run: Get-ThrottlingPolicy &#124; … <a class="continue-reading-link" href="http://exchangeblog.pl/en/2014/01/exchange-2010-count-mailbox-mobile-devices-partnership/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><p>In Exchange Server environment where is a limit of ActiveSync partnership with mailbox.</p>
<p>When you reach this limit then you won&#8217;t be able to connect any new devices to the mailbox.</p>
<p>This limit is set in <em><strong>ThrottlingPolicy</strong></em> using parameter <strong>EASMaxDevices</strong></p>
<p>To check current setting of EASMaxDevices, open <strong>Exchange Management Shell</strong> and run:</p>
<pre>Get-ThrottlingPolicy | select name, EASMaxDevices, EASMaxConcurrency</pre>
<p>&nbsp;</p>
<p>As a result you will get all ThrottlingPolicies available in Exchange environment and how many mobile devices can you connect to the mailbox, and also using EASMaxConcurrency you will see how many connections in one time can be accepted to the mailbox.</p>
<p>&nbsp;</p>
<p><a href="http://exchangeblog.pl/wp-content/uploads/2014/01/easmaxdevices.png"><img alt="easmaxdevices" src="http://exchangeblog.pl/wp-content/uploads/2014/01/easmaxdevices.png" width="601" height="92" /></a></p>
<p>(...)<br/>Read the rest of <a href="http://exchangeblog.pl/en/2014/01/exchange-2010-count-mailbox-mobile-devices-partnership/">Exchange 2010 count mailbox mobile devices partnership</a> (255 words)</p>
<hr />
<p><small>&copy; Remigiusz Szatkowski for <a href="http://exchangeblog.pl/en/">ExchangeBlog</a>, 2014. |
<a href="http://exchangeblog.pl/en/2014/01/exchange-2010-count-mailbox-mobile-devices-partnership/">Permalink</a> |
<a href="http://exchangeblog.pl/en/2014/01/exchange-2010-count-mailbox-mobile-devices-partnership/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://exchangeblog.pl/en/2014/01/exchange-2010-count-mailbox-mobile-devices-partnership/&amp;title=Exchange 2010 count mailbox mobile devices partnership">del.icio.us</a>
<br/>
Post tags: <a href="http://exchangeblog.pl/en/tag/activesync-en/" rel="tag">ActiveSync</a>, <a href="http://exchangeblog.pl/en/tag/easmaxdevices-en/" rel="tag">EASMaxDevices</a>, <a href="http://exchangeblog.pl/en/tag/exchange-2010-en/" rel="tag">Exchange 2010</a>, <a href="http://exchangeblog.pl/en/tag/mobile-device-en/" rel="tag">Mobile Device</a>, <a href="http://exchangeblog.pl/en/tag/throttlingpolicy-en/" rel="tag">ThrottlingPolicy</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://exchangeblog.pl/en/2014/01/exchange-2010-count-mailbox-mobile-devices-partnership/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Distribution Groups nested &#8211; get list only groups</title>
		<link>http://exchangeblog.pl/en/2013/04/distribution-groups-nested-get-list-only-groups/</link>
		<comments>http://exchangeblog.pl/en/2013/04/distribution-groups-nested-get-list-only-groups/#comments</comments>
		<pubDate>Fri, 05 Apr 2013 04:34:07 +0000</pubDate>
		<dc:creator><![CDATA[Remigiusz Szatkowski]]></dc:creator>
				<category><![CDATA[PowerShell @en]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[Get-DistributionGroupMember @en]]></category>
		<category><![CDATA[nested @en]]></category>
		<category><![CDATA[Quest @en]]></category>
		<category><![CDATA[Script @en]]></category>

		<guid isPermaLink="false">http://exchangeblog.pl/?p=3515</guid>
		<description><![CDATA[Recently, we described how to obtain a list of all mailboxes in the group that has nested distribution groups. Unfortunately, using this method, you can not get a list of groups in a distribution group, only users (mailboxes). To obtain this list, you need to write more or less complicated … <a class="continue-reading-link" href="http://exchangeblog.pl/en/2013/04/distribution-groups-nested-get-list-only-groups/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><p>Recently, we described how to obtain a list of all mailboxes in the group that has nested distribution groups.</p>
<p>Unfortunately, using this method, you can not get a list of groups in a distribution group, only users (mailboxes).</p>
<p>To obtain this list, you need to write more or less complicated powershell script or use the additive<span style="font-size: 16px;"> </span><a style="font-size: 16px;" title="Quest Powershell Module for Active Directory" href="http://www.quest.com/powershell/activeroles-server.aspx" target="_blank"><strong>Quest Powershell Module for Active Directory</strong></a><span style="font-size: 16px;">.</span></p>
<p>&nbsp;</p>
<p>After installation of Quest Module, run powershell console and run:</p>
<pre>add-PSSnapin quest.activeroles.admanagement</pre>
<p><img title="Więcej..." alt="" src="http://exchangeblog.pl/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" /></p>
<p>(...)<br/>Read the rest of <a href="http://exchangeblog.pl/en/2013/04/distribution-groups-nested-get-list-only-groups/">Distribution Groups nested &#8211; get list only groups</a> (106 words)</p>
<hr />
<p><small>&copy; Remigiusz Szatkowski for <a href="http://exchangeblog.pl/en/">ExchangeBlog</a>, 2013. |
<a href="http://exchangeblog.pl/en/2013/04/distribution-groups-nested-get-list-only-groups/">Permalink</a> |
<a href="http://exchangeblog.pl/en/2013/04/distribution-groups-nested-get-list-only-groups/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://exchangeblog.pl/en/2013/04/distribution-groups-nested-get-list-only-groups/&amp;title=Distribution Groups nested &#8211; get list only groups">del.icio.us</a>
<br/>
Post tags: <a href="http://exchangeblog.pl/en/tag/distribution/" rel="tag">distribution</a>, <a href="http://exchangeblog.pl/en/tag/get-distributiongroupmember-en/" rel="tag">Get-DistributionGroupMember</a>, <a href="http://exchangeblog.pl/en/tag/nested-en/" rel="tag">nested</a>, <a href="http://exchangeblog.pl/en/tag/powershell-en/" rel="tag">PowerShell</a>, <a href="http://exchangeblog.pl/en/tag/quest-en/" rel="tag">Quest</a>, <a href="http://exchangeblog.pl/en/tag/script-en/" rel="tag">Script</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://exchangeblog.pl/en/2013/04/distribution-groups-nested-get-list-only-groups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get distribution group all members &#8211; nested</title>
		<link>http://exchangeblog.pl/en/2013/04/get-distribution-group-all-members-nested/</link>
		<comments>http://exchangeblog.pl/en/2013/04/get-distribution-group-all-members-nested/#comments</comments>
		<pubDate>Thu, 04 Apr 2013 04:35:55 +0000</pubDate>
		<dc:creator><![CDATA[Remigiusz Szatkowski]]></dc:creator>
				<category><![CDATA[PowerShell @en]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Distribution Group @en]]></category>
		<category><![CDATA[Exchange distribution group @en]]></category>
		<category><![CDATA[Get-DistributionGroup @en]]></category>
		<category><![CDATA[Get-DistributionGroupMember @en]]></category>
		<category><![CDATA[nested @en]]></category>

		<guid isPermaLink="false">http://exchangeblog.pl/?p=3499</guid>
		<description><![CDATA[How can we get a list of mailboxes belonging to a distribution group? In a simple way, by using the EMC console and check who is a member of a group, or by using powershell EMS console and use the command: Get-DistributionGroupMember Test_Group &#160; In this way we get a … <a class="continue-reading-link" href="http://exchangeblog.pl/en/2013/04/get-distribution-group-all-members-nested/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><p>How can we get a list of mailboxes belonging to a distribution group?<br />
In a simple way, by using the EMC console and check who is a member of a group, or by using powershell EMS console and use the command:</p>
<pre>Get-DistributionGroupMember Test_Group</pre>
<p>&nbsp;</p>
<p>In this way we get a list of objects in the group, both mailboxes, contacts, and other groups.</p>
<p>And here there is a problem, because if the distribution group includes the next distribution group, and this again next etc, how can we get a list of all people who receive an email after sending a message to a distribution group?</p>
<p>Unfortunately, using only the <strong>Get-DistributionGroupMember</strong> we won&#8217;t get such information.</p>
<p>This command returns only the objects directly in a group, without nesting.</p>
<p>In this case, we have to use PowerShell commands for Active Directory available.</p>
<p>To do this run EMS console and import the Active Directory module command as follows:</p>
<pre>import-module ActiveDirectory</pre>
<p><img title="Więcej..." alt="" src="http://exchangeblog.pl/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" />(...)<br/>Read the rest of <a href="http://exchangeblog.pl/en/2013/04/get-distribution-group-all-members-nested/">Get distribution group all members &#8211; nested</a> (171 words)</p>
<hr />
<p><small>&copy; Remigiusz Szatkowski for <a href="http://exchangeblog.pl/en/">ExchangeBlog</a>, 2013. |
<a href="http://exchangeblog.pl/en/2013/04/get-distribution-group-all-members-nested/">Permalink</a> |
<a href="http://exchangeblog.pl/en/2013/04/get-distribution-group-all-members-nested/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://exchangeblog.pl/en/2013/04/get-distribution-group-all-members-nested/&amp;title=Get distribution group all members &#8211; nested">del.icio.us</a>
<br/>
Post tags: <a href="http://exchangeblog.pl/en/tag/distribution-group-en/" rel="tag">Distribution Group</a>, <a href="http://exchangeblog.pl/en/tag/exchange-distribution-group-en/" rel="tag">Exchange distribution group</a>, <a href="http://exchangeblog.pl/en/tag/get-distributiongroup-en/" rel="tag">Get-DistributionGroup</a>, <a href="http://exchangeblog.pl/en/tag/get-distributiongroupmember-en/" rel="tag">Get-DistributionGroupMember</a>, <a href="http://exchangeblog.pl/en/tag/nested-en/" rel="tag">nested</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://exchangeblog.pl/en/2013/04/get-distribution-group-all-members-nested/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Exchange get sent emails list &#8211; messagetrackinglog</title>
		<link>http://exchangeblog.pl/en/2013/03/microsoft-exchange-get-sent-emails-list-messagetrackinglog/</link>
		<comments>http://exchangeblog.pl/en/2013/03/microsoft-exchange-get-sent-emails-list-messagetrackinglog/#comments</comments>
		<pubDate>Thu, 14 Mar 2013 00:01:34 +0000</pubDate>
		<dc:creator><![CDATA[Remigiusz Szatkowski]]></dc:creator>
				<category><![CDATA[PowerShell @en]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Exchange 2010 @en]]></category>
		<category><![CDATA[Get-MessageTrackingLog @en]]></category>
		<category><![CDATA[Get-TransportServer @en]]></category>
		<category><![CDATA[Script @en]]></category>
		<category><![CDATA[Sent emails statistics @en]]></category>

		<guid isPermaLink="false">http://exchangeblog.pl/?p=3394</guid>
		<description><![CDATA[Recently we wrote about how to find all the all recipients of the email: Exchange MessageTrackingLogs get recipients list &#160; &#160; Now we will present a powershell script that will help us generate statistics of sent emails. &#160; However, we are not interested in the amount of all outgoing e-mails, … <a class="continue-reading-link" href="http://exchangeblog.pl/en/2013/03/microsoft-exchange-get-sent-emails-list-messagetrackinglog/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><p><a href="http://exchangeblog.pl/2013/03/exchange-2010-statystyka-wysylanych-emaili-messagetrackinglog/email/" rel="attachment wp-att-3396"><img class="alignright size-full wp-image-3396" alt="email" src="http://exchangeblog.pl/wp-content/uploads/2013/03/email.jpg" width="320" height="227" /></a>Recently we wrote about how to find all the all recipients of the email:</p>
<p><a title="Exchange MessageTrackingLogs get recipients list" href="http://exchangeblog.pl/en/2013/03/exchange-messagetrackinglogs-get-recipients-list/" target="_blank"><strong>Exchange MessageTrackingLogs get recipients list</strong></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Now we will present a powershell script that will help us generate statistics of sent emails.</p>
<p>&nbsp;</p>
<p>However, we are not interested in the amount of all outgoing e-mails, their size, but we will focus on emails sent outside of our Exchange organization and get information about the addresses from which they were sent, with which the subject, how many of these emails and how many recipients receive those emails.</p>
<p>This script allows you to obtain information about the senders e-mail addresses that send many messages out.<br />
This script is based on checking the Transport Logs located on Exchange servers with the Hub Transport roles.</p>
<p>After receiving the results of the script you can use the script in the previous post and find out to whom the message was sent, then you will get list of all recipients of this email.</p>
<p>&nbsp;</p>
<p>Below we explain how this script work.:</p>
<p>First script part conatins:</p>
<ul>
<li>powershell object definitions</li>
<li>paths to output files with emails statistic</li>
<li>settings to send email with alert to admin</li>
<li>$MAX_Recipients &#8211; number of recipients which define when to generate alert sent by email</li>
</ul>
<p>&nbsp;</p>
<pre>Add-PSSnapin Microsoft.Exchange.Management.PowerShell.E2010
Set-AdServerSettings -ViewEntireForest $True

Function New-Array {,$args}

$Report = New-Array
$Report_SMTP = New-Array
$Rep_sum = New-Array
$Rep_SMTP_sum = New-Array

$data = $($((get-date).adddays(-1)).ToString('yyyy.MM.dd'))

#paths to output files
$Out_Rep_file = "d:\Scripts\Logs\Stats\msg_stat_out_$data.csv"
$Out_Rep_sum_file = "d:\Scripts\Logs\Stats\msg_stat_out_sum_$data.csv"

#files with emails with smtp traffic
$Out_Rep_SMTP_file = "d:\Scripts\Logs\Stats\msg_stat_smtp_out_$data.csv"
$Out_Rep_SMTP_sum_file = "d:\Scripts\Logs\Stats\msg_stat_smtp_out_sum_$data.csv"
#file with report attached to email (emails recipients grater than $MAX_Recipients)
$Email_HTML_File = "d:\Scripts\Logs\Stats\Report_outgoing_emails_$data.htm"

#settings for email with report
$mail_from = "exchangereport@domain.com"
$mail_to = "admin@domain.com"
$mail_smtp_host = "smtpserver.domain.local"
$mail_subject = "Report outgoing emails $data"

#variable that defines the threshold for recipients to write to email report
$MAX_Recipients = 100</pre>
<p><img title="Więcej..." alt="" src="http://exchangeblog.pl/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" />(...)<br/>Read the rest of <a href="http://exchangeblog.pl/en/2013/03/microsoft-exchange-get-sent-emails-list-messagetrackinglog/">Microsoft Exchange get sent emails list &#8211; messagetrackinglog</a> (1,085 words)</p>
<hr />
<p><small>&copy; Remigiusz Szatkowski for <a href="http://exchangeblog.pl/en/">ExchangeBlog</a>, 2013. |
<a href="http://exchangeblog.pl/en/2013/03/microsoft-exchange-get-sent-emails-list-messagetrackinglog/">Permalink</a> |
<a href="http://exchangeblog.pl/en/2013/03/microsoft-exchange-get-sent-emails-list-messagetrackinglog/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://exchangeblog.pl/en/2013/03/microsoft-exchange-get-sent-emails-list-messagetrackinglog/&amp;title=Microsoft Exchange get sent emails list &#8211; messagetrackinglog">del.icio.us</a>
<br/>
Post tags: <a href="http://exchangeblog.pl/en/tag/exchange-2010-en/" rel="tag">Exchange 2010</a>, <a href="http://exchangeblog.pl/en/tag/get-messagetrackinglog-en/" rel="tag">Get-MessageTrackingLog</a>, <a href="http://exchangeblog.pl/en/tag/get-transportserver-en/" rel="tag">Get-TransportServer</a>, <a href="http://exchangeblog.pl/en/tag/script-en/" rel="tag">Script</a>, <a href="http://exchangeblog.pl/en/tag/sent-emails-statistics-en/" rel="tag">Sent emails statistics</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://exchangeblog.pl/en/2013/03/microsoft-exchange-get-sent-emails-list-messagetrackinglog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange Server 2010 create dynamic distribution group from security group members</title>
		<link>http://exchangeblog.pl/en/2012/12/exchange-server-2010-create-dynamic-distribution-group-from-security-group-members/</link>
		<comments>http://exchangeblog.pl/en/2012/12/exchange-server-2010-create-dynamic-distribution-group-from-security-group-members/#comments</comments>
		<pubDate>Mon, 17 Dec 2012 07:36:52 +0000</pubDate>
		<dc:creator><![CDATA[Remigiusz Szatkowski]]></dc:creator>
				<category><![CDATA[PowerShell @en]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Exchange distribution group @en]]></category>
		<category><![CDATA[New-DynamicDistributionGroup @en]]></category>
		<category><![CDATA[Security Group @en]]></category>

		<guid isPermaLink="false">http://exchangeblog.pl/?p=2314</guid>
		<description><![CDATA[&#160; When you have Active Directory Security Group which add permissions to some share or other resources, sometimes you need to send email to all group members to inform about some changes. You can choose all users from Security Group but what if this group has more than 100 users. … <a class="continue-reading-link" href="http://exchangeblog.pl/en/2012/12/exchange-server-2010-create-dynamic-distribution-group-from-security-group-members/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><p>&nbsp;</p>
<p>When you have Active Directory Security Group which add permissions to some share or other resources, sometimes you need to send email to all group members to inform about some changes.</p>
<p>You can choose all users from Security Group but what if this group has more than 100 users.</p>
<p>You can create Exchange Dynamic Distribution Group.</p>
<p>When you want to create Exchange Dynamic Distribution Group, and add all members of security group to this dynamic group, it&#8217;s not so easy.</p>
<p>You can&#8217;t do this using Exchange Management Console.<br />
Because when you want to create dynamic distribution group from Exchange Management Console you can choose Users with Exchange Mailboxes</p>
<p><a href="http://exchangeblog.pl/wp-content/uploads/2012/12/dynamicgroup1.png"><img class="aligncenter size-medium wp-image-2315" title="dynamicgroup1" alt="" src="http://exchangeblog.pl/wp-content/uploads/2012/12/dynamicgroup1-300x253.png" width="300" height="253" /></a></p>
<p>(...)<br/>Read the rest of <a href="http://exchangeblog.pl/en/2012/12/exchange-server-2010-create-dynamic-distribution-group-from-security-group-members/">Exchange Server 2010 create dynamic distribution group from security group members</a> (169 words)</p>
<hr />
<p><small>&copy; Remigiusz Szatkowski for <a href="http://exchangeblog.pl/en/">ExchangeBlog</a>, 2012. |
<a href="http://exchangeblog.pl/en/2012/12/exchange-server-2010-create-dynamic-distribution-group-from-security-group-members/">Permalink</a> |
<a href="http://exchangeblog.pl/en/2012/12/exchange-server-2010-create-dynamic-distribution-group-from-security-group-members/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://exchangeblog.pl/en/2012/12/exchange-server-2010-create-dynamic-distribution-group-from-security-group-members/&amp;title=Exchange Server 2010 create dynamic distribution group from security group members">del.icio.us</a>
<br/>
Post tags: <a href="http://exchangeblog.pl/en/tag/exchange-distribution-group-en/" rel="tag">Exchange distribution group</a>, <a href="http://exchangeblog.pl/en/tag/new-dynamicdistributiongroup-en/" rel="tag">New-DynamicDistributionGroup</a>, <a href="http://exchangeblog.pl/en/tag/security-group-en/" rel="tag">Security Group</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://exchangeblog.pl/en/2012/12/exchange-server-2010-create-dynamic-distribution-group-from-security-group-members/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange Server 2010 mass export mailboxes to pst file</title>
		<link>http://exchangeblog.pl/en/2012/12/exchange-server-2010-mass-export-mailboxes-to-pst-file/</link>
		<comments>http://exchangeblog.pl/en/2012/12/exchange-server-2010-mass-export-mailboxes-to-pst-file/#comments</comments>
		<pubDate>Wed, 05 Dec 2012 02:03:24 +0000</pubDate>
		<dc:creator><![CDATA[Remigiusz Szatkowski]]></dc:creator>
				<category><![CDATA[PowerShell @en]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Exchange Mailbox export to pst @en]]></category>
		<category><![CDATA[Microsoft Exchange 2010 @en]]></category>
		<category><![CDATA[New-MailboxExportRequest @en]]></category>

		<guid isPermaLink="false">http://exchangeblog.pl/?p=2300</guid>
		<description><![CDATA[Last time we wrote how to export mailbox from Exchange 2010 to pst file and import items from pst file to Exchange 2010 mailbox. Exchange 2010 export import mailboxes Now we will explain how to export few mailboxes at once from Exchange 2010. When you want to export few mailboxes … <a class="continue-reading-link" href="http://exchangeblog.pl/en/2012/12/exchange-server-2010-mass-export-mailboxes-to-pst-file/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><p>Last time we wrote how to export mailbox from Exchange 2010 to pst file and import items from pst file to Exchange 2010 mailbox.</p>
<p><a title="Exchange 2010 export import mailboxes" href="http://exchangeblog.pl/en/2012/12/exchange-2010-export-import-mailboxes/" target="_blank">Exchange 2010 export import mailboxes</a></p>
<p>Now we will explain how to export few mailboxes at once from Exchange 2010.</p>
<p>When you want to export few mailboxes at once to .pst files you have to get aliases of those mailboxes and then run <strong>New-MailboxExportRequest</strong> in ForEach loop.</p>
<p>Below we present few examples how to export mailboxes with specified conditions:</p>
<p>To export mailboxes from specified mailbox database use:</p>
<pre>ForEach ($mbx in (Get-Mailbox -Database DatabaseName)) {
 New-MailboxExportRequest -Mailbox $mbx -FilePath "\\server\share_pst\${$mbx.Alias).pst" 
}</pre>
<p>(...)<br/>Read the rest of <a href="http://exchangeblog.pl/en/2012/12/exchange-server-2010-mass-export-mailboxes-to-pst-file/">Exchange Server 2010 mass export mailboxes to pst file</a> (75 words)</p>
<hr />
<p><small>&copy; Remigiusz Szatkowski for <a href="http://exchangeblog.pl/en/">ExchangeBlog</a>, 2012. |
<a href="http://exchangeblog.pl/en/2012/12/exchange-server-2010-mass-export-mailboxes-to-pst-file/">Permalink</a> |
<a href="http://exchangeblog.pl/en/2012/12/exchange-server-2010-mass-export-mailboxes-to-pst-file/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://exchangeblog.pl/en/2012/12/exchange-server-2010-mass-export-mailboxes-to-pst-file/&amp;title=Exchange Server 2010 mass export mailboxes to pst file">del.icio.us</a>
<br/>
Post tags: <a href="http://exchangeblog.pl/en/tag/exchange-mailbox-export-to-pst-en/" rel="tag">Exchange Mailbox export to pst</a>, <a href="http://exchangeblog.pl/en/tag/microsoft-exchange-2010-en/" rel="tag">Microsoft Exchange 2010</a>, <a href="http://exchangeblog.pl/en/tag/new-mailboxexportrequest-en/" rel="tag">New-MailboxExportRequest</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://exchangeblog.pl/en/2012/12/exchange-server-2010-mass-export-mailboxes-to-pst-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 last logon time to mailbox</title>
		<link>http://exchangeblog.pl/en/2012/12/exchange-2010-last-logon-time-to-mailbox/</link>
		<comments>http://exchangeblog.pl/en/2012/12/exchange-2010-last-logon-time-to-mailbox/#comments</comments>
		<pubDate>Mon, 03 Dec 2012 06:12:07 +0000</pubDate>
		<dc:creator><![CDATA[Remigiusz Szatkowski]]></dc:creator>
				<category><![CDATA[PowerShell @en]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Get-MailboxStatistics @en]]></category>
		<category><![CDATA[LastLogonTime @en]]></category>

		<guid isPermaLink="false">http://exchangeblog.pl/?p=1764</guid>
		<description><![CDATA[&#160; Sometimes we need to find when user logged to mailbox for the last time. To achieve this we need to use  Get-MailboxStatistics CMDlet Below command will display LastLogonTime for mailbox JSmith: Get-MailboxStatistics JSmith &#124; select DisplayName, LastLogonTime &#160; If we are using shared mailboxes we also should display user account … <a class="continue-reading-link" href="http://exchangeblog.pl/en/2012/12/exchange-2010-last-logon-time-to-mailbox/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><p>&nbsp;</p>
<p>Sometimes we need to find when user logged to mailbox for the last time.</p>
<p>To achieve this we need to use  <strong>Get-MailboxStatistics </strong>CMDlet</p>
<p>Below command will display LastLogonTime for mailbox JSmith:</p>
<pre>Get-MailboxStatistics JSmith | select DisplayName, LastLogonTime</pre>
<p>&nbsp;</p>
<p>If we are using shared mailboxes we also should display user account which were used to log to mailbox.<br />
This command will display mailbox name, LastLogonTime and user account used to logon:</p>
<pre>Get-MailboxStatistics JSmith | select DisplayName, LastLogonTime, LastLoggedOnUserAccount</pre>
<p>&nbsp;</p>
<p>When we want to get logon time information for all mailboxes in database or in mailbox server MX01, we need to use <strong>Get-Mailbox</strong> CMDlet, and pipe result to <strong>Get-MailboxStatistics</strong></p>
<p>(...)<br/>Read the rest of <a href="http://exchangeblog.pl/en/2012/12/exchange-2010-last-logon-time-to-mailbox/">Exchange 2010 last logon time to mailbox</a> (129 words)</p>
<hr />
<p><small>&copy; Remigiusz Szatkowski for <a href="http://exchangeblog.pl/en/">ExchangeBlog</a>, 2012. |
<a href="http://exchangeblog.pl/en/2012/12/exchange-2010-last-logon-time-to-mailbox/">Permalink</a> |
<a href="http://exchangeblog.pl/en/2012/12/exchange-2010-last-logon-time-to-mailbox/#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://exchangeblog.pl/en/2012/12/exchange-2010-last-logon-time-to-mailbox/&amp;title=Exchange 2010 last logon time to mailbox">del.icio.us</a>
<br/>
Post tags: <a href="http://exchangeblog.pl/en/tag/get-mailboxstatistics-en/" rel="tag">Get-MailboxStatistics</a>, <a href="http://exchangeblog.pl/en/tag/lastlogontime-en/" rel="tag">LastLogonTime</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://exchangeblog.pl/en/2012/12/exchange-2010-last-logon-time-to-mailbox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Exchange Server scripts repository resources</title>
		<link>http://exchangeblog.pl/en/2012/11/exchange-server-scripts-repository-resources/</link>
		<comments>http://exchangeblog.pl/en/2012/11/exchange-server-scripts-repository-resources/#comments</comments>
		<pubDate>Tue, 20 Nov 2012 14:11:35 +0000</pubDate>
		<dc:creator><![CDATA[Remigiusz Szatkowski]]></dc:creator>
				<category><![CDATA[PowerShell @en]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[EMS @en]]></category>
		<category><![CDATA[Exchange 2010 Powershell @en]]></category>
		<category><![CDATA[Exchange server scripts @en]]></category>

		<guid isPermaLink="false">http://exchangeblog.pl/?p=1770</guid>
		<description><![CDATA[&#160; If you write scripts for you Exchange Server environment, you can be interested in Microsoft  Scripts Repository. On Microsoft websites you can find many scripts for Exchange environment, which are written in VBS, Powershell, SQL, JavaScript and others. Those scripts are divided for Exchange Server versions 2003, 2007, 2010. … <a class="continue-reading-link" href="http://exchangeblog.pl/en/2012/11/exchange-server-scripts-repository-resources/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><p>&nbsp;</p>
<p>If you write scripts for you Exchange Server environment, you can be interested in <strong>Microsoft  Scripts Repository.</strong></p>
<p>On Microsoft websites you can find many scripts for Exchange environment, which are written in VBS, Powershell, SQL, JavaScript and others.</p>
<p>Those scripts are divided for Exchange Server versions 2003, 2007, 2010.</p>
<p>Links to Exchange Scripts repository :</p>
<p><a title="Microsoft Script Center" href="http://gallery.technet.microsoft.com/scriptcenter/site/search?f%5B0%5D.Type=RootCategory&amp;f%5B0%5D.Value=Exchange&amp;f%5B0%5D.Text=Exchange" target="_blank">Microsoft Exchange Script Center</a></p>
<p><a title="Technet Gallery Exchange Scripts" href="http://gallery.technet.microsoft.com/site/search?f%5B0%5D.Type=RootCategory&amp;f%5B0%5D.Value=Exchange&amp;f%5B0%5D.Text=Exchange" target="_blank">Technet Gallery Exchange Scripts</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div class="printfriendly pf-alignleft"><a href="http://exchangeblog.pl/en/2012/11/exchange-server-scripts-repository-resources/?pfstyle=wp" rel="nofollow"  class="noslimstat"><img style="border:none;-webkit-box-shadow:none; box-shadow:none;" src="http://cdn.printfriendly.com/pf-button.gif" alt="Print Friendly" /></a></div></div><hr />
<p><small>&copy; Remigiusz Szatkowski for <a href="http://exchangeblog.pl/en/">ExchangeBlog</a>, 2012. |
<a href="http://exchangeblog.pl/en/2012/11/exchange-server-scripts-repository-resources/">Permalink</a> |
<a href="http://exchangeblog.pl/en/2012/11/exchange-server-scripts-repository-resources/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://exchangeblog.pl/en/2012/11/exchange-server-scripts-repository-resources/&amp;title=Exchange Server scripts repository resources">del.icio.us</a>
<br/>
Post tags: <a href="http://exchangeblog.pl/en/tag/ems-en/" rel="tag">EMS</a>, <a href="http://exchangeblog.pl/en/tag/exchange-2010-powershell-en/" rel="tag">Exchange 2010 Powershell</a>, <a href="http://exchangeblog.pl/en/tag/exchange-server-scripts-en/" rel="tag">Exchange server scripts</a>, <a href="http://exchangeblog.pl/en/tag/powershell-en/" rel="tag">PowerShell</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://exchangeblog.pl/en/2012/11/exchange-server-scripts-repository-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 Database size growing problem</title>
		<link>http://exchangeblog.pl/en/2012/10/exchange-2010-database-size-growing/</link>
		<comments>http://exchangeblog.pl/en/2012/10/exchange-2010-database-size-growing/#comments</comments>
		<pubDate>Thu, 18 Oct 2012 01:03:59 +0000</pubDate>
		<dc:creator><![CDATA[Remigiusz Szatkowski]]></dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[PowerShell @en]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[AvailableNewMailboxSpace @en]]></category>
		<category><![CDATA[dumpster purge @en]]></category>
		<category><![CDATA[Exchange 2010 database size grow @en]]></category>
		<category><![CDATA[Exchange 2010 dumpster size problem @en]]></category>
		<category><![CDATA[Exchange deleted items @en]]></category>
		<category><![CDATA[search-mailbox @en]]></category>
		<category><![CDATA[search-mailbox with data]]></category>
		<category><![CDATA[search-mailbox with data @en]]></category>
		<category><![CDATA[Symantec Enterprise Vault @en]]></category>

		<guid isPermaLink="false">http://exchangeblog.pl/?p=1398</guid>
		<description><![CDATA[&#160; When you have Microsoft Exchange 2010 environment you can have problem with Exchange database size growing. This is common problem and mostly caused by Exchange 2010 mailbox dumpster. But if you have problem with mailbox databases backup, then all items deleted by users and all deleted mailboxes will not … <a class="continue-reading-link" href="http://exchangeblog.pl/en/2012/10/exchange-2010-database-size-growing/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><p>&nbsp;</p>
<p>When you have Microsoft Exchange 2010 environment you can have problem with <strong>Exchange database size growing</strong>.</p>
<p>This is common problem and mostly caused by Exchange 2010 mailbox dumpster.</p>
<p>But if you have problem with mailbox databases backup, then all items deleted by users and all deleted mailboxes will not be purged until backup will end successful.</p>
<p>If you check size of all mailboxes in Exchange 2010 mailbox database, the sum of mailboxes can be less than mailbox database size. Yes we know that mailbox database has AvailableNewMailboxSpace but you can check that sum of mailboxes size and size of mailbox database white space can be also less then size of .edb file.</p>
<p>You can find informations how to reduce Exchange database size by moving all mailboxes from database to new one, or to dismount database and use Eseutil to defragment mailbox database. You can also find all disconnected mailboxes in database and purge them.</p>
<p>We wrote about this in post:<br />
<a title="Microsoft Exchange 2010 how to reduce the size of the database" href="http://exchangeblog.pl/en/2012/08/microsoft-exchange-2010-how-to-reduce-the-size-of-the-database/" target="_blank">Microsoft Exchange 2010 how to reduce the size of the database</a></p>
<p>You can find information on Microsoft Support Website <a title="An Exchange Server 2010 database store grows unexpectedly large" href="http://support.microsoft.com/kb/2621266" target="_blank">An Exchange Server 2010 database store grows unexpectedly large</a> that if you want to stop mailbox database unexpected growth you need to install Rollup 1 for Microsoft Exchange 2010 SP2.</p>
<p>Unexpected growth of Exchange 2010 mailbox database can be caused by using:</p>
<ul>
<li>using jurnaling mailbox in Exchange 2010 environment</li>
<li>using a third-party email message archival system</li>
</ul>
<p>This issue can occur if the Microsoft Exchange Information Store service does not remove the deleted messages from the database.</p>
<p>Unfortunatelly when you use third-party email message archival system like Symantec Enterprise Vault, all emails moved to archive are deleted from user mailbox but they still remain in dumpster.</p>
<p><strong>When you install Rollup 1 for Exchange 2010 SP2 it will probably fix this problem but it will fix only problem with new data added to archive but not clean the dirty pages or whitespace from preexisisting databases. </strong></p>
<p>More information you can find on Symantec Support Website:<br />
<a title="Archiving of an Exchange 2010 database does not generate the expected amount of re-usable whitespace" href="http://www.symantec.com/business/support/index?page=content&amp;id=TECH164949" target="_blank">Archiving of an Exchange 2010 database does not generate the expected amount of re-usable whitespace</a></p>
<p>&nbsp;</p>
<h3><strong>How to resolve Exchange 2010 database growth:</strong></h3>
<p>&nbsp;</p>
<p>When you apply Rollup 1 for Exchange 2010 SP2 you need to check few mailbox databases properties to make sure that all retentions and Quotas are configured properly.</p>
<p>To check Exchange 2010 mailbox database items retention like Mailbox, Deleted items and EventHistoryRetention you need to run Exchange Mangement Shell (EMS) with command:</p>
<p>(...)<br/>Read the rest of <a href="http://exchangeblog.pl/en/2012/10/exchange-2010-database-size-growing/">Exchange 2010 Database size growing problem</a> (790 words)</p>
<hr />
<p><small>&copy; Remigiusz Szatkowski for <a href="http://exchangeblog.pl/en/">ExchangeBlog</a>, 2012. |
<a href="http://exchangeblog.pl/en/2012/10/exchange-2010-database-size-growing/">Permalink</a> |
<a href="http://exchangeblog.pl/en/2012/10/exchange-2010-database-size-growing/#comments">3 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://exchangeblog.pl/en/2012/10/exchange-2010-database-size-growing/&amp;title=Exchange 2010 Database size growing problem">del.icio.us</a>
<br/>
Post tags: <a href="http://exchangeblog.pl/en/tag/availablenewmailboxspace-en/" rel="tag">AvailableNewMailboxSpace</a>, <a href="http://exchangeblog.pl/en/tag/dumpster-purge-en/" rel="tag">dumpster purge</a>, <a href="http://exchangeblog.pl/en/tag/exchange-2010-database-size-grow-en/" rel="tag">Exchange 2010 database size grow</a>, <a href="http://exchangeblog.pl/en/tag/exchange-2010-dumpster-size-problem-en/" rel="tag">Exchange 2010 dumpster size problem</a>, <a href="http://exchangeblog.pl/en/tag/exchange-deleted-items-en/" rel="tag">Exchange deleted items</a>, <a href="http://exchangeblog.pl/en/tag/search-mailbox-en/" rel="tag">search-mailbox</a>, <a href="http://exchangeblog.pl/en/tag/search-mailbox-with-data/" rel="tag">search-mailbox with data</a>, <a href="http://exchangeblog.pl/en/tag/search-mailbox-with-data-en/" rel="tag">search-mailbox with data</a>, <a href="http://exchangeblog.pl/en/tag/symantec-enterprise-vault-en/" rel="tag">Symantec Enterprise Vault</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://exchangeblog.pl/en/2012/10/exchange-2010-database-size-growing/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 get version number, build number</title>
		<link>http://exchangeblog.pl/en/2012/10/exchange-2010-get-version-number-build-number/</link>
		<comments>http://exchangeblog.pl/en/2012/10/exchange-2010-get-version-number-build-number/#comments</comments>
		<pubDate>Mon, 15 Oct 2012 15:17:44 +0000</pubDate>
		<dc:creator><![CDATA[Remigiusz Szatkowski]]></dc:creator>
				<category><![CDATA[PowerShell @en]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://exchangeblog.pl/?p=1377</guid>
		<description><![CDATA[&#160; With every release of Rollup Update for Microsoft Exchange we are trying to get to know what Microsoft Exchange version we use. When you check Microsoft Support Website Determine Exchange Version you will find out that there are two ways to get Microsoft Exchange version and build version. &#160; Get … <a class="continue-reading-link" href="http://exchangeblog.pl/en/2012/10/exchange-2010-get-version-number-build-number/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
				<content:encoded><![CDATA[<div class="pf-content"><p>&nbsp;</p>
<p>With every release of Rollup Update for Microsoft Exchange we are trying to get to know what Microsoft Exchange version we use.</p>
<p>When you check Microsoft Support Website <a href="http://support.microsoft.com/kb/152439" target="_blank">Determine Exchange Version</a> you will find out that there are two ways to get Microsoft Exchange version and build version.</p>
<p>&nbsp;</p>
<p><span style="text-decoration: underline;">Get Exchange 2007, 2010 version using Exchange Management Console:</span></p>
<ol>
<li>Start the Microsoft Exchange Management console.</li>
<li>In the navigation pane, expand the <strong>Server Configuration</strong> objects until you locate the server object, and then select the server object.</li>
<li>On the right side, notice the Exchange version number.</li>
</ol>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><span style="text-decoration: underline;">Get Exchange 2007, 2010 version using Exchange Management Shell command:</span></p>
<ol>
<li>Start the Microsoft Exchange Management shell.</li>
<li>Run the following command at the command line:</li>
</ol>
<p>&nbsp;</p>
<pre>Get-ExchangeServer | select name, AdminDisplayVersion, ExchangeVersion</pre>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>Unfortunatelly using both of those methods we won&#8217;t get correct Exchange 2010, 2007 version.</strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>(...)<br/>Read the rest of <a href="http://exchangeblog.pl/en/2012/10/exchange-2010-get-version-number-build-number/">Exchange 2010 get version number, build number</a> (109 words)</p>
<hr />
<p><small>&copy; Remigiusz Szatkowski for <a href="http://exchangeblog.pl/en/">ExchangeBlog</a>, 2012. |
<a href="http://exchangeblog.pl/en/2012/10/exchange-2010-get-version-number-build-number/">Permalink</a> |
<a href="http://exchangeblog.pl/en/2012/10/exchange-2010-get-version-number-build-number/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://exchangeblog.pl/en/2012/10/exchange-2010-get-version-number-build-number/&amp;title=Exchange 2010 get version number, build number">del.icio.us</a>
<br/>
Post tags: <br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://exchangeblog.pl/en/2012/10/exchange-2010-get-version-number-build-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
