<?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"
	>

<channel>
	<title>MSCRMBLOG.NET - Microsoft CRM &#38; Sharepoint  Blog</title>
	<atom:link href="http://www.mscrmblog.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://mscrmblog.net</link>
	<description>Latest news, information and help on Microsoft Dynamics CRM, Microsoft Sharepoint Server (&#38; WSS), Server 2003/2008 and VMWare.</description>
	<pubDate>Wed, 25 Jan 2012 02:18:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>SharePoint 2010 Developer Dashboard</title>
		<link>http://mscrmblog.net/2011/07/10/sharepoint-2010-developer-dashboard/</link>
		<comments>http://mscrmblog.net/2011/07/10/sharepoint-2010-developer-dashboard/#comments</comments>
		<pubDate>Sun, 10 Jul 2011 23:01:12 +0000</pubDate>
		<dc:creator>MSCRM-Admin</dc:creator>
		
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://mscrmblog.net/?p=230</guid>
		<description><![CDATA[Developer Dashboard is one of the hidden features in SharePoint 2010. It is turned off by&#160;default.
Enabling this feature will help you get critical information such as Execution time, log ID, critical events, database queries, service calls, SPRequest allocation and webpart&#160;events.
Developer Dashboard&#160;Modes:
&#8216;On&#8217; Mode:
STSADM: 
stsadm -o setproperty -pn developer-dashboard -pv on
Powershell: 
$sp2010 = [Microsoft.SharePoint.Administration.SPWebService]::ContentService.DeveloperDashboardSettings;
$sp2010.DisplayLevel = [Microsoft.SharePoint.Administration.SPDeveloperDashboardLevel]::On;
$sp2010.RequiredPermissions = [...]]]></description>
			<content:encoded><![CDATA[<p>Developer Dashboard is one of the hidden features in SharePoint 2010. It is turned off by&nbsp;default.</p>
<p>Enabling this feature will help you get critical information such as Execution time, log ID, critical events, database queries, service calls, SPRequest allocation and webpart&nbsp;events.</p>
<p>Developer Dashboard&nbsp;Modes:</p>
<p><strong>&#8216;On&#8217; Mode:</strong><br />
<em>STSADM: </em><br />
<code>stsadm -o setproperty -pn developer-dashboard -pv on</code><br />
<em>Powershell: </em><br />
<code>$sp2010 = [Microsoft.SharePoint.Administration.SPWebService]::ContentService.DeveloperDashboardSettings;<br />
$sp2010.DisplayLevel = [Microsoft.SharePoint.Administration.SPDeveloperDashboardLevel]::On;<br />
$sp2010.RequiredPermissions = 'EmptyMask';<br />
$sp2010.TraceEnabled = $true;<br />
$sp2010.Update();</code><br />
When in this mode, it stays on be default:<br />
<a href="http://mscrmblog.net/wp-content/uploads/2011/07/2011-07-11_090215.png"><img src="http://mscrmblog.net/wp-content/uploads/2011/07/2011-07-11_090215.png" alt="" title="2011-07-11_090215" width="300" height="43" class="alignnone size-medium wp-image-232" /></a></p>
<p><strong>&#8216;On Demand&#8217; Mode:</strong><br />
<em>STSADM: </em><br />
<code>stsadm -o setproperty -pn developer-dashboard -pv ondemand</code><br />
<em>Powershell: </em><br />
<code>$sp2010 = [Microsoft.SharePoint.Administration.SPWebService]::ContentService.DeveloperDashboardSettings;<br />
$sp2010.DisplayLevel = [Microsoft.SharePoint.Administration.SPDeveloperDashboardLevel]::OnDemand;<br />
$sp2010.RequiredPermissions = 'EmptyMask';<br />
$sp2010.TraceEnabled = $true;<br />
$sp2010.Update();</code><br />
You will have to click the icon for the developer dashboard to show:<br />
<a href="http://mscrmblog.net/wp-content/uploads/2011/07/2011-07-11_090314.png"><img src="http://mscrmblog.net/wp-content/uploads/2011/07/2011-07-11_090314.png" alt="" title="2011-07-11_090314" width="192" height="61" class="alignnone size-medium wp-image-234" /></a></p>
<p><strong>Disable Developer Dashboard:</strong><br />
<em>STSADM: </em><br />
<code>stsadm -o setproperty -pn developer-dashboard -pv off</code><br />
<em>Powershell: </em><br />
<code>$sp2010 = [Microsoft.SharePoint.Administration.SPWebService]::ContentService.DeveloperDashboardSettings;<br />
$sp2010.DisplayLevel = [Microsoft.SharePoint.Administration.SPDeveloperDashboardLevel]::Off;<br />
$sp2010.Update();</code><br />
Dashboard not shown or&nbsp;enabled.</p>
]]></content:encoded>
			<wfw:commentRss>http://mscrmblog.net/2011/07/10/sharepoint-2010-developer-dashboard/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Failures in SharePoint</title>
		<link>http://mscrmblog.net/2011/07/08/failures-in-sharepoint/</link>
		<comments>http://mscrmblog.net/2011/07/08/failures-in-sharepoint/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 03:08:20 +0000</pubDate>
		<dc:creator>MSCRM-Admin</dc:creator>
		
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://mscrmblog.net/?p=221</guid>
		<description><![CDATA[

]]></description>
			<content:encoded><![CDATA[<p><a href="http://mscrmblog.net/wp-content/uploads/2011/07/2011-07-08_125434.png"><img src="http://mscrmblog.net/wp-content/uploads/2011/07/2011-07-08_125434.png" alt="" title="2011-07-08_125434" width="300" height="200" class="alignnone size-medium wp-image-222" /></a></p>
<p><a href="http://mscrmblog.net/wp-content/uploads/2011/07/2011-07-08_125821.png"><img src="http://mscrmblog.net/wp-content/uploads/2011/07/2011-07-08_125821.png" alt="" title="2011-07-08_125821" width="300" height="195" class="alignnone size-medium wp-image-223" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mscrmblog.net/2011/07/08/failures-in-sharepoint/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Generating/Rendering a PDF from a sql reporting services report - CRM 4</title>
		<link>http://mscrmblog.net/2010/12/09/generatingrendering-a-pdf-from-a-sql-reporting-services-report-crm-4/</link>
		<comments>http://mscrmblog.net/2010/12/09/generatingrendering-a-pdf-from-a-sql-reporting-services-report-crm-4/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 02:02:02 +0000</pubDate>
		<dc:creator>MSCRM-Admin</dc:creator>
		
		<category><![CDATA[CRM 4.0]]></category>

		<category><![CDATA[SQL Reporting Services]]></category>

		<category><![CDATA[aspx]]></category>

		<category><![CDATA[button]]></category>

		<category><![CDATA[crm4 reports]]></category>

		<category><![CDATA[generate]]></category>

		<category><![CDATA[render pdf]]></category>

		<guid isPermaLink="false">http://mscrmblog.net/?p=216</guid>
		<description><![CDATA[sounds simple dosen&#8217;t it - my objective is to run an estimate report and render to PDF all from the click of a button as shown in the screenshot&#160;below:

Heres the&#160;code&#8201;&#8211;&#8201;
                string oppID = Request.QueryString["oppID"].ToString();
       [...]]]></description>
			<content:encoded><![CDATA[<p>sounds simple dosen&#8217;t it - my objective is to run an estimate report and render to PDF all from the click of a button as shown in the screenshot&nbsp;below:</p>
<p><a href="http://mscrmblog.net/wp-content/uploads/2010/12/2010-12-09_125607.png"><img src="http://mscrmblog.net/wp-content/uploads/2010/12/2010-12-09_125607.png" alt="" title="2010-12-09_125607" width="300" height="242" class="alignnone size-medium wp-image-219" /></a></p>
<p>Heres the&nbsp;code&thinsp;&#8211;&thinsp;</p>
<p><code>                string oppID = Request.QueryString["oppID"].ToString();<br />
                ReportingService rs = new ReportingService();<br />
                rs.Url = "http://server/reportserver/ReportService.asmx";<br />
                System.Net.NetworkCredential creds = new System.Net.NetworkCredential();<br />
                creds.Domain = "domain";<br />
                creds.UserName = "username";<br />
                creds.Password = "password";<br />
                rs.Credentials = creds;<br />
                byte[] result = null;<br />
                string reportPath = "/CRMORG_MSCRM/4.0/{c6352760-a801-e011-9a31-005056ad3d4b}";<br />
                string format = "PDF";<br />
                string historyID = null;<br />
                string devInfo = @"&lt;DeviceInfo&gt;&lt;Toolbar&gt;False&lt;/Toolbar&gt;&lt;/DeviceInfo&gt;";<br />
                string showHideToggle = null;<br />
                string encoding;<br />
                string mimeType;<br />
                string extension;<br />
                ParameterValue[] parameterUsed;<br />
                string[] streamIds;<br />
                Warning[] warnings = null;<br />
                ParameterValue[] parameters = new ParameterValue[1];<br />
                parameters[0] = new ParameterValue();<br />
                parameters[0].Name = "OpportunityID"; // parameter name<br />
                parameters[0].Value = "{C7DF8F1C-8DF6-DF11-9A31-005056AD3D4B}";<br />
                DataSourceCredentials dsc = new DataSourceCredentials();<br />
                dsc.DataSourceName = "DataSource1";<br />
                dsc.UserName = "C9444B29-E6FC-DF11-9A31-005056AD3D4B"; // SystemuserId from the filteredUser table<br />
                dsc.Password = "D945754F-C1DF-DF11-81ED-005056AD3D4B"; // OrganizationId from the filteredUser table<br />
                DataSourceCredentials[] credentials = new DataSourceCredentials[] { dsc };<br />
                result = rs.Render(reportPath, format, historyID, devInfo, parameters, credentials, showHideToggle, out encoding, out mimeType, out parameterUsed, out warnings, out streamIds);<br />
                Response.Clear();<br />
                Response.ContentType = "application/pdf";<br />
                Response.AddHeader("content-disposition", "attachment; filename=" + Request.QueryString["oppID"].ToString() + ".pdf");<br />
                Response.BufferOutput = true;<br />
                Response.BinaryWrite(result);<br />
                Response.End();<br />
                Response.OutputStream.Flush();<br />
                Response.OutputStream.Close();<br />
                Response.Flush();<br />&nbsp;Response.Close();</code></p>
<p>Deploy aspx to CRM ISV folder&thinsp;&#8212;&thinsp;create ISV button to call the ASPX page passing the oppID parameter (being the actual opportunityid) to the&nbsp;page.</p>
]]></content:encoded>
			<wfw:commentRss>http://mscrmblog.net/2010/12/09/generatingrendering-a-pdf-from-a-sql-reporting-services-report-crm-4/feed/</wfw:commentRss>
		</item>
		<item>
		<title>This report requires a default or user-defined value for the report parameter &#8216;Parameter&#8217;. To run or subsribe to this report, you must provide a parameter value</title>
		<link>http://mscrmblog.net/2010/12/09/this-report-requires-a-default-or-user-defined-value-for-the-report-parameter-parameter-to-run-or-subsribe-to-this-report-you-must-provide-a-parameter-value/</link>
		<comments>http://mscrmblog.net/2010/12/09/this-report-requires-a-default-or-user-defined-value-for-the-report-parameter-parameter-to-run-or-subsribe-to-this-report-you-must-provide-a-parameter-value/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 01:52:31 +0000</pubDate>
		<dc:creator>MSCRM-Admin</dc:creator>
		
		<category><![CDATA[CRM 4.0]]></category>

		<guid isPermaLink="false">http://mscrmblog.net/?p=213</guid>
		<description><![CDATA[ahhh sql reports&#8201;&#8212;&#8201;i mean come on this sounds like a simple parameter problem&#8201;&#8212;&#8201;however what seems to be the problem here is that in the report i was requesting from sql srs web services for CRM4&#8201;&#8212;&#8201;you must define data source credentials with the datasource name being the datasource name on the&#160;report!! 
then you get this&#160;error:
An error [...]]]></description>
			<content:encoded><![CDATA[<p>ahhh sql reports&thinsp;&#8212;&thinsp;i mean come on this sounds like a simple parameter problem&thinsp;&#8212;&thinsp;however what seems to be the problem here is that in the report i was requesting from sql srs web services for CRM4&thinsp;&#8212;&thinsp;you must define data source credentials with the datasource name being the datasource name on the&nbsp;report!! </p>
<p>then you get this&nbsp;error:</p>
<p>An error has occured during report processing&thinsp;&#8212;&thinsp;> Cannot create a connection to data source &#8216;DataSource1&#8242;&thinsp;&#8212;&thinsp;> Guid should contain 32 digits with 4&nbsp;dashes&#8230;</p>
<p>i&#8217;m kicking myself at this point saying&nbsp;WTF!!</p>
<p>This error occurs because the Microsoft Dynamics CRM Data Connector for Microsoft SQL Server Reporting Services requires the user&#8217;s SystemUserId  value as the Log in name and the user&#8217;s OrganizationId value as the password (for the datasource&nbsp;credentials)..</p>
<p>When a report runs inside Microsoft Dynamics CRM, these values are passed automatically. These values must be entered manually when the report is run directly from SQL Server Reporting&nbsp;Services.</p>
<p><a href="http://mscrmblog.net/wp-content/uploads/2010/12/2010-12-07_111929.png"><img src="http://mscrmblog.net/wp-content/uploads/2010/12/2010-12-07_111929.png" alt="" title="2010-12-07_111929" width="300" height="200" class="alignnone size-medium wp-image-214" /></a></p>
<p><code>                DataSourceCredentials dsc = new DataSourceCredentials();<br />
                dsc.DataSourceName = "DataSource1";<br />
                dsc.UserName = "C9444B29-E6FC-DF11-9A31-005056AD3D4B"; // SystemuserId from the filteredUser table<br />
                dsc.Password = "D945754F-C1DF-DF11-81ED-005056AD3D4B"; // OrganizationId from the filteredUser table<br />
                DataSourceCredentials[] credentials = new DataSourceCredentials[] { dsc&nbsp;};</code></p>
<p>more info at:&nbsp;http://support.microsoft.com/kb/2006869</p>
]]></content:encoded>
			<wfw:commentRss>http://mscrmblog.net/2010/12/09/this-report-requires-a-default-or-user-defined-value-for-the-report-parameter-parameter-to-run-or-subsribe-to-this-report-you-must-provide-a-parameter-value/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Server did not recognize value of HTTP Header SOAPAction http://schemas.microsoft.com/sqlserver/2003/12/reporting/reportingservices/Render</title>
		<link>http://mscrmblog.net/2010/12/09/server-did-not-recognize-value-of-http-header-soapaction-httpschemasmicrosoftcomsqlserver200312reportingreportingservicesrender/</link>
		<comments>http://mscrmblog.net/2010/12/09/server-did-not-recognize-value-of-http-header-soapaction-httpschemasmicrosoftcomsqlserver200312reportingreportingservicesrender/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 01:43:35 +0000</pubDate>
		<dc:creator>MSCRM-Admin</dc:creator>
		
		<category><![CDATA[CRM 4.0]]></category>

		<category><![CDATA[2005]]></category>

		<category><![CDATA[sql]]></category>

		<category><![CDATA[srs]]></category>

		<guid isPermaLink="false">http://mscrmblog.net/?p=210</guid>
		<description><![CDATA[You will get this error with SQLSRS if you are using the ReportExection URL with&#160;webservices.
the correct URL is: http:///reportserver/ReportService.asmx
]]></description>
			<content:encoded><![CDATA[<p>You will get this error with SQLSRS if you are using the ReportExection URL with&nbsp;webservices.</p>
<p>the correct URL is: http://<server>/reportserver/ReportService.asmx</p>
]]></content:encoded>
			<wfw:commentRss>http://mscrmblog.net/2010/12/09/server-did-not-recognize-value-of-http-header-soapaction-httpschemasmicrosoftcomsqlserver200312reportingreportingservicesrender/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SRS 2005: Add a Page No to each Page</title>
		<link>http://mscrmblog.net/2010/10/04/srs-add-a-page-no-to-each-page/</link>
		<comments>http://mscrmblog.net/2010/10/04/srs-add-a-page-no-to-each-page/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 14:23:37 +0000</pubDate>
		<dc:creator>MSCRM-Admin</dc:creator>
		
		<category><![CDATA[SQL Reporting Services]]></category>

		<category><![CDATA[page no]]></category>

		<category><![CDATA[page numbers]]></category>

		<category><![CDATA[srs]]></category>

		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://mscrmblog.net/?p=207</guid>
		<description><![CDATA[Adding a Page Number to a&#160;Footer
To display a page number in the header or footer of a report, create a text box in the footer and add the following&#160;expression:
=Globals.PageNumber &#38; " of " &#38;&#160;Globals.TotalPages
]]></description>
			<content:encoded><![CDATA[<p>Adding a Page Number to a&nbsp;Footer</p>
<p>To display a page number in the header or footer of a report, create a text box in the footer and add the following&nbsp;expression:</p>
<p><code>=Globals.PageNumber &amp; " of " &amp;&nbsp;Globals.TotalPages</code></p>
]]></content:encoded>
			<wfw:commentRss>http://mscrmblog.net/2010/10/04/srs-add-a-page-no-to-each-page/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Linux: Quickly block an IP address from HTTP/HTTPS access using IPTables</title>
		<link>http://mscrmblog.net/2010/10/04/linux-quickly-block-an-ip-address-from-httphttps-access-using-iptables/</link>
		<comments>http://mscrmblog.net/2010/10/04/linux-quickly-block-an-ip-address-from-httphttps-access-using-iptables/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 14:18:23 +0000</pubDate>
		<dc:creator>MSCRM-Admin</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[block ip]]></category>

		<category><![CDATA[ddos]]></category>

		<category><![CDATA[iptables]]></category>

		<guid isPermaLink="false">http://mscrmblog.net/?p=203</guid>
		<description><![CDATA[/sbin/iptables -A INPUT -p tcp -s &#60;source IP: 4.2.2.2&#62; --dport 80 -j&#160;DROP
/sbin/iptables -A INPUT -p tcp -s &#60;source IP: 4.2.2.2&#62; --dport 443 -j&#160;DROP
]]></description>
			<content:encoded><![CDATA[<p><code>/sbin/iptables -A INPUT -p tcp -s &lt;source IP: 4.2.2.2&gt; --dport 80 -j&nbsp;DROP</code></p>
<p><code>/sbin/iptables -A INPUT -p tcp -s &lt;source IP: 4.2.2.2&gt; --dport 443 -j&nbsp;DROP</code></p>
]]></content:encoded>
			<wfw:commentRss>http://mscrmblog.net/2010/10/04/linux-quickly-block-an-ip-address-from-httphttps-access-using-iptables/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Two quick MySQL tips</title>
		<link>http://mscrmblog.net/2010/10/04/two-quick-mysql-tips/</link>
		<comments>http://mscrmblog.net/2010/10/04/two-quick-mysql-tips/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 14:16:11 +0000</pubDate>
		<dc:creator>MSCRM-Admin</dc:creator>
		
		<category><![CDATA[MySQL]]></category>

		<category><![CDATA[run sql command line]]></category>

		<category><![CDATA[run sql script]]></category>

		<category><![CDATA[sql]]></category>

		<category><![CDATA[sql long query]]></category>

		<guid isPermaLink="false">http://mscrmblog.net/?p=200</guid>
		<description><![CDATA[MySQL: Running a SQL script from the command&#160;line:
mysql mydatabase -u&#60;mysql username&#62; -p&#60;mysql password&#62; &#60;&#160;/home/mysqlscript.sql
MySQL: Stopping a long&#160;query:
mysqladmin&#160;processlist
Get the id from the first column then&#160;run:
mysqladmin kill &#60;ID&#62; 
]]></description>
			<content:encoded><![CDATA[<p><strong>MySQL: Running a SQL script from the command&nbsp;line:</strong></p>
<p><code>mysql mydatabase -u&lt;mysql username&gt; -p&lt;mysql password&gt; &lt;&nbsp;/home/mysqlscript.sql</code></p>
<p><strong>MySQL: Stopping a long&nbsp;query:</strong></p>
<p><code>mysqladmin&nbsp;processlist</code></p>
<p>Get the id from the first column then&nbsp;run:</p>
<p><code>mysqladmin kill &lt;ID&gt; </code></p>
]]></content:encoded>
			<wfw:commentRss>http://mscrmblog.net/2010/10/04/two-quick-mysql-tips/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Activating Windows shortcut command</title>
		<link>http://mscrmblog.net/2010/10/04/activating-windows-shortcut-command/</link>
		<comments>http://mscrmblog.net/2010/10/04/activating-windows-shortcut-command/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 14:10:51 +0000</pubDate>
		<dc:creator>MSCRM-Admin</dc:creator>
		
		<category><![CDATA[CRM 4.0]]></category>

		<guid isPermaLink="false">http://mscrmblog.net/?p=197</guid>
		<description><![CDATA[c:\windows\system32\oobe\msoobe.exe&#160;/a
]]></description>
			<content:encoded><![CDATA[<p><code>c:\windows\system32\oobe\msoobe.exe&nbsp;/a</code></p>
]]></content:encoded>
			<wfw:commentRss>http://mscrmblog.net/2010/10/04/activating-windows-shortcut-command/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Get Mailbox Sizes in Exchange 2007 using Powershell</title>
		<link>http://mscrmblog.net/2010/10/04/get-mailbox-sizes-in-exchange-2007-using-powershell/</link>
		<comments>http://mscrmblog.net/2010/10/04/get-mailbox-sizes-in-exchange-2007-using-powershell/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 14:09:16 +0000</pubDate>
		<dc:creator>MSCRM-Admin</dc:creator>
		
		<category><![CDATA[Exchange 2007]]></category>

		<category><![CDATA[get mailbox size]]></category>

		<category><![CDATA[mail box sizes]]></category>

		<category><![CDATA[mailbox size]]></category>

		<guid isPermaLink="false">http://mscrmblog.net/?p=194</guid>
		<description><![CDATA[Paste the following into the powershell command&#160;prompt:
Get-MailboxStatistics -Database "mailbox database" &#124; Sort -Property DisplayName &#124; ft DisplayName, @{expression={$_.totalitemsize.value.ToMB()};label="Mailbox Size(MB)"}, itemcount &#62;&#160;c:\mailboxes.txt
a text file located at c:\mailboxes.txt should now contain the mailbox size information with item counts for each&#160;user.
]]></description>
			<content:encoded><![CDATA[<p>Paste the following into the powershell command&nbsp;prompt:</p>
<p><code>Get-MailboxStatistics -Database "mailbox database" | Sort -Property DisplayName | ft DisplayName, @{expression={$_.totalitemsize.value.ToMB()};label="Mailbox Size(MB)"}, itemcount &gt;&nbsp;c:\mailboxes.txt</code></p>
<p>a text file located at c:\mailboxes.txt should now contain the mailbox size information with item counts for each&nbsp;user.</p>
]]></content:encoded>
			<wfw:commentRss>http://mscrmblog.net/2010/10/04/get-mailbox-sizes-in-exchange-2007-using-powershell/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

