<?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>Tales from the Datacenter &#187; How To</title>
	<atom:link href="http://www.pburch.com/blog/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pburch.com/blog</link>
	<description>Tales from the Datacenter</description>
	<lastBuildDate>Tue, 03 Jan 2012 16:45:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>SharePoint and Firefox</title>
		<link>http://www.pburch.com/blog/2010/09/09/sharepoint-and-firefox/</link>
		<comments>http://www.pburch.com/blog/2010/09/09/sharepoint-and-firefox/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 18:38:32 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[NTLM]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Trusted Sites]]></category>

		<guid isPermaLink="false">http://www.pburch.com/blog/2010/09/09/sharepoint-and-firefox/</guid>
		<description><![CDATA[For those of you that prefer Firefox over IE, here’s a little gem to ease the troubles you undoubtedly have with SharePoint: You can enable NTLM credential pass-through by doing the following: Type about:config into your address bar. Find the &#8230; <a href="http://www.pburch.com/blog/2010/09/09/sharepoint-and-firefox/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For those of you that prefer Firefox over IE, here’s a little gem to ease the troubles you undoubtedly have with SharePoint:</p>
<p>You can enable NTLM credential pass-through by doing the following:</p>
<ol>
<li>Type <strong>about:config</strong> into your address bar.</li>
<li>Find the preference labeled <strong>network.automatic-ntlm-auth.trusted-uris</strong>.</li>
<li>Add the URL of your SharePoint site as a value for this preference.</li>
</ol>
<p>Voilà!&#160; Now your SharePoint site is a “trusted site” in Firefox.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pburch.com/blog/2010/09/09/sharepoint-and-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Editing Local Groups via the Command Line</title>
		<link>http://www.pburch.com/blog/2010/06/10/editing-local-groups-via-the-command-line/</link>
		<comments>http://www.pburch.com/blog/2010/06/10/editing-local-groups-via-the-command-line/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 17:51:08 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[edit local group]]></category>
		<category><![CDATA[mdt 2010]]></category>
		<category><![CDATA[net command]]></category>

		<guid isPermaLink="false">http://www.pburch.com/blog/2010/06/10/editing-local-groups-via-the-command-line/</guid>
		<description><![CDATA[I use MDT to deploy our servers here at the office and I’m frequently forgetting build steps – namely adding a certain group to the local Administrators group on all the servers I build.&#160; I was looking for a way &#8230; <a href="http://www.pburch.com/blog/2010/06/10/editing-local-groups-via-the-command-line/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I use MDT to deploy our servers here at the office and I’m frequently forgetting build steps – namely adding a certain group to the local Administrators group on all the servers I build.&#160; I was looking for a way to script it and was pleasantly surprised to find out that it’s just a single command that can be run at the command line.</p>
<p>The command:</p>
<blockquote><p>net localgroup Administrators /add &quot;domain\domain group&quot;</p>
</blockquote>
<p align="left">If you want to edit a group other than the local Administrators group, just change “Administrators” above to whatever the appropriate group may be.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pburch.com/blog/2010/06/10/editing-local-groups-via-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

