<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Generate random password with PowerShell</title>
	<atom:link href="http://dmitrysotnikov.wordpress.com/2007/07/18/generate-random-password-with-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>http://dmitrysotnikov.wordpress.com/2007/07/18/generate-random-password-with-powershell/</link>
	<description>Dmitry Sotnikov's view on PowerShell, PowerGUI and everything he sees around</description>
	<lastBuildDate>Mon, 30 Nov 2009 16:13:28 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dmitrysotnikov</title>
		<link>http://dmitrysotnikov.wordpress.com/2007/07/18/generate-random-password-with-powershell/#comment-566</link>
		<dc:creator>dmitrysotnikov</dc:creator>
		<pubDate>Sun, 29 Jul 2007 06:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://dmitrysotnikov.wordpress.com/2007/07/18/generate-random-password-with-powershell/#comment-566</guid>
		<description>Wow! Yes, it looks like you can use the method standalone without other Membership functionality, so yes, great tip! Learning something new every day.</description>
		<content:encoded><![CDATA[<p>Wow! Yes, it looks like you can use the method standalone without other Membership functionality, so yes, great tip! Learning something new every day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simpler yet!</title>
		<link>http://dmitrysotnikov.wordpress.com/2007/07/18/generate-random-password-with-powershell/#comment-565</link>
		<dc:creator>Simpler yet!</dc:creator>
		<pubDate>Sun, 29 Jul 2007 05:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://dmitrysotnikov.wordpress.com/2007/07/18/generate-random-password-with-powershell/#comment-565</guid>
		<description>Here&#039;s an even simpler call for password generation 

If you already have the assembly loaded, you can skip the first line:
[Reflection.Assembly]::LoadWithPartialName(&quot;System.Web&quot;)


Then it really is a one-liner

[System.Web.Security.Membership]::GeneratePassword(10,2)</description>
		<content:encoded><![CDATA[<p>Here&#8217;s an even simpler call for password generation </p>
<p>If you already have the assembly loaded, you can skip the first line:<br />
[Reflection.Assembly]::LoadWithPartialName(&#8220;System.Web&#8221;)</p>
<p>Then it really is a one-liner</p>
<p>[System.Web.Security.Membership]::GeneratePassword(10,2)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dmitrysotnikov</title>
		<link>http://dmitrysotnikov.wordpress.com/2007/07/18/generate-random-password-with-powershell/#comment-426</link>
		<dc:creator>dmitrysotnikov</dc:creator>
		<pubDate>Wed, 18 Jul 2007 19:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://dmitrysotnikov.wordpress.com/2007/07/18/generate-random-password-with-powershell/#comment-426</guid>
		<description>Hey Adam! Thanks for the link. I agree that technically my oneliner might in some cases fail to generate a complex password but I wanted it so much to be a oneliner! ;)

Anyway, I&#039;m glad you posted a link to your script so folks can find an alternative while reading this post.

Dmitry</description>
		<content:encoded><![CDATA[<p>Hey Adam! Thanks for the link. I agree that technically my oneliner might in some cases fail to generate a complex password but I wanted it so much to be a oneliner! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Anyway, I&#8217;m glad you posted a link to your script so folks can find an alternative while reading this post.</p>
<p>Dmitry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Bell</title>
		<link>http://dmitrysotnikov.wordpress.com/2007/07/18/generate-random-password-with-powershell/#comment-419</link>
		<dc:creator>Adam Bell</dc:creator>
		<pubDate>Wed, 18 Jul 2007 11:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://dmitrysotnikov.wordpress.com/2007/07/18/generate-random-password-with-powershell/#comment-419</guid>
		<description>HI Dimitry,

I have a function thats not as simple as yours, but does generate complex passwords. It&#039;s filed under the less than obvious post:
http://www.leadfollowmove.com/archives/powershell/powershell-less-code-same-result

I was comparing the same function between VBS and PoSH, and used a password gen function as my sample.

Cheers

Adam :)</description>
		<content:encoded><![CDATA[<p>HI Dimitry,</p>
<p>I have a function thats not as simple as yours, but does generate complex passwords. It&#8217;s filed under the less than obvious post:<br />
<a href="http://www.leadfollowmove.com/archives/powershell/powershell-less-code-same-result" rel="nofollow">http://www.leadfollowmove.com/archives/powershell/powershell-less-code-same-result</a></p>
<p>I was comparing the same function between VBS and PoSH, and used a password gen function as my sample.</p>
<p>Cheers</p>
<p>Adam <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
