<?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 for Use PowerShell</title>
	<atom:link href="http://blog.usepowershell.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.usepowershell.com</link>
	<description>The Shell Is Calling</description>
	<lastBuildDate>Tue, 10 Jan 2012 04:24:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on Starting 2012 with a Bang by Episode 171 &#8211; Listener Call-In &#171; PowerScripting Podcast</title>
		<link>http://blog.usepowershell.com/2012/01/starting-2012-with-a-bang/comment-page-1/#comment-976</link>
		<dc:creator>Episode 171 &#8211; Listener Call-In &#171; PowerScripting Podcast</dc:creator>
		<pubDate>Tue, 10 Jan 2012 04:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2012/01/starting-2012-with-a-bang/#comment-976</guid>
		<description>[...] Steven Murawski! [...]</description>
		<content:encoded><![CDATA[<p>[...] Steven Murawski! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on When Import-Module Does Not by Poshoholic</title>
		<link>http://blog.usepowershell.com/2012/01/when-import-module-does-not/comment-page-1/#comment-975</link>
		<dc:creator>Poshoholic</dc:creator>
		<pubDate>Fri, 06 Jan 2012 17:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/?p=310#comment-975</guid>
		<description>Hey Steve, I thought of another good test to try out with this, but too busy right now to test it.  If module auto-load is enabled, and if modules auto-load when you use aliases, then I suspect if you configure PowerShell this way that you would be able to auto-load a module using an alias only to then get a command not found error.  I suppose this makes sense, because the command indeed would not be found, but it&#039;s an interesting use case because you end up changing the system state (loading a module) with an invalid command (according to how you configured modules to load: without aliases).  The default parameter values feature will probably reveal a bunch of unusual scenarios like this.</description>
		<content:encoded><![CDATA[<p>Hey Steve, I thought of another good test to try out with this, but too busy right now to test it.  If module auto-load is enabled, and if modules auto-load when you use aliases, then I suspect if you configure PowerShell this way that you would be able to auto-load a module using an alias only to then get a command not found error.  I suppose this makes sense, because the command indeed would not be found, but it&#8217;s an interesting use case because you end up changing the system state (loading a module) with an invalid command (according to how you configured modules to load: without aliases).  The default parameter values feature will probably reveal a bunch of unusual scenarios like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerShell V3 &#8211; Auto-loading of Modules by Joel 'Jaykul' Bennett</title>
		<link>http://blog.usepowershell.com/2012/01/powershell-v3-auto-loading-of-modules/comment-page-1/#comment-974</link>
		<dc:creator>Joel 'Jaykul' Bennett</dc:creator>
		<pubDate>Fri, 06 Jan 2012 17:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2012/01/powershell-v3-auto-loading-of-modules/#comment-974</guid>
		<description>Well, in your host $Env:PSModulePath is the environment variable... and IF you have it set, whatever you see (or set) there should be what&#039;s being used. 

But yes, that&#039;s what I was getting at: you can set both the PSModulePath and PSDiableModuleAutoLoading in your profile but there, they only affects you when your profile is run (ie: not remote sessions).  However, if you set them in the &quot;System Properties&quot; control panel in the &quot;Environment Variables&quot; dialog, then it&#039;s basically permanent... and affects either your user or your machine, depending on where you set it.

Personally, I&#039;d encourage people to set their PSModulePath -- the default path seems to have changed in PS3 from PS2, but in any case (as a developer, not a sysadmin), I actually like the autoloading ;-)</description>
		<content:encoded><![CDATA[<p>Well, in your host $Env:PSModulePath is the environment variable&#8230; and IF you have it set, whatever you see (or set) there should be what&#8217;s being used. </p>
<p>But yes, that&#8217;s what I was getting at: you can set both the PSModulePath and PSDiableModuleAutoLoading in your profile but there, they only affects you when your profile is run (ie: not remote sessions).  However, if you set them in the &#8220;System Properties&#8221; control panel in the &#8220;Environment Variables&#8221; dialog, then it&#8217;s basically permanent&#8230; and affects either your user or your machine, depending on where you set it.</p>
<p>Personally, I&#8217;d encourage people to set their PSModulePath &#8212; the default path seems to have changed in PS3 from PS2, but in any case (as a developer, not a sysadmin), I actually like the autoloading <img src='http://blog.usepowershell.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerShell V3 &#8211; Default Parameter Values by When Import-Module Does Not &#171; Use PowerShell</title>
		<link>http://blog.usepowershell.com/2012/01/powershell-v3-default-parameter-values/comment-page-1/#comment-973</link>
		<dc:creator>When Import-Module Does Not &#171; Use PowerShell</dc:creator>
		<pubDate>Fri, 06 Jan 2012 16:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2012/01/powershell-v3-default-parameter-values/#comment-973</guid>
		<description>[...]              &#171; PowerShell V3 &#8211; Auto-loading of Modules PowerShell V3 &#8211; Default Parameter Values [...]</description>
		<content:encoded><![CDATA[<p>[...]              &laquo; PowerShell V3 &ndash; Auto-loading of Modules PowerShell V3 &ndash; Default Parameter Values [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerShell V3 &#8211; Auto-loading of Modules by Steven Murawski</title>
		<link>http://blog.usepowershell.com/2012/01/powershell-v3-auto-loading-of-modules/comment-page-1/#comment-972</link>
		<dc:creator>Steven Murawski</dc:creator>
		<pubDate>Fri, 06 Jan 2012 16:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2012/01/powershell-v3-auto-loading-of-modules/#comment-972</guid>
		<description>The PSModulePath is built by taking the user environmental variable and appending the machine environmental variable, so values set in the user variable will always (by default) precede the machine level paths.

Yes, you can modify that once the shell is started (or in your profile), but that change is not permanent.  If it is in your profile, you have to manage whether you want it for all shells or just specific ones, and whether that should be a machine level profile or specific to you.

I&#039;ll likely turn it off for myself, but it can provide an unexpected behavior if you don&#039;t know how it is finding the module to load.</description>
		<content:encoded><![CDATA[<p>The PSModulePath is built by taking the user environmental variable and appending the machine environmental variable, so values set in the user variable will always (by default) precede the machine level paths.</p>
<p>Yes, you can modify that once the shell is started (or in your profile), but that change is not permanent.  If it is in your profile, you have to manage whether you want it for all shells or just specific ones, and whether that should be a machine level profile or specific to you.</p>
<p>I&#8217;ll likely turn it off for myself, but it can provide an unexpected behavior if you don&#8217;t know how it is finding the module to load.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerShell V3 &#8211; Auto-loading of Modules by Joel 'Jaykul' Bennett</title>
		<link>http://blog.usepowershell.com/2012/01/powershell-v3-auto-loading-of-modules/comment-page-1/#comment-971</link>
		<dc:creator>Joel 'Jaykul' Bennett</dc:creator>
		<pubDate>Fri, 06 Jan 2012 16:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2012/01/powershell-v3-auto-loading-of-modules/#comment-971</guid>
		<description>Of course you CAN pick the order of module loading: you control the PSModulePath -- it&#039;s an environment variable you can set permanently in Windows or temporarily in your profile script, etc.

You can also turn it off or control it via $Env:PSDisableModuleAutoLoading = &quot;None&quot;</description>
		<content:encoded><![CDATA[<p>Of course you CAN pick the order of module loading: you control the PSModulePath &#8212; it&#8217;s an environment variable you can set permanently in Windows or temporarily in your profile script, etc.</p>
<p>You can also turn it off or control it via $Env:PSDisableModuleAutoLoading = &#8220;None&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PowerShell V3 &#8211; Auto-loading of Modules by When Import-Module Does Not &#171; Use PowerShell</title>
		<link>http://blog.usepowershell.com/2012/01/powershell-v3-auto-loading-of-modules/comment-page-1/#comment-970</link>
		<dc:creator>When Import-Module Does Not &#171; Use PowerShell</dc:creator>
		<pubDate>Fri, 06 Jan 2012 15:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2012/01/powershell-v3-auto-loading-of-modules/#comment-970</guid>
		<description>[...]              &#171; Starting 2012 with a Bang PowerShell V3 &#8211; Auto-loading of Modules [...]</description>
		<content:encoded><![CDATA[<p>[...]              &laquo; Starting 2012 with a Bang PowerShell V3 &ndash; Auto-loading of Modules [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tip: Passing Parameters by Brian.Christiansen</title>
		<link>http://blog.usepowershell.com/2009/03/tip-passing-parameters/comment-page-1/#comment-950</link>
		<dc:creator>Brian.Christiansen</dc:creator>
		<pubDate>Fri, 11 Nov 2011 05:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2009/03/tip-passing-parameters/#comment-950</guid>
		<description>Thanks for the tip about &quot;Passing Parameters&quot; One of the points raised in the post was about passing a text datatype parameter to a procedure called in the background and the fact that the contents of the text variable are lost. The same code called in the foreground works at both parameters are being passed as one is that PowerShell does not use the parens “()” to enclose parameters (that is only method calls from objects).Thanks Steven Murawski.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip about &#8220;Passing Parameters&#8221; One of the points raised in the post was about passing a text datatype parameter to a procedure called in the background and the fact that the contents of the text variable are lost. The same code called in the foreground works at both parameters are being passed as one is that PowerShell does not use the parens “()” to enclose parameters (that is only method calls from objects).Thanks Steven Murawski.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Waiter, There&#8217;s a Bug in My Get-Help! by Alex</title>
		<link>http://blog.usepowershell.com/2011/08/waiter-theres-a-bug-in-my-get-help/comment-page-1/#comment-947</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 06 Nov 2011 16:50:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2011/08/waiter-theres-a-bug-in-my-get-help/#comment-947</guid>
		<description>I voted it up. Thanks for fixing the bug. I was about to point it out but Rob beat me to it!</description>
		<content:encoded><![CDATA[<p>I voted it up. Thanks for fixing the bug. I was about to point it out but Rob beat me to it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exploring the .NET Framework with PowerShell – Static Members (Part 4) by Jean H.</title>
		<link>http://blog.usepowershell.com/2009/03/exploring-the-net-framework-with-powershell-static-members-part-4/comment-page-1/#comment-940</link>
		<dc:creator>Jean H.</dc:creator>
		<pubDate>Sun, 16 Oct 2011 13:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2009/03/exploring-the-net-framework-with-powershell-static-members-part-4/#comment-940</guid>
		<description>Hi Steve, thank you for sharing this. I really could use more of this information on the .NET Framework. We&#039;ve got a lot of things to cover. Thanks again!</description>
		<content:encoded><![CDATA[<p>Hi Steve, thank you for sharing this. I really could use more of this information on the .NET Framework. We&#8217;ve got a lot of things to cover. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Send E-Mail From PowerShell by Darin</title>
		<link>http://blog.usepowershell.com/2009/03/how-to-send-e-mail-from-powershell/comment-page-1/#comment-937</link>
		<dc:creator>Darin</dc:creator>
		<pubDate>Wed, 12 Oct 2011 18:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/?p=60#comment-937</guid>
		<description>Flog=Flag</description>
		<content:encoded><![CDATA[<p>Flog=Flag</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Send E-Mail From PowerShell by Darin</title>
		<link>http://blog.usepowershell.com/2009/03/how-to-send-e-mail-from-powershell/comment-page-1/#comment-936</link>
		<dc:creator>Darin</dc:creator>
		<pubDate>Wed, 12 Oct 2011 18:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/?p=60#comment-936</guid>
		<description>Is there a way to add a follow-up notification to the send-emailmessage like the header x-Message-Flog &quot;For your information&quot;?</description>
		<content:encoded><![CDATA[<p>Is there a way to add a follow-up notification to the send-emailmessage like the header x-Message-Flog &#8220;For your information&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using the Sync Framework from PowerShell by Thor</title>
		<link>http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/comment-page-1/#comment-918</link>
		<dc:creator>Thor</dc:creator>
		<pubDate>Sat, 17 Sep 2011 17:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2009/11/using-the-sync-framework-from-powershell/#comment-918</guid>
		<description>Nice code. it works perfectly.
Do you know how to sync ntfs permissions as well?</description>
		<content:encoded><![CDATA[<p>Nice code. it works perfectly.<br />
Do you know how to sync ntfs permissions as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Configuration To Remoting by Adam W.</title>
		<link>http://blog.usepowershell.com/2010/07/adding-configuration-to-remoting/comment-page-1/#comment-917</link>
		<dc:creator>Adam W.</dc:creator>
		<pubDate>Fri, 16 Sep 2011 13:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2010/07/adding-configuration-to-remoting/#comment-917</guid>
		<description>At start I thought it is not working, but upon I have reviewed it again I missed one symbol. Thanks for this post</description>
		<content:encoded><![CDATA[<p>At start I thought it is not working, but upon I have reviewed it again I missed one symbol. Thanks for this post</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Myth of Advanced Functions&#8211;CmdletBinding for the Rest of our Scripts by Architect Cape Town</title>
		<link>http://blog.usepowershell.com/2011/04/the-myth-of-advanced-functionscmdletbinding-for-the-rest-of-our-scripts/comment-page-1/#comment-899</link>
		<dc:creator>Architect Cape Town</dc:creator>
		<pubDate>Thu, 01 Sep 2011 06:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/2011/04/the-myth-of-advanced-functionscmdletbinding-for-the-rest-of-our-scripts/#comment-899</guid>
		<description>Matt, thanks for the solution. I was getting the same error at the start of my script, but it is all sorted out now thanks to you. I was making the same silly mistake lol. Thanks a lot, both of you.</description>
		<content:encoded><![CDATA[<p>Matt, thanks for the solution. I was getting the same error at the start of my script, but it is all sorted out now thanks to you. I was making the same silly mistake lol. Thanks a lot, both of you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

