<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Brian Jackson&#039;s IT Blog &#187; Powershell</title>
	<atom:link href="http://blog.brianleejackson.com/tag/powershell/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.brianleejackson.com</link>
	<description></description>
	<lastBuildDate>Wed, 28 Dec 2011 23:22:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Run only scripts that you trust. Disable Powershell Message</title>
		<link>http://blog.brianleejackson.com/run-only-scripts-that-you-trust-disable-powershell-message</link>
		<comments>http://blog.brianleejackson.com/run-only-scripts-that-you-trust-disable-powershell-message#comments</comments>
		<pubDate>Tue, 27 Oct 2009 04:05:23 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista SP1]]></category>
		<category><![CDATA[Batch Script]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows 7 Beta]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://blog.brianleejackson.com/?p=722</guid>
		<description><![CDATA[This article can also be read at my new website: http://www.theitbros.com. If you are like me you have probably run into the following error when trying to run powershell scripts. This becomes very annoying and tedious if you are running different scripts on a regular basis. &#8220;Security Warning &#8211; Run only scripts that you trust. [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.brianleejackson.com/run-only-scripts-that-you-trust-disable-powershell-message' addthis:title='Run only scripts that you trust. Disable Powershell Message' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google +1"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_delicious"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_tumblr"></a><a class="addthis_button_digg"></a><a class="addthis_button_email"></a><a class="addthis_button_print"></a><a class="addthis_button_favorites"></a><a class="addthis_button_addthis menu"></a></div>]]></description>
			<content:encoded><![CDATA[<p><b><font color="maroon">This article can also be read at my new website: <a href="http://theitbros.com/run-only-scripts-that-you-trust-powershell">http://www.theitbros.com</a>.</font></b></p>
<p>If you are like me you have probably run into the following error when trying to run powershell scripts.  This becomes very annoying and tedious if you are running different scripts on a regular basis.</p>
<blockquote><p>&#8220;Security Warning &#8211; Run only scripts that you trust. While scripts from the Internet can be useful, this script can potentially harm your computer. Do you want to run &#8211;.ps1? [D] Do not run  [R] Run once  [S] Suspend  [?] Help (default is &#8220;D&#8221;):</p></blockquote>
<h2>Step #1</h2>
<p>The first thing you need to do is launch Windows Powershell.</p>
<h2>Step #2</h2>
<p>Then enter the following commands:</p>
<blockquote><p>get-executionpolicy</p></blockquote>
<blockquote><p>set-executionpolicy bypass</p></blockquote>
<div id="attachment_728" class="wp-caption alignnone" style="width: 509px"><img src="http://blog.brianleejackson.com/wp-content/uploads/2009/10/powershell1.png" alt="Powershell Trust Scripts" title="Powershell Trust Scripts" width="499" height="89" class="size-full wp-image-728" /><p class="wp-caption-text">Powershell Trust Scripts</p></div>
<p>Now launch your script and enjoy not seeing that annoying message come up.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.brianleejackson.com/run-only-scripts-that-you-trust-disable-powershell-message' addthis:title='Run only scripts that you trust. Disable Powershell Message' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google +1"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_delicious"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_tumblr"></a><a class="addthis_button_digg"></a><a class="addthis_button_email"></a><a class="addthis_button_print"></a><a class="addthis_button_favorites"></a><a class="addthis_button_addthis menu"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.brianleejackson.com/run-only-scripts-that-you-trust-disable-powershell-message/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Vista Powershell Script fix</title>
		<link>http://blog.brianleejackson.com/vista-powershell-script-fix</link>
		<comments>http://blog.brianleejackson.com/vista-powershell-script-fix#comments</comments>
		<pubDate>Thu, 25 Jun 2009 03:51:49 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista SP1]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Registry]]></category>

		<guid isPermaLink="false">http://blog.brianleejackson.com/?p=272</guid>
		<description><![CDATA[Step #1 Go to Run and type regedit Step #2 HKEY_Local_Machine\SOFTWARE\Microsoft\PowerShell\1\ShellIds\Microsoft.Powershell\ExecutionPolicy Step #3 In that registry key, change value to Unrestricted. Buy Windows Vista.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.brianleejackson.com/vista-powershell-script-fix' addthis:title='Vista Powershell Script fix' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google +1"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_delicious"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_tumblr"></a><a class="addthis_button_digg"></a><a class="addthis_button_email"></a><a class="addthis_button_print"></a><a class="addthis_button_favorites"></a><a class="addthis_button_addthis menu"></a></div>]]></description>
			<content:encoded><![CDATA[<h2>Step #1</h2>
<blockquote><p>Go to Run and type regedit</p></blockquote>
<h2>Step #2</h2>
<blockquote><p>HKEY_Local_Machine\SOFTWARE\Microsoft\PowerShell\1\ShellIds\Microsoft.Powershell\ExecutionPolicy </p></blockquote>
<h2>Step #3</h2>
<blockquote><p>In that registry key, change value  to Unrestricted.</p></blockquote>
<p><a href="http://www.amazon.com/gp/product/B000HCTYTE/ref=as_li_qf_sp_asin_il_tl?ie=UTF8&#038;tag=brlejaitbl-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=B000HCTYTE">Buy Windows Vista</a>.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://blog.brianleejackson.com/vista-powershell-script-fix' addthis:title='Vista Powershell Script fix' ><a class="addthis_button_facebook"></a><a class="addthis_button_twitter"></a><a class="addthis_button_google +1"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_delicious"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_tumblr"></a><a class="addthis_button_digg"></a><a class="addthis_button_email"></a><a class="addthis_button_print"></a><a class="addthis_button_favorites"></a><a class="addthis_button_addthis menu"></a></div>]]></content:encoded>
			<wfw:commentRss>http://blog.brianleejackson.com/vista-powershell-script-fix/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

