<?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: Managing Active Directory with Windows PowerShell</title>
	<atom:link href="http://www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-active-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.powershellpro.com</link>
	<description>Sharing the Experience</description>
	<lastBuildDate>Fri, 03 Feb 2012 08:09:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fridag</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-active-directory/comment-page-1/#comment-772</link>
		<dc:creator>Fridag</dc:creator>
		<pubDate>Thu, 08 Dec 2011 03:00:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-active-directory/#comment-772</guid>
		<description>All&#039;s well that ends well http://membres.multimania.fr/cbjack/vb/member.php?s=65e4b0df01a369a660d94cf1d6d01675&amp;action=getinfo&amp;userid=85866  &lt;a href=&quot;http://www.dreaminfosys.com/bbs//view.php?id=eboard&amp;page=9&amp;page_num=20&amp;select_arrange=headnum&amp;desc=&amp;sn=off&amp;ss=on&amp;sc=on&amp;keyword=&amp;no=2086&amp;category=&quot; rel=&quot;nofollow&quot;&gt;Many thanks for getting started with&lt;/a&gt; &lt;a href=&quot;http://nalgehs.mireene.com/bbs//zboard.php?id=band&amp;page=1&amp;page_num=10&amp;select_arrange=subject&amp;desc=&amp;sn=on&amp;ss=off&amp;sc=off&amp;keyword=nasa2&amp;no=46&amp;category=&quot; rel=&quot;nofollow&quot;&gt;Simply wanted to say hi there&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>All&#8217;s well that ends well <a href="http://membres.multimania.fr/cbjack/vb/member.php?s=65e4b0df01a369a660d94cf1d6d01675&amp;action=getinfo&amp;userid=85866" rel="nofollow">http://membres.multimania.fr/cbjack/vb/member.php?s=65e4b0df01a369a660d94cf1d6d01675&amp;action=getinfo&amp;userid=85866</a>  <a href="http://www.dreaminfosys.com/bbs//view.php?id=eboard&amp;page=9&amp;page_num=20&amp;select_arrange=headnum&amp;desc=&amp;sn=off&amp;ss=on&amp;sc=on&amp;keyword=&amp;no=2086&amp;category=" rel="nofollow">Many thanks for getting started with</a> <a href="http://nalgehs.mireene.com/bbs//zboard.php?id=band&amp;page=1&amp;page_num=10&amp;select_arrange=subject&amp;desc=&amp;sn=on&amp;ss=off&amp;sc=off&amp;keyword=nasa2&amp;no=46&amp;category=" rel="nofollow">Simply wanted to say hi there</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johnrockfellerz</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-active-directory/comment-page-1/#comment-625</link>
		<dc:creator>johnrockfellerz</dc:creator>
		<pubDate>Fri, 20 May 2011 07:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-active-directory/#comment-625</guid>
		<description>Apart from Bulk Management for all AD objects, ADManager Plus also offers 150+reports (for IT compliance) &amp; helpdesk delegation! Specialty: Shortcuts for everyday AD &amp; office management actions! Attraction: Affordable pricing and perfect scalability!

