<?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>Generating LDP Dumps from PowerShell</title><link>http://blogs.technet.com/evand/archive/2008/03/18/generating-ldp-dumps-from-powershell.aspx</link><description>Back in my PSS days, it was a common data-gathering/troubleshooting technique to collect "LDP Dumps" (ie - full AD propertyname+value data for a given object) as a way of collecting data for a troubleshooting investigation. If you're a really long-time</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Generating LDP Dumps from PowerShell</title><link>http://blogs.technet.com/evand/archive/2008/03/18/generating-ldp-dumps-from-powershell.aspx#3015200</link><pubDate>Wed, 19 Mar 2008 18:33:55 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3015200</guid><dc:creator>tony</dc:creator><description>&lt;p&gt;can't you get the same result with a &lt;/p&gt;
&lt;p&gt;dsquery &amp;nbsp;-attr * command?&lt;/p&gt;
&lt;p&gt;tr&lt;/p&gt;</description></item><item><title>re: Generating LDP Dumps from PowerShell</title><link>http://blogs.technet.com/evand/archive/2008/03/18/generating-ldp-dumps-from-powershell.aspx#3015433</link><pubDate>Wed, 19 Mar 2008 23:52:16 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3015433</guid><dc:creator>evand</dc:creator><description>&lt;P&gt;tr - sure, you could get roughly the same output with a syntax like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Get-Mailbox mb1 | % { dsquery * $($_.DistinguishedName) - attr * }&lt;/P&gt;
&lt;P&gt;But, of course that isn't using PowerShell!&lt;/P&gt;</description></item><item><title>re: Generating LDP Dumps from PowerShell</title><link>http://blogs.technet.com/evand/archive/2008/03/18/generating-ldp-dumps-from-powershell.aspx#3017421</link><pubDate>Fri, 21 Mar 2008 16:40:27 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3017421</guid><dc:creator>tony</dc:creator><description>&lt;p&gt;ya don't get me wrong I'm a PS lover also! &amp;nbsp;But I have a screwed up mentality that if it can't be done in one line then you've gone about the problem wrong. &amp;nbsp;BTW I fail at this most of the time, but PS has increased my batting percentages.. which is awesome!&lt;/p&gt;
&lt;p&gt;tr&lt;/p&gt;</description></item><item><title>re: Generating LDP Dumps from PowerShell</title><link>http://blogs.technet.com/evand/archive/2008/03/18/generating-ldp-dumps-from-powershell.aspx#3017483</link><pubDate>Fri, 21 Mar 2008 17:46:36 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3017483</guid><dc:creator>evand</dc:creator><description>&lt;p&gt;tr - the other key downside is that using an external exe like dsquery means you don't own the output. In my simple script all I'm doing is cracking the DirectoryEntry objects and outputting the results as text/string. But I could do lots more if I had some requirement -- filtering, reformatting, output to XML or HTML, etc. These are all things that are easy once you've got a PSObject with the results... and not as easy once you've got text-on-the-host from DSquery!&lt;/p&gt;
</description></item><item><title>re: Generating LDP Dumps from PowerShell</title><link>http://blogs.technet.com/evand/archive/2008/03/18/generating-ldp-dumps-from-powershell.aspx#3017490</link><pubDate>Fri, 21 Mar 2008 17:52:31 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3017490</guid><dc:creator>WayneO</dc:creator><description>&lt;p&gt;Very cool Evan. Thx for sharing...was looking for something like this.&lt;/p&gt;</description></item><item><title>Week(end) reading</title><link>http://blogs.technet.com/evand/archive/2008/03/18/generating-ldp-dumps-from-powershell.aspx#3019656</link><pubDate>Mon, 24 Mar 2008 22:34:36 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3019656</guid><dc:creator>subject: exchange</dc:creator><description>&lt;p&gt;Planning an Exchange Server 2007 migration Using ColdFusion 8 with Microsoft Exchange Server Full circle&lt;/p&gt;
</description></item></channel></rss>