<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: PowerShelling Audit Reports</title>
	<atom:link href="http://tenbrink.us/index.php/2009/01/03/powershelling-audit-reports/feed/" rel="self" type="application/rss+xml" />
	<link>http://tenbrink.us/index.php/2009/01/03/powershelling-audit-reports/</link>
	<description>Technology &#124; Life</description>
	<lastBuildDate>Wed, 21 Jul 2010 18:39:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: dillon</title>
		<link>http://tenbrink.us/index.php/2009/01/03/powershelling-audit-reports/comment-page-1/#comment-35</link>
		<dc:creator>dillon</dc:creator>
		<pubDate>Wed, 14 Jan 2009 20:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://tenbrink.us/index.php/2009/01/03/powershelling-audit-reports/#comment-35</guid>
		<description>You can pass parameters just like you would for a regular command, in the order specified in the script.

So, where get-recursiveGroupMembership has [string] $distinguishedname, and [bool] $addOtherTypes = $false, you would use the following command as an example for some random group:
&lt;code&gt;.\Get-RecursiveGroupMembership &quot;cn=Some Group,ou=Some OU,dc=domain,dc=com&quot; $false&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>You can pass parameters just like you would for a regular command, in the order specified in the script.</p>
<p>So, where get-recursiveGroupMembership has [string] $distinguishedname, and [bool] $addOtherTypes = $false, you would use the following command as an example for some random group:<br />
<code>.\Get-RecursiveGroupMembership "cn=Some Group,ou=Some OU,dc=domain,dc=com" $false</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://tenbrink.us/index.php/2009/01/03/powershelling-audit-reports/comment-page-1/#comment-34</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Fri, 09 Jan 2009 20:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://tenbrink.us/index.php/2009/01/03/powershelling-audit-reports/#comment-34</guid>
		<description>Hi Dillon,

What, and how, do I pass the information needed into the param to get the script to work? Not familiar with param yet.</description>
		<content:encoded><![CDATA[<p>Hi Dillon,</p>
<p>What, and how, do I pass the information needed into the param to get the script to work? Not familiar with param yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Lee</title>
		<link>http://tenbrink.us/index.php/2009/01/03/powershelling-audit-reports/comment-page-1/#comment-31</link>
		<dc:creator>Thomas Lee</dc:creator>
		<pubDate>Sun, 04 Jan 2009 12:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://tenbrink.us/index.php/2009/01/03/powershelling-audit-reports/#comment-31</guid>
		<description>Cool scripts. I&#039;ll post tomorrow some updates to them which turn three scripts into a V2 module and embedded functions (complete with a manifest). Watch over on http://tfl09.blogspot.com</description>
		<content:encoded><![CDATA[<p>Cool scripts. I&#8217;ll post tomorrow some updates to them which turn three scripts into a V2 module and embedded functions (complete with a manifest). Watch over on <a href="http://tfl09.blogspot.com" rel="nofollow">http://tfl09.blogspot.com</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