http://www.manageengine.com/products/ad-manager/</description>
		<content:encoded><![CDATA[<p>Apart from Bulk Management for all AD objects, ADManager Plus also offers 150+reports (for IT compliance) &amp; helpdesk delegation! Specialty: Shortcuts for everyday AD &amp; office management actions! Attraction: Affordable pricing and perfect scalability!</p>
<p><a href="http://www.manageengine.com/products/ad-manager/" rel="nofollow">http://www.manageengine.com/products/ad-manager/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-active-directory/comment-page-1/#comment-613</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Thu, 12 May 2011 19:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-active-directory/#comment-613</guid>
		<description>I am trying to write a script that will use a csv file to modify approximately 350 User accounts phone numbers (telephoneNumber).  I have the DN exported and have the table built.  How can I do this?

I am new to scripting.

I am using oyur example above a s a base..
$objUser = [ADSI]“LDAP://OU=Branches,DC=xyzcompany,DC=company”
$objUser.put(“telephoneNumber”, “?)
$objUser.setInfo()

I am also going to be scripting the OCS pieces (tel uri, etc) as well.  Hopefully all in one script.

Thanks.</description>
		<content:encoded><![CDATA[<p>I am trying to write a script that will use a csv file to modify approximately 350 User accounts phone numbers (telephoneNumber).  I have the DN exported and have the table built.  How can I do this?</p>
<p>I am new to scripting.</p>
<p>I am using oyur example above a s a base..<br />
$objUser = [ADSI]“LDAP://OU=Branches,DC=xyzcompany,DC=company”<br />
$objUser.put(“telephoneNumber”, “?)<br />
$objUser.setInfo()</p>
<p>I am also going to be scripting the OCS pieces (tel uri, etc) as well.  Hopefully all in one script.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerry-Philippines</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-active-directory/comment-page-1/#comment-571</link>
		<dc:creator>Gerry-Philippines</dc:creator>
		<pubDate>Fri, 28 Jan 2011 08:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-active-directory/#comment-571</guid>
		<description>Hi Guys,

I am really a Fanatic of powershell, and also thank you for the additional knowledge that you posted here and its very useful..but one thing that i did not find in any site on how to remove global security group in an AD user..??..someone can help me please :)..i really need it in my daily task as an IT systems.

thank you in advance
Gerry</description>
		<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>I am really a Fanatic of powershell, and also thank you for the additional knowledge that you posted here and its very useful..but one thing that i did not find in any site on how to remove global security group in an AD user..??..someone can help me please <img src='http://www.powershellpro.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ..i really need it in my daily task as an IT systems.</p>
<p>thank you in advance<br />
Gerry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc van Meer</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-active-directory/comment-page-1/#comment-558</link>
		<dc:creator>Marc van Meer</dc:creator>
		<pubDate>Sat, 25 Dec 2010 08:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-active-directory/#comment-558</guid>
		<description>Hi Jesse,

I just wanted to let you know that your tutorial is awesome. It was really easy and fun to read. Now I know why it&#039;s called &quot;Power&quot;Shell. And I don&#039;t feel like a newbie anymore :)

I will follow your advice by reading the books you reccommended. First (just for the fun of it) &quot;PowerShell Programming for the Absolute Beginner&quot;, by Jerry Lee Ford, Jr., and then (to really get the hang of it) &quot;Windows PowerShell in Action&quot;, by Bruce G. Payette.

Thanks a lot, and keep up the good work!</description>
		<content:encoded><![CDATA[<p>Hi Jesse,</p>
<p>I just wanted to let you know that your tutorial is awesome. It was really easy and fun to read. Now I know why it&#8217;s called &#8220;Power&#8221;Shell. And I don&#8217;t feel like a newbie anymore <img src='http://www.powershellpro.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I will follow your advice by reading the books you reccommended. First (just for the fun of it) &#8220;PowerShell Programming for the Absolute Beginner&#8221;, by Jerry Lee Ford, Jr., and then (to really get the hang of it) &#8220;Windows PowerShell in Action&#8221;, by Bruce G. Payette.</p>
<p>Thanks a lot, and keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Svenne68</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-active-directory/comment-page-1/#comment-547</link>
		<dc:creator>Svenne68</dc:creator>
		<pubDate>Mon, 13 Dec 2010 10:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-active-directory/#comment-547</guid>
		<description>Hi there

How do I make a samAccount with a hyphen within??

Eksample for login name:
Honesty-Trace1, Honesty-Trace2 etc.

Whats the best or easiest way to make a script with this function for 1000 users and multiple OU&#039;s??</description>
		<content:encoded><![CDATA[<p>Hi there</p>
<p>How do I make a samAccount with a hyphen within??</p>
<p>Eksample for login name:<br />
Honesty-Trace1, Honesty-Trace2 etc.</p>
<p>Whats the best or easiest way to make a script with this function for 1000 users and multiple OU&#8217;s??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christopher</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-active-directory/comment-page-1/#comment-492</link>
		<dc:creator>christopher</dc:creator>
		<pubDate>Fri, 04 Jun 2010 22:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-active-directory/#comment-492</guid>
		<description>how would you change password expired to 180 days???

$objUser = [ADSI]“LDAP://CN=$,OU=$,OU=Users,DC=$,DC=$”
$objUser.put(”userAccountControl”, 8388608)
$objUser.SetInfo(180 days)

would this change all AD users to 180days for expired???</description>
		<content:encoded><![CDATA[<p>how would you change password expired to 180 days???</p>
<p>$objUser = [ADSI]“LDAP://CN=$,OU=$,OU=Users,DC=$,DC=$”<br />
$objUser.put(”userAccountControl”, 8388608)<br />
$objUser.SetInfo(180 days)</p>
<p>would this change all AD users to 180days for expired???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hinek</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-active-directory/comment-page-1/#comment-446</link>
		<dc:creator>Hinek</dc:creator>
		<pubDate>Wed, 24 Feb 2010 13:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-active-directory/#comment-446</guid>
		<description>@Anthony: Just pipe your results to the Export-CSV CmdLet, like this:

$results &#124; Export-CSV myexportfile.csv</description>
		<content:encoded><![CDATA[<p>@Anthony: Just pipe your results to the Export-CSV CmdLet, like this:</p>
<p>$results | Export-CSV myexportfile.csv</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-active-directory/comment-page-1/#comment-442</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Fri, 05 Feb 2010 01:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-active-directory/#comment-442</guid>
		<description>This is a great series but I am stuck on detail that is killing me.  

I want to create a CSV file from output of my search.  If I use your search as an example, I feel like I should be able pipe $results into a series of commandlets and get a nice csv but I cannot get it to work.  Any pointers?</description>
		<content:encoded><![CDATA[<p>This is a great series but I am stuck on detail that is killing me.  </p>
<p>I want to create a CSV file from output of my search.  If I use your search as an example, I feel like I should be able pipe $results into a series of commandlets and get a nice csv but I cannot get it to work.  Any pointers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quentin</title>
		<link>http://www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-active-directory/comment-page-1/#comment-375</link>
		<dc:creator>Quentin</dc:creator>
		<pubDate>Thu, 16 Jul 2009 00:29:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-active-directory/#comment-375</guid>
		<description>Thanks for the great series.

Did the promised Advanced Tutorials ever eventuate?</description>
		<content:encoded><![CDATA[<p>Thanks for the great series.</p>
<p>Did the promised Advanced Tutorials ever eventuate?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

