<?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 for Konstantin Vlasenko</title>
	<atom:link href="http://vlasenko.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://vlasenko.org</link>
	<description>An engineer is someone who can make for a dollar what any fool could make for two. – Alan Kay</description>
	<lastBuildDate>Fri, 09 Mar 2012 20:37:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Convert #JSON to #PowerShell by Bullja</title>
		<link>http://vlasenko.org/2010/10/27/convert-json-to-powershell/#comment-1017</link>
		<dc:creator><![CDATA[Bullja]]></dc:creator>
		<pubDate>Fri, 09 Mar 2012 20:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://vlasenko.org/?p=415#comment-1017</guid>
		<description><![CDATA[.Net 3.5 required]]></description>
		<content:encoded><![CDATA[<p>.Net 3.5 required</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to start with PowerSlim by Konstantin Vlasenko</title>
		<link>http://vlasenko.org/2011/01/31/how-to-start-with-powerslim/#comment-1011</link>
		<dc:creator><![CDATA[Konstantin Vlasenko]]></dc:creator>
		<pubDate>Wed, 22 Feb 2012 19:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://vlasenko.org/?p=533#comment-1011</guid>
		<description><![CDATA[You definitely should use it If you are around Windows environment. The main purpose of Fitnesse itself is the Acceptance Testing. But you can use it for other automations (e.g. managing your AWS environment).
You are right default port is 8080.]]></description>
		<content:encoded><![CDATA[<p>You definitely should use it If you are around Windows environment. The main purpose of Fitnesse itself is the Acceptance Testing. But you can use it for other automations (e.g. managing your AWS environment).<br />
You are right default port is 8080.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to start with PowerSlim by asd</title>
		<link>http://vlasenko.org/2011/01/31/how-to-start-with-powerslim/#comment-1010</link>
		<dc:creator><![CDATA[asd]]></dc:creator>
		<pubDate>Wed, 22 Feb 2012 18:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://vlasenko.org/?p=533#comment-1010</guid>
		<description><![CDATA[Give me good exampe why i should use it! what for?
PS: Default port for fitnesse 8080 :)]]></description>
		<content:encoded><![CDATA[<p>Give me good exampe why i should use it! what for?<br />
PS: Default port for fitnesse 8080 <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing Password Complexity Requirements from Windows Server 2008 Core by misterthee</title>
		<link>http://vlasenko.org/2011/04/27/removing-password-complexity-requirements-from-windows-server-2008-core/#comment-992</link>
		<dc:creator><![CDATA[misterthee]]></dc:creator>
		<pubDate>Thu, 12 Jan 2012 17:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://vlasenko.org/?p=584#comment-992</guid>
		<description><![CDATA[Hello Konstantin, thank for your tip.
On a 2008 Server, (not core version) it seems it doesn&#039;t work and I don&#039;t understand why.

Here is the error message :
PS C:\Users\Administrator\Documents&gt; secedit /export /cfg c:\new.cfg ${c:new.cfg}=${c:new.cfg} &#124; % {$_.Replace(&#039;PasswordComplexity=1&#039;, &#039;PasswordComplexity=0&#039;)} secedit /configure /db $env:windir\security\new.sdb /cfg c:\new.cfg /areas SECURITYPOLICY del c:\new.cfg
ForEach-Object : Cannot bind parameter &#039;Process&#039;. Cannot convert the &quot;secedit&quot; value of type &quot;System.String&quot; to type &quot;System.Management.Automation.ScriptBlock&quot;.
At line:1 char:62
+ secedit /export /cfg c:\new.cfg ${c:new.cfg}=${c:new.cfg} &#124; % &lt;&lt;&lt;&lt;  {$_.Replace(&#039;PasswordComplexity=1&#039;, &#039;PasswordComplexity=0&#039;)} secedit /configure /db $env:windir\security\new.sdb /cfg c:\new.cfg /areas SECURITYP
OLICY del c:\new.cfg
    + CategoryInfo          : InvalidArgument: (:) [ForEach-Object], ParameterBindingException
    + FullyQualifiedErrorId : CannotConvertArgumentNoMessage,Microsoft.PowerShell.Commands.ForEachObjectCommand

Do you know why ? I am not enough skilled to understand all of your command/script. (for example, I don&#039;t understand the &quot;${c:new.cfg}=${c:new.cfg}&quot;. I suppose the &quot;%&quot; is the equivalent of a &quot;for each&quot; ? 

Thank you again]]></description>
		<content:encoded><![CDATA[<p>Hello Konstantin, thank for your tip.<br />
On a 2008 Server, (not core version) it seems it doesn&#8217;t work and I don&#8217;t understand why.</p>
<p>Here is the error message :<br />
PS C:\Users\Administrator\Documents&gt; secedit /export /cfg c:\new.cfg ${c:new.cfg}=${c:new.cfg} | % {$_.Replace(&#8216;PasswordComplexity=1&#8242;, &#8216;PasswordComplexity=0&#8242;)} secedit /configure /db $env:windir\security\new.sdb /cfg c:\new.cfg /areas SECURITYPOLICY del c:\new.cfg<br />
ForEach-Object : Cannot bind parameter &#8216;Process&#8217;. Cannot convert the &#8220;secedit&#8221; value of type &#8220;System.String&#8221; to type &#8220;System.Management.Automation.ScriptBlock&#8221;.<br />
At line:1 char:62<br />
+ secedit /export /cfg c:\new.cfg ${c:new.cfg}=${c:new.cfg} | % &lt;&lt;&lt;&lt;  {$_.Replace(&#039;PasswordComplexity=1&#039;, &#039;PasswordComplexity=0&#039;)} secedit /configure /db $env:windir\security\new.sdb /cfg c:\new.cfg /areas SECURITYP<br />
OLICY del c:\new.cfg<br />
    + CategoryInfo          : InvalidArgument: (:) [ForEach-Object], ParameterBindingException<br />
    + FullyQualifiedErrorId : CannotConvertArgumentNoMessage,Microsoft.PowerShell.Commands.ForEachObjectCommand</p>
<p>Do you know why ? I am not enough skilled to understand all of your command/script. (for example, I don&#039;t understand the &quot;${c:new.cfg}=${c:new.cfg}&quot;. I suppose the &quot;%&quot; is the equivalent of a &quot;for each&quot; ? </p>
<p>Thank you again</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display SharePoint Site Owners for Every Site by Kriss Tariske</title>
		<link>http://vlasenko.org/2011/02/01/display-sharepoint-site-owners-for-every-site/#comment-946</link>
		<dc:creator><![CDATA[Kriss Tariske]]></dc:creator>
		<pubDate>Fri, 09 Dec 2011 17:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://vlasenko.org/?p=541#comment-946</guid>
		<description><![CDATA[I was also curious, any way to get sub-sites???????]]></description>
		<content:encoded><![CDATA[<p>I was also curious, any way to get sub-sites???????</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get Spot Price History by using aws-lib by Marc</title>
		<link>http://vlasenko.org/2011/08/26/get-spot-price-history-by-using-aws-lib/#comment-927</link>
		<dc:creator><![CDATA[Marc]]></dc:creator>
		<pubDate>Sat, 12 Nov 2011 02:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://vlasenko.org/?p=712#comment-927</guid>
		<description><![CDATA[Hi there, just wanted to 
say, I 
enjoyed this {article&#124;post&#124;blog 
post}. It was 
practical. Keep on 
posting!]]></description>
		<content:encoded><![CDATA[<p>Hi there, just wanted to<br />
say, I<br />
enjoyed this {article|post|blog<br />
post}. It was<br />
practical. Keep on<br />
posting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on #SharePoint 2010 #PowerShell: How to get user permissions report by Jake</title>
		<link>http://vlasenko.org/2010/03/19/sharepoint-2010-powershell-how-to-get-user-permissions-report/#comment-867</link>
		<dc:creator><![CDATA[Jake]]></dc:creator>
		<pubDate>Thu, 13 Oct 2011 13:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://vlasenko.org/?p=243#comment-867</guid>
		<description><![CDATA[Thanks for this post, Konstantin.  I needed to filter the users returned based on the types of Roles and did that by adding a where clause using the -match operator like so:

Get-SPUser -Web $urlWeb -Limit ALL &#124; select UserLogin, @{name=&quot;Roles&quot;;exp={$_.Roles}} &#124; where { $_.Roles -match &quot;Contribute&quot;} &#124; format-Table -auto 

Your post got me going in the right direction.  Best regards.
Jake]]></description>
		<content:encoded><![CDATA[<p>Thanks for this post, Konstantin.  I needed to filter the users returned based on the types of Roles and did that by adding a where clause using the -match operator like so:</p>
<p>Get-SPUser -Web $urlWeb -Limit ALL | select UserLogin, @{name=&#8221;Roles&#8221;;exp={$_.Roles}} | where { $_.Roles -match &#8220;Contribute&#8221;} | format-Table -auto </p>
<p>Your post got me going in the right direction.  Best regards.<br />
Jake</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on #SharePoint 2010 #PowerShell: How to get user permissions report by Konstantin Vlasenko</title>
		<link>http://vlasenko.org/2010/03/19/sharepoint-2010-powershell-how-to-get-user-permissions-report/#comment-845</link>
		<dc:creator><![CDATA[Konstantin Vlasenko]]></dc:creator>
		<pubDate>Wed, 05 Oct 2011 14:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://vlasenko.org/?p=243#comment-845</guid>
		<description><![CDATA[Try to replace &lt;u&gt;Format-Table -auto&lt;/u&gt; with &lt;u&gt;Format-List&lt;/u&gt;
Read this &lt;a href=&quot;http://stackoverflow.com/questions/978777/powershell-output-column-width&quot; rel=&quot;nofollow&quot;&gt;post&lt;/a&gt; if you want to stay with Format-Table]]></description>
		<content:encoded><![CDATA[<p>Try to replace <u>Format-Table -auto</u> with <u>Format-List</u><br />
Read this <a href="http://stackoverflow.com/questions/978777/powershell-output-column-width" rel="nofollow">post</a> if you want to stay with Format-Table</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on #SharePoint 2010 #PowerShell: How to get user permissions report by Nicky</title>
		<link>http://vlasenko.org/2010/03/19/sharepoint-2010-powershell-how-to-get-user-permissions-report/#comment-844</link>
		<dc:creator><![CDATA[Nicky]]></dc:creator>
		<pubDate>Wed, 05 Oct 2011 14:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://vlasenko.org/?p=243#comment-844</guid>
		<description><![CDATA[Hi this is great but...

it cuts off my display? cant veiw the full group names? please help!:)]]></description>
		<content:encoded><![CDATA[<p>Hi this is great but&#8230;</p>
<p>it cuts off my display? cant veiw the full group names? please help!:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Removing Password Complexity Requirements from Windows Server 2008 Core by Konstantin Vlasenko</title>
		<link>http://vlasenko.org/2011/04/27/removing-password-complexity-requirements-from-windows-server-2008-core/#comment-828</link>
		<dc:creator><![CDATA[Konstantin Vlasenko]]></dc:creator>
		<pubDate>Tue, 27 Sep 2011 19:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://vlasenko.org/?p=584#comment-828</guid>
		<description><![CDATA[Maybe some formating problem? Try again. It should be in one line.]]></description>
		<content:encoded><![CDATA[<p>Maybe some formating problem? Try again. It should be in one line.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

