<?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: Adding Users through PowerShell</title>
	<atom:link href="http://www.powershell.nu/2009/04/13/part-112-adding-users-through-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.powershell.nu/2009/04/13/part-112-adding-users-through-powershell/</link>
	<description>Windows PowerShell</description>
	<lastBuildDate>Fri, 03 Feb 2012 09:00:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Niklas Goude</title>
		<link>http://www.powershell.nu/2009/04/13/part-112-adding-users-through-powershell/comment-page-1/#comment-4749</link>
		<dc:creator>Niklas Goude</dc:creator>
		<pubDate>Sun, 05 Dec 2010 21:35:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershell.nu/?p=647#comment-4749</guid>
		<description>Hi, If you wanted to use the same pwd for all accounts you don&#039;t really have to use the function..
you can simply type

$password = &quot;SecretPassw0rd&quot;

and use the $password variable when creating your useraccounts.</description>
		<content:encoded><![CDATA[<p>Hi, If you wanted to use the same pwd for all accounts you don&#8217;t really have to use the function..<br />
you can simply type</p>
<p>$password = &#8220;SecretPassw0rd&#8221;</p>
<p>and use the $password variable when creating your useraccounts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deafwing</title>
		<link>http://www.powershell.nu/2009/04/13/part-112-adding-users-through-powershell/comment-page-1/#comment-4732</link>
		<dc:creator>deafwing</dc:creator>
		<pubDate>Tue, 30 Nov 2010 19:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershell.nu/?p=647#comment-4732</guid>
		<description>This is an awesome tutorial; though difficult at first, after careful reading, I&#039;m learning a lot. For the function called &quot;Generate-Password&quot;, if I simply wanted same password used for all the users could I just say 

function Generate-Password { $password = &quot;ezAsPie&quot; $password = $null } 

Yes this is kind of a noob question but I guess I&#039;m looking for re-assurance :D. Thanks!</description>
		<content:encoded><![CDATA[<p>This is an awesome tutorial; though difficult at first, after careful reading, I&#8217;m learning a lot. For the function called &#8220;Generate-Password&#8221;, if I simply wanted same password used for all the users could I just say </p>
<p>function Generate-Password { $password = &#8220;ezAsPie&#8221; $password = $null } </p>
<p>Yes this is kind of a noob question but I guess I&#8217;m looking for re-assurance <img src='http://www.powershell.nu/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DD</title>
		<link>http://www.powershell.nu/2009/04/13/part-112-adding-users-through-powershell/comment-page-1/#comment-3982</link>
		<dc:creator>DD</dc:creator>
		<pubDate>Sat, 13 Mar 2010 23:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershell.nu/?p=647#comment-3982</guid>
		<description>Wow, this is awesome ... this worked great ... you wouldn&#039;t happen to have one for updating user accounts would you?</description>
		<content:encoded><![CDATA[<p>Wow, this is awesome &#8230; this worked great &#8230; you wouldn&#8217;t happen to have one for updating user accounts would you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KrisBelucci</title>
		<link>http://www.powershell.nu/2009/04/13/part-112-adding-users-through-powershell/comment-page-1/#comment-3284</link>
		<dc:creator>KrisBelucci</dc:creator>
		<pubDate>Tue, 02 Jun 2009 07:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.powershell.nu/?p=647#comment-3284</guid>
		<description>da best. Keep it going! Thank you</description>
		<content:encoded><![CDATA[<p>da best. Keep it going! Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>

