<?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/"
	>

<channel>
	<title>TechMumboJumblog</title>
	<atom:link href="http://www.techmumbojumblog.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.techmumbojumblog.com</link>
	<description>The TechMumboJumbo.com Blog to take the stress out of your life!</description>
	<pubDate>Mon, 23 Nov 2009 16:48:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FBA login page not showing up</title>
		<link>http://www.techmumbojumblog.com/?p=445</link>
		<comments>http://www.techmumbojumblog.com/?p=445#comments</comments>
		<pubDate>Sun, 30 Aug 2009 03:57:10 +0000</pubDate>
		<dc:creator>Justin Schultz</dc:creator>
		
		<category><![CDATA[.net FrameWork]]></category>

		<category><![CDATA[FBA]]></category>

		<category><![CDATA[MOSS]]></category>

		<category><![CDATA[Project Server]]></category>

		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.techmumbojumblog.com/?p=445</guid>
		<description><![CDATA[If you have setup FBA and cannot see the fba login page then here is one thing to check...]]></description>
		<wfw:commentRss>http://www.techmumbojumblog.com/?feed=rss2&amp;p=445</wfw:commentRss>
		</item>
		<item>
		<title>Unknown Error - Issues with FBA via SharePoint</title>
		<link>http://www.techmumbojumblog.com/?p=443</link>
		<comments>http://www.techmumbojumblog.com/?p=443#comments</comments>
		<pubDate>Tue, 25 Aug 2009 01:12:47 +0000</pubDate>
		<dc:creator>Justin Schultz</dc:creator>
		
		<category><![CDATA[.net FrameWork]]></category>

		<category><![CDATA[FBA]]></category>

		<category><![CDATA[Project Server]]></category>

		<category><![CDATA[SharePoint]]></category>

		<category><![CDATA[.net]]></category>

		<category><![CDATA[administration]]></category>

		<category><![CDATA[Forms based auth]]></category>

		<category><![CDATA[MOSS]]></category>

		<category><![CDATA[wss]]></category>

		<guid isPermaLink="false">http://www.techmumbojumblog.com/?p=443</guid>
		<description><![CDATA[FBA unknown error after login...]]></description>
		<wfw:commentRss>http://www.techmumbojumblog.com/?feed=rss2&amp;p=443</wfw:commentRss>
		</item>
		<item>
		<title>Comparing files via checksum with Powershell</title>
		<link>http://www.techmumbojumblog.com/?p=304</link>
		<comments>http://www.techmumbojumblog.com/?p=304#comments</comments>
		<pubDate>Sat, 01 Aug 2009 08:36:16 +0000</pubDate>
		<dc:creator>Moe</dc:creator>
		
		<category><![CDATA[PowerShell]]></category>

		<category><![CDATA[MD5]]></category>

		<guid isPermaLink="false">http://www.techmumbojumblog.com/?p=304</guid>
		<description><![CDATA[Have you ever had to push Gigabytes of files accross the network, knowing that the same version of many of those files already existed on the other end, but you didn&#8217;t have an immediate way of checking which ones were already in place?
If so, we can mitigate that problem somewhat with checksums.
Below is a simple [...]]]></description>
		<wfw:commentRss>http://www.techmumbojumblog.com/?feed=rss2&amp;p=304</wfw:commentRss>
		</item>
		<item>
		<title>Disabling Admin UAC with Powershell</title>
		<link>http://www.techmumbojumblog.com/?p=402</link>
		<comments>http://www.techmumbojumblog.com/?p=402#comments</comments>
		<pubDate>Fri, 31 Jul 2009 23:20:05 +0000</pubDate>
		<dc:creator>Moe</dc:creator>
		
		<category><![CDATA[PowerShell]]></category>

		<category><![CDATA[Server 2008]]></category>

		<category><![CDATA[UAC]]></category>

		<guid isPermaLink="false">http://www.techmumbojumblog.com/?p=402</guid>
		<description><![CDATA[Well apparently some people don&#8217;t like User Account Control getting in the way of the Administrator account(s), and so they need a way to disable this annoying
behavior. Here&#8217;s a quick function I threw together today at the request of a friend, that will do just that. Please excuse the formatting&#8230;
function Set-AdminUAC([int] $value = 0) {
$computers	= [...]]]></description>
		<wfw:commentRss>http://www.techmumbojumblog.com/?feed=rss2&amp;p=402</wfw:commentRss>
		</item>
		<item>
		<title>Checking for pending reboots with PowerShell</title>
		<link>http://www.techmumbojumblog.com/?p=375</link>
		<comments>http://www.techmumbojumblog.com/?p=375#comments</comments>
		<pubDate>Thu, 30 Jul 2009 02:41:55 +0000</pubDate>
		<dc:creator>Moe</dc:creator>
		
		<category><![CDATA[PowerShell]]></category>

		<category><![CDATA[Server 2003]]></category>

		<category><![CDATA[Server 2008]]></category>

		<guid isPermaLink="false">http://www.techmumbojumblog.com/?p=375</guid>
		<description><![CDATA[I found out the hard way a few days ago that our old, tried-and-true method of determining if there were pending reboots had changed with the latest Windows Server OS, Server 2008. In the old days (last year), we could check for pending reboots on Windows 2003 simply by looking at the &#8216;PendingFileRenameOperations&#8217; property in [...]]]></description>
		<wfw:commentRss>http://www.techmumbojumblog.com/?feed=rss2&amp;p=375</wfw:commentRss>
		</item>
		<item>
		<title>Affinity or Sticky Sessions</title>
		<link>http://www.techmumbojumblog.com/?p=363</link>
		<comments>http://www.techmumbojumblog.com/?p=363#comments</comments>
		<pubDate>Sat, 25 Jul 2009 00:08:44 +0000</pubDate>
		<dc:creator>Justin Schultz</dc:creator>
		
		<category><![CDATA[NLB]]></category>

		<guid isPermaLink="false">http://www.techmumbojumblog.com/?p=363</guid>
		<description><![CDATA[So what is Affinity? It is sticky sessions.. 
Then what is this &#8220;sticky session&#8221; thing you speak of?
Well when you connect to a website with NLB you are being passed from one server to the next depending on how many nodes or hosts you have.  Every time you click a link it will essentially open [...]]]></description>
		<wfw:commentRss>http://www.techmumbojumblog.com/?feed=rss2&amp;p=363</wfw:commentRss>
		</item>
		<item>
		<title>Setup NLB in Windows Server</title>
		<link>http://www.techmumbojumblog.com/?p=336</link>
		<comments>http://www.techmumbojumblog.com/?p=336#comments</comments>
		<pubDate>Fri, 24 Jul 2009 23:56:46 +0000</pubDate>
		<dc:creator>Justin Schultz</dc:creator>
		
		<category><![CDATA[NLB]]></category>

		<category><![CDATA[Server 2003]]></category>

		<guid isPermaLink="false">http://www.techmumbojumblog.com/?p=336</guid>
		<description><![CDATA[How to set up NLB in windows server using the NLB cluster manager]]></description>
		<wfw:commentRss>http://www.techmumbojumblog.com/?feed=rss2&amp;p=336</wfw:commentRss>
		</item>
		<item>
		<title>Base64 encoding and decoding with PowerShell</title>
		<link>http://www.techmumbojumblog.com/?p=306</link>
		<comments>http://www.techmumbojumblog.com/?p=306#comments</comments>
		<pubDate>Mon, 20 Jul 2009 06:20:38 +0000</pubDate>
		<dc:creator>Moe</dc:creator>
		
		<category><![CDATA[PowerShell]]></category>

		<guid isPermaLink="false">http://www.techmumbojumblog.com/?p=306</guid>
		<description><![CDATA[A few days ago, I needed to perfom some simple obfuscation on a string. Since I had used Base-64 encoding for this purpose in the past, I needed to find a quick way to perform Base-64 encoding and decoding with PowerShell. Surprisingly, I couldn&#8217;t find a blog post or tutorial detailing a simple, straight-forward way [...]]]></description>
		<wfw:commentRss>http://www.techmumbojumblog.com/?feed=rss2&amp;p=306</wfw:commentRss>
		</item>
		<item>
		<title>Enable Self-Serve Site Creation via Central Admin</title>
		<link>http://www.techmumbojumblog.com/?p=277</link>
		<comments>http://www.techmumbojumblog.com/?p=277#comments</comments>
		<pubDate>Mon, 13 Jul 2009 22:38:51 +0000</pubDate>
		<dc:creator>Justin Schultz</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.techmumbojumblog.com/?p=277</guid>
		<description><![CDATA[Want to do this from stsadm? go here
Open your central admin site:  http://servername:port  (Example:  http://testserver:1234) and login as a farm admin.
Navigate to the &#8220;Application Management&#8221; tab

Now click on &#8220;Self-service site management&#8221; under the &#8220;Application Security&#8221; Section on the right side of the page.
Click the &#8220;ON&#8221; radio button&#8230;  You can also check the box &#8220;Require secondary [...]]]></description>
		<wfw:commentRss>http://www.techmumbojumblog.com/?feed=rss2&amp;p=277</wfw:commentRss>
		</item>
		<item>
		<title>Verifying valid email addresses with PowerShell&#8230;sort of&#8230;</title>
		<link>http://www.techmumbojumblog.com/?p=244</link>
		<comments>http://www.techmumbojumblog.com/?p=244#comments</comments>
		<pubDate>Sat, 11 Jul 2009 20:26:53 +0000</pubDate>
		<dc:creator>Moe</dc:creator>
		
		<category><![CDATA[PowerShell]]></category>

		<category><![CDATA[Regular Expressions]]></category>

		<guid isPermaLink="false">http://www.techmumbojumblog.com/?p=244</guid>
		<description><![CDATA[I was recently asked to whip up a quick function that would verify email addresses from a list, and extract the ones that were valid and unique. Apparently, someone had run a report which should have resulted in a list of email addresses, sent it to the requester, and then left for the day. Unfortunately, [...]]]></description>
		<wfw:commentRss>http://www.techmumbojumblog.com/?feed=rss2&amp;p=244</wfw:commentRss>
		</item>
	</channel>
</rss>
