<?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>SharePoint Geek &#187; deactivatefeature</title>
	<atom:link href="http://sharepoint-geek.com/category/deactivatefeature/feed/" rel="self" type="application/rss+xml" />
	<link>http://sharepoint-geek.com</link>
	<description>SharePoint Tips &#38; Tricks</description>
	<lastBuildDate>Thu, 29 Jul 2010 19:19:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WssRemoveFeatureFromSite + BAT File</title>
		<link>http://sharepoint-geek.com/2009/10/07/wssremovefeaturefromsite-bat-file/</link>
		<comments>http://sharepoint-geek.com/2009/10/07/wssremovefeaturefromsite-bat-file/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 13:00:00 +0000</pubDate>
		<dc:creator>stewart</dc:creator>
				<category><![CDATA[MOSS]]></category>
		<category><![CDATA[deactivatefeature]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[wss]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://sharepoint-geek.com/2009/10/07/wssremovefeaturefromsite-bat-file/</guid>
		<description><![CDATA[WssRemoveFeatureFromSite is a great tool to have in your SharePoint arsenal.&#160; I combined it with some Windows commands to create a batch file that removes multiple features from a site or sitecollection.&#160; This isn’t real complicated stuff, but most useful things aren’t. set site=http://www.example.com/sites/site set scope=site :: Analytics WssRemoveFeatureFromSite -scope %scope% -url %site% -featureid 56dd7fe7-a155-4283-b5e6-6147560601ee [...]]]></description>
			<content:encoded><![CDATA[<p><a title="WssRemoveFeatureFromSite" href="http://code.msdn.microsoft.com/WssRemoveFeatureFrom">WssRemoveFeatureFromSite</a> is a great tool to have in your <a href="http://sharepoint-geek.com/tag/sharepoint/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Sharepoint">SharePoint</a> arsenal.&#160; </p>
<p>I combined it with some Windows commands to create a batch file that removes multiple features from a site or sitecollection.&#160; This isn’t real complicated stuff, but most useful things aren’t.</p>
<div class="csharpcode"><span class="alt"><span class="kwrd">set</span> site=http://www.example.com/sites/site</span></div>
<div class="csharpcode"><span class="kwrd">set</span> scope=site</span></div>
<div class="csharpcode"><span class="rem">:: Analytics</span></div>
<div class="csharpcode">
<div class="alt">WssRemoveFeatureFromSite -scope <span class="op">%scope%</span> -url <span class="op">%site%</span> -featureid 56dd7fe7-a155-4283-b5e6-6147560601ee -force</div>
</p></div>
<div class="csharpcode">
<div class="rem">:: BaseWeb</div>
</p></div>
<div class="csharpcode">
<div class="alt">WssRemoveFeatureFromSite -scope <span class="op">%scope%</span> -url <span class="op">%site%</span> -featureid 99fe402e-89a0-45aa-9163-85342e865dc8 –force</div>
</p></div>
<style type="text/css">
<p>.csharpcode, .csharpcode div
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>

	Tags: <a href="http://sharepoint-geek.com/category/deactivatefeature/" title="deactivatefeature" rel="tag">deactivatefeature</a>, <a href="http://sharepoint-geek.com/category/features/" title="features" rel="tag">features</a>, <a href="http://sharepoint-geek.com/category/moss/" title="MOSS" rel="tag">MOSS</a>, <a href="http://sharepoint-geek.com/tag/sharepoint/" title="Sharepoint" rel="tag">Sharepoint</a>, <a href="http://sharepoint-geek.com/category/wss/" title="wss" rel="tag">wss</a>, <a href="http://sharepoint-geek.com/tag/wss/" title="wss" rel="tag">wss</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://sharepoint-geek.com/2009/10/07/wss-v3-moss-2007-features/" title="WSS v3 &amp; MOSS 2007 Features (October 7, 2009)">WSS v3 &amp; MOSS 2007 Features</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/11/05/sharepoint-alerts-not-working/" title="SharePoint Alerts Not Working (November 5, 2009)">SharePoint Alerts Not Working</a> (5)</li>
	<li><a href="http://sharepoint-geek.com/2009/10/22/error-running-the-configuration-wizard/" title="Error Running The Configuration Wizard (October 22, 2009)">Error Running The Configuration Wizard</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2010/02/26/enable-host-headers-on-an-sslhttps-site/" title="Enable Host Headers On An SSL/HTTPS Site (February 26, 2010)">Enable Host Headers On An SSL/HTTPS Site</a> (3)</li>
	<li><a href="http://sharepoint-geek.com/2009/11/06/unable-to-enable-office-sharepoint-server-publishing/" title="Unable To Enable Office SharePoint Server Publishing (November 6, 2009)">Unable To Enable Office SharePoint Server Publishing</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://sharepoint-geek.com/2009/10/07/wssremovefeaturefromsite-bat-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Faulty Feature Tool</title>
		<link>http://sharepoint-geek.com/2009/06/30/faulty-feature-tool/</link>
		<comments>http://sharepoint-geek.com/2009/06/30/faulty-feature-tool/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 18:22:38 +0000</pubDate>
		<dc:creator>stewart</dc:creator>
				<category><![CDATA[deactivatefeature]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[site collection]]></category>
		<category><![CDATA[stsadm]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[Sharepoint]]></category>

		<guid isPermaLink="false">http://sharepoint-geek.com/2009/06/30/faulty-feature-tool/</guid>
		<description><![CDATA[I used a tool by Steven Van de Craen called FaultyFeatureTool to compare the features that were enabled on two different sites. It’s not the original purpose of this tool but it came in very handy. You can also remove the feature using the application or STSADM. STSADM -o deactivatefeature -id &#60;FEATUREID&#62;-url http://localhost -force Tags: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sharepoint-geek.com/wp-content/uploads/2009/06/image.png"><img style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 10px 0px 0px; border-right-width: 0px" title="image" src="http://sharepoint-geek.com/wp-content/uploads/2009/06/image_thumb.png" border="0" alt="image" width="244" height="189" align="left" /></a> I used a tool by Steven Van de Craen called <a href="http://www.moss2007.be/blogs/vandest/archive/2008/04/28/stsadm-o-export-fatalerror-failed-to-compare-two-elements-in-the-array.aspx">FaultyFeatureTool</a> to compare the features that were enabled on two different sites.</p>
<p>It’s not the original purpose of this tool but it came in very handy.</p>
<p>You can also remove the feature using the application or <a href="http://sharepoint-geek.com/tag/stsadm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with stsadm">STSADM</a>.</p>
<pre class="csharpcode"><a href="http://sharepoint-geek.com/tag/stsadm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with stsadm">STSADM</a> -o deactivatefeature -id &lt;FEATUREID&gt;-url http://localhost -force</pre>
<p><!--.csharpcode, .csharpcode pre { 	font-size: small; 	color: black; 	font-family: consolas, "Courier New", courier, monospace; 	background-color: #ffffff; 	/*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0; } .csharpcode .preproc { color: #cc6633; } .csharpcode .asp { background-color: #ffff00; } .csharpcode .html { color: #800000; } .csharpcode .attr { color: #ff0000; } .csharpcode .alt  { 	background-color: #f4f4f4; 	width: 100%; 	margin: 0em; } .csharpcode .lnum { color: #606060; } --></p>

	Tags: <a href="http://sharepoint-geek.com/category/deactivatefeature/" title="deactivatefeature" rel="tag">deactivatefeature</a>, <a href="http://sharepoint-geek.com/category/features/" title="features" rel="tag">features</a>, <a href="http://sharepoint-geek.com/tag/moss/" title="MOSS" rel="tag">MOSS</a>, <a href="http://sharepoint-geek.com/tag/sharepoint/" title="Sharepoint" rel="tag">Sharepoint</a>, <a href="http://sharepoint-geek.com/category/site-collection/" title="site collection" rel="tag">site collection</a>, <a href="http://sharepoint-geek.com/category/stsadm/" title="stsadm" rel="tag">stsadm</a>, <a href="http://sharepoint-geek.com/tag/stsadm/" title="stsadm" rel="tag">stsadm</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://sharepoint-geek.com/2009/11/06/unable-to-enable-office-sharepoint-server-publishing/" title="Unable To Enable Office SharePoint Server Publishing (November 6, 2009)">Unable To Enable Office SharePoint Server Publishing</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/11/05/sharepoint-alerts-not-working/" title="SharePoint Alerts Not Working (November 5, 2009)">SharePoint Alerts Not Working</a> (5)</li>
	<li><a href="http://sharepoint-geek.com/2009/10/07/wss-v3-moss-2007-features/" title="WSS v3 &amp; MOSS 2007 Features (October 7, 2009)">WSS v3 &amp; MOSS 2007 Features</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2009/05/21/unable-to-activate-office-sharepoint-server-publishing-infrastructure/" title="Unable To Activate Office SharePoint Server Publishing Infrastructure (May 21, 2009)">Unable To Activate Office SharePoint Server Publishing Infrastructure</a> (0)</li>
	<li><a href="http://sharepoint-geek.com/2010/02/24/find-checked-out-files/" title="Find Checked Out Files (February 24, 2010)">Find Checked Out Files</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://sharepoint-geek.com/2009/06/30/faulty-feature-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
