<?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>PFDAVAdmin Content Report - First step to explore the ‘jungle’ of your public folders</title><link>http://blogs.technet.com/exchange/archive/2006/02/01/418566.aspx</link><description>PFDAVAdmin Content Report - First step to explore the ‘jungle’ of your public folders Did you ever want to know how many items each public folder contains? Or do you want to know when the newest item was created in a public folder? These are common questions</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: PFDAVAdmin Content Report - First step to explore the ‘jungle’ of your public folders</title><link>http://blogs.technet.com/exchange/archive/2006/02/01/418566.aspx#418716</link><pubDate>Fri, 03 Feb 2006 22:24:08 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:418716</guid><dc:creator>Lou Mandich</dc:creator><description>Great Information! &lt;br/&gt;In order to help customers dump the information from multiple servers I wrote a simple set of batch files. Batch files at the bottom.&lt;br/&gt;&lt;br/&gt;Instructions&lt;br/&gt;(Please download Pfdavadmin first)&lt;br/&gt;1. Put all  of these files in C:\pfadvadmin&lt;br/&gt;2. Open pfdavadmin (run pfdavadmin.exe) and enable logging under tools, options, then close pfdavadmin.&lt;br/&gt;3. Create a servers.txt file that contains all of the Public Folder Servers you wish to scan. &lt;br/&gt;4. Double click or run runpf.bat from a command line&lt;br/&gt;5. This will give you one report per server in a tsv file.&lt;br/&gt;&lt;br/&gt;---&lt;br/&gt;Runpf.bat- save in a text file (only the for command to the %%i&lt;br/&gt;for /f &amp;quot;tokens=1&amp;quot; %%i in (c:\pfdavadmin\servers.txt) do c:\pfdavadmin\pfreports.bat %%i&lt;br/&gt;--&lt;br/&gt;&lt;br/&gt;--&lt;br/&gt;pfreports.bat- (save in a text file between the set command and the echo done command)&lt;br/&gt;--&lt;br/&gt;set ntserver=%1&lt;br/&gt;&lt;br/&gt;rem ***************************************************************&lt;br/&gt;ECHO Running PFAdmin Reports&lt;br/&gt;pfdavadmin -contentreport -s %ntserver% -f %ntserver%.tsv&lt;br/&gt;:end&lt;br/&gt;echo Done!&lt;br/&gt;--</description></item><item><title>Weekend reading</title><link>http://blogs.technet.com/exchange/archive/2006/02/01/418566.aspx#418755</link><pubDate>Sat, 04 Feb 2006 20:34:57 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:418755</guid><dc:creator>subject: exchange</dc:creator><description>A small list this week, but hey, size doesn't matter, right?&lt;br&gt;You've heard of the 'aha' moment? How about...</description></item><item><title>re: PFDAVAdmin Content Report - First step to explore the ‘jungle’ of your public folders</title><link>http://blogs.technet.com/exchange/archive/2006/02/01/418566.aspx#419094</link><pubDate>Thu, 09 Feb 2006 10:54:03 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:419094</guid><dc:creator>Nam</dc:creator><description>Why can not I use this tool is there anything to set on the exchange 2003 SP1 server before I can use this?&lt;br /&gt;verything I try to use the tool to open PF to manage it popup with an error saying that &amp;quot;400 bad request&amp;quot;</description></item><item><title>re: PFDAVAdmin Content Report - First step to explore the ‘jungle’ of your public folders</title><link>http://blogs.technet.com/exchange/archive/2006/02/01/418566.aspx#419188</link><pubDate>Fri, 10 Feb 2006 04:26:58 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:419188</guid><dc:creator>Bill Long</dc:creator><description>Hi Nam,&lt;br /&gt;&lt;br /&gt;There's typically nothing you need to do on the Exchange server to allow PFDAVAdmin to work. It sounds like the tool is generating some malformed XML when it requests the PF hierarchy. It may be a bug or something specific to the environment that's causing the problem. I'd start by taking a netmon trace so we can see in the trace exactly what DAV request looks like. If you open a case with PSS I'm sure we can track down the problem.</description></item><item><title>re: PFDAVAdmin Content Report - First step to explore the ‘jungle’ of your public folders</title><link>http://blogs.technet.com/exchange/archive/2006/02/01/418566.aspx#419308</link><pubDate>Sun, 12 Feb 2006 14:05:30 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:419308</guid><dc:creator>Frank Carius</dc:creator><description>Nice tool. BTW there is a second way to do some reporting. Instead of using HTTP (i assumd PFDavAdmin ist doing that) you can also use WMI (Exchange 2003 required ?)&lt;br&gt;&lt;br&gt;I have a sample Script on www.msxfaq.net/tools/pfreport.htm. Unfortunaly the description on that &amp;nbsp;page is german, so you should use google, if you want to read that. But the code is VBScript and thats readable for everyone :-)&lt;br&gt;www.msxfaq.net/tools/pfreport.1.2.vbs.txt&lt;br&gt;</description></item><item><title>re: PFDAVAdmin Content Report - First step to explore the ‘jungle’ of your public folders</title><link>http://blogs.technet.com/exchange/archive/2006/02/01/418566.aspx#419309</link><pubDate>Sun, 12 Feb 2006 14:06:54 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:419309</guid><dc:creator>Frank Carius</dc:creator><description>I have written somethin similar based on WMI. Even if the description is german on www.msxfaq.net/tools/pfrepor.htm the code itself is readable at www.msxfaq.net/tools/pfreport.1.2.vbs.txt</description></item><item><title>Exchange 12 and Public Folders</title><link>http://blogs.technet.com/exchange/archive/2006/02/01/418566.aspx#419997</link><pubDate>Mon, 20 Feb 2006 19:11:38 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:419997</guid><dc:creator>You Had Me At EHLO...</dc:creator><description>&lt;br&gt;A frequent topic of discussion with customers is the future of Public Folders, thus I think it would...</description></item></channel></rss>