﻿<?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: Using PowerShell to activate a feature across all Sharepoint 2007/WSS 3.0 sites and subsites</title>
	<atom:link href="http://bable.cybermarshall.com/2009/01/17/using-powershell-to-activate-a-feature-across-all-sharepoint-2007wss-30-sites-and-subsites/feed/" rel="self" type="application/rss+xml" />
	<link>http://bable.cybermarshall.com/2009/01/17/using-powershell-to-activate-a-feature-across-all-sharepoint-2007wss-30-sites-and-subsites/</link>
	<description>David&#039;s thoughts about this and that</description>
	<lastBuildDate>Mon, 02 May 2011 17:32:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: david</title>
		<link>http://bable.cybermarshall.com/2009/01/17/using-powershell-to-activate-a-feature-across-all-sharepoint-2007wss-30-sites-and-subsites/comment-page-1/#comment-76</link>
		<dc:creator>david</dc:creator>
		<pubDate>Thu, 23 Sep 2010 16:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://bable.cybermarshall.com/?p=338#comment-76</guid>
		<description>Hi Tina,
Did you install powershell 1.0 or 2.0? and can you provide more info about any errors or messages that you recieve?

I ran this with powershell 1.0 and all that I had to do was add the reference line
&lt;code&gt;
## Reference to SharePoint DLL
[void][System.Reflection.Assembly]::LoadWithPartialName(&quot;Microsoft.SharePoint&quot;)
&lt;/code&gt;

Regards,
David</description>
		<content:encoded><![CDATA[<p>Hi Tina,<br />
Did you install powershell 1.0 or 2.0? and can you provide more info about any errors or messages that you recieve?</p>
<p>I ran this with powershell 1.0 and all that I had to do was add the reference line<br />
<code><br />
## Reference to SharePoint DLL<br />
[void][System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint")<br />
</code></p>
<p>Regards,<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tina</title>
		<link>http://bable.cybermarshall.com/2009/01/17/using-powershell-to-activate-a-feature-across-all-sharepoint-2007wss-30-sites-and-subsites/comment-page-1/#comment-75</link>
		<dc:creator>Tina</dc:creator>
		<pubDate>Thu, 23 Sep 2010 13:20:09 +0000</pubDate>
		<guid isPermaLink="false">http://bable.cybermarshall.com/?p=338#comment-75</guid>
		<description>I have installed Powershell on wss 3.0 server bu I am unable to excute any command of powershell related to WSS 3.0. Is there something more that I need to do after installing PowerShell on WSS 3.0.</description>
		<content:encoded><![CDATA[<p>I have installed Powershell on wss 3.0 server bu I am unable to excute any command of powershell related to WSS 3.0. Is there something more that I need to do after installing PowerShell on WSS 3.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: david</title>
		<link>http://bable.cybermarshall.com/2009/01/17/using-powershell-to-activate-a-feature-across-all-sharepoint-2007wss-30-sites-and-subsites/comment-page-1/#comment-58</link>
		<dc:creator>david</dc:creator>
		<pubDate>Tue, 27 Apr 2010 22:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://bable.cybermarshall.com/?p=338#comment-58</guid>
		<description>Thanks for the update</description>
		<content:encoded><![CDATA[<p>Thanks for the update</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Byung</title>
		<link>http://bable.cybermarshall.com/2009/01/17/using-powershell-to-activate-a-feature-across-all-sharepoint-2007wss-30-sites-and-subsites/comment-page-1/#comment-57</link>
		<dc:creator>Byung</dc:creator>
		<pubDate>Tue, 20 Apr 2010 20:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://bable.cybermarshall.com/?p=338#comment-57</guid>
		<description>it works with the following;
$outputmsg = &amp;stsadm -o activatefeature -name abc -url http://mapdbjung2 2&gt;&amp;1</description>
		<content:encoded><![CDATA[<p>it works with the following;<br />
$outputmsg = &amp;stsadm -o activatefeature -name abc -url <a href="http://mapdbjung2" rel="nofollow">http://mapdbjung2</a> 2&gt;&amp;1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Byung</title>
		<link>http://bable.cybermarshall.com/2009/01/17/using-powershell-to-activate-a-feature-across-all-sharepoint-2007wss-30-sites-and-subsites/comment-page-1/#comment-56</link>
		<dc:creator>Byung</dc:creator>
		<pubDate>Mon, 19 Apr 2010 23:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://bable.cybermarshall.com/?p=338#comment-56</guid>
		<description>Thanks for your sharing.
By the way, $sResult does not capture error message. Any idea?</description>
		<content:encoded><![CDATA[<p>Thanks for your sharing.<br />
By the way, $sResult does not capture error message. Any idea?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

