<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Man Vs. Machine</title>
	<atom:link href="http://manvsmachine.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://manvsmachine.wordpress.com</link>
	<description>Why can't we all just get along?</description>
	<lastBuildDate>Thu, 15 Sep 2011 01:11:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='manvsmachine.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/e0576632df08857f0871f24db81aaf8a?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Man Vs. Machine</title>
		<link>http://manvsmachine.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://manvsmachine.wordpress.com/osd.xml" title="Man Vs. Machine" />
	<atom:link rel='hub' href='http://manvsmachine.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Powershell: Verify if a application is installed (the right way)!</title>
		<link>http://manvsmachine.wordpress.com/2011/09/14/powershell-verify-if-a-application-is-installed-the-right-way/</link>
		<comments>http://manvsmachine.wordpress.com/2011/09/14/powershell-verify-if-a-application-is-installed-the-right-way/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 11:39:33 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[powershell]]></category>

		<guid isPermaLink="false">http://manvsmachine.wordpress.com/?p=606</guid>
		<description><![CDATA[There are a few different ways to skin this problem&#8230; An initial search will point you in the direction of using WMI Win32_Product class. Avoid this at all costs for reasons mentioned here. Use this approach instead: gci "HKLM:\software\Wow6432Node\Microsoft\windows\CurrentVersion\Uninstall" &#124; %{ gp $_.PSPath } &#124; where {$_.DisplayName -match "{Application Name}"} Enjoy!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manvsmachine.wordpress.com&amp;blog=6252916&amp;post=606&amp;subd=manvsmachine&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are a few different ways to skin this problem&#8230; An initial search will point you in the direction of using WMI Win32_Product class. Avoid this at all costs for reasons mentioned <a href="http://www.sdmsoftware.com/wmi/why-win32_product-is-bad-news/">here</a>.</p>
<p>Use this approach instead:<br />
<code><br />
gci "HKLM:\software\Wow6432Node\Microsoft\windows\CurrentVersion\Uninstall" | %{ gp $_.PSPath } | where  {$_.DisplayName  -match "{Application Name}"}<br />
</code></p>
<p>Enjoy!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/manvsmachine.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/manvsmachine.wordpress.com/606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/manvsmachine.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/manvsmachine.wordpress.com/606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/manvsmachine.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/manvsmachine.wordpress.com/606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/manvsmachine.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/manvsmachine.wordpress.com/606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/manvsmachine.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/manvsmachine.wordpress.com/606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/manvsmachine.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/manvsmachine.wordpress.com/606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/manvsmachine.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/manvsmachine.wordpress.com/606/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manvsmachine.wordpress.com&amp;blog=6252916&amp;post=606&amp;subd=manvsmachine&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://manvsmachine.wordpress.com/2011/09/14/powershell-verify-if-a-application-is-installed-the-right-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/72e2772adc0cfcdb6f71fb7cf1e1aa8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jason</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Windows Server 2008 R2 on a Macbook Pro (using Bootcamp)</title>
		<link>http://manvsmachine.wordpress.com/2011/09/10/installing-windows-server-2008-r2-on-a-macbook-pro-using-bootcamp/</link>
		<comments>http://manvsmachine.wordpress.com/2011/09/10/installing-windows-server-2008-r2-on-a-macbook-pro-using-bootcamp/#comments</comments>
		<pubDate>Sat, 10 Sep 2011 02:27:11 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://manvsmachine.wordpress.com/?p=604</guid>
		<description><![CDATA[A couple of quick tips (or reminders for me) when installing Windows Server 2008 R2 on a Macbook Pro Bootcamp partition: 1. Follow the steps detailed in the Bootcamp Installation &#38; Setup guide. 2. Have the Bootcamp Drivers for windows saved to a removable drive for immediate installation following the completion of the OS installation [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manvsmachine.wordpress.com&amp;blog=6252916&amp;post=604&amp;subd=manvsmachine&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A couple of quick tips (or reminders for me) when installing Windows Server 2008 R2 on a Macbook Pro Bootcamp partition:</p>
<p>1. Follow the steps detailed in the Bootcamp Installation &amp; Setup guide.<br />
2. Have the Bootcamp Drivers for windows saved to a removable drive for immediate installation following the completion of the OS installation process.<br />
3. If you forget to install the Bootcamp Drivers for windows on the initial login you will need a USB keyboard to log into windows.<br />
4. If you need to connect to a wireless network ensure that you enable the windows feature &#8220;Wireless LAN Service&#8221;</p>
<p>Thanks it!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/manvsmachine.wordpress.com/604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/manvsmachine.wordpress.com/604/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/manvsmachine.wordpress.com/604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/manvsmachine.wordpress.com/604/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/manvsmachine.wordpress.com/604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/manvsmachine.wordpress.com/604/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/manvsmachine.wordpress.com/604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/manvsmachine.wordpress.com/604/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/manvsmachine.wordpress.com/604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/manvsmachine.wordpress.com/604/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/manvsmachine.wordpress.com/604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/manvsmachine.wordpress.com/604/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/manvsmachine.wordpress.com/604/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/manvsmachine.wordpress.com/604/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manvsmachine.wordpress.com&amp;blog=6252916&amp;post=604&amp;subd=manvsmachine&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://manvsmachine.wordpress.com/2011/09/10/installing-windows-server-2008-r2-on-a-macbook-pro-using-bootcamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/72e2772adc0cfcdb6f71fb7cf1e1aa8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jason</media:title>
		</media:content>
	</item>
		<item>
		<title>Enable remote desktop connectivity on Windows Server 2008 R2</title>
		<link>http://manvsmachine.wordpress.com/2011/08/31/enable-remote-desktop-connectivity-on-windows-server-2008-r2/</link>
		<comments>http://manvsmachine.wordpress.com/2011/08/31/enable-remote-desktop-connectivity-on-windows-server-2008-r2/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 06:13:24 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://manvsmachine.wordpress.com/?p=593</guid>
		<description><![CDATA[A quick note to those who have hit the same block when trying to enable remote desktop connectivity in a Windows Server 2008 R2 environment. Ensure that the following windows services are started: DNS Client Function Discovery Resource Publication SSDP Discovery UPnP Ensure that the computer is configured to allow remote desktop connections (under System [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manvsmachine.wordpress.com&amp;blog=6252916&amp;post=593&amp;subd=manvsmachine&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A quick note to those who have hit the same block when trying to enable remote desktop connectivity in a Windows Server 2008 R2 environment.</p>
<p>Ensure that the following windows services are started:</p>
<ul>
<li>DNS Client</li>
<li>Function Discovery Resource Publication</li>
<li>SSDP Discovery</li>
<li>UPnP</li>
</ul>
<p>Ensure that the computer is configured to allow remote desktop connections (under System Properties -&gt; &#8220;Remote&#8221; tab.)</p>
<p>Ensure that under &#8220;Advanced sharing settings&#8221;, &#8220;Turn on network discovery&#8221; on option is selected. This property widow can be opened by clicking on the windows start button and searching for &#8220;advanced&#8221;.</p>
<p>That&#8217;s it!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/manvsmachine.wordpress.com/593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/manvsmachine.wordpress.com/593/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/manvsmachine.wordpress.com/593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/manvsmachine.wordpress.com/593/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/manvsmachine.wordpress.com/593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/manvsmachine.wordpress.com/593/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/manvsmachine.wordpress.com/593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/manvsmachine.wordpress.com/593/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/manvsmachine.wordpress.com/593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/manvsmachine.wordpress.com/593/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/manvsmachine.wordpress.com/593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/manvsmachine.wordpress.com/593/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/manvsmachine.wordpress.com/593/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/manvsmachine.wordpress.com/593/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manvsmachine.wordpress.com&amp;blog=6252916&amp;post=593&amp;subd=manvsmachine&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://manvsmachine.wordpress.com/2011/08/31/enable-remote-desktop-connectivity-on-windows-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/72e2772adc0cfcdb6f71fb7cf1e1aa8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jason</media:title>
		</media:content>
	</item>
		<item>
		<title>Additional instructions for installing the ESB toolkit sample applications</title>
		<link>http://manvsmachine.wordpress.com/2011/01/02/additional-instructions-for-installing-the-esb-toolkit-sample-applications/</link>
		<comments>http://manvsmachine.wordpress.com/2011/01/02/additional-instructions-for-installing-the-esb-toolkit-sample-applications/#comments</comments>
		<pubDate>Sun, 02 Jan 2011 10:24:23 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[BizTalk]]></category>
		<category><![CDATA[ESBT 2.0]]></category>
		<category><![CDATA[esbt]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://manvsmachine.wordpress.com/?p=591</guid>
		<description><![CDATA[When attempting to install the sample applications as supplied with the ESB Toolkit installation package, it is important to observe the order in which the sample applications are installed. The order is incorrect when following the instructions supplied with the documentation and will result in missing dependancies like BizTalk applications, assemblies and policies. To get [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manvsmachine.wordpress.com&amp;blog=6252916&amp;post=591&amp;subd=manvsmachine&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When attempting to install the sample applications as supplied with the ESB Toolkit installation package,  it is important to observe the order in which the sample applications are installed.</p>
<p>The order is incorrect when following the instructions supplied with the documentation and will result in missing dependancies like BizTalk applications, assemblies and policies.</p>
<p>To get the sample applications working install the sample applications in the following order:</p>
<ol>
<li>Itinerary on-ramp sample.</li>
<li>Dynamic resolution sample.</li>
<li>Resolver service sample</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/manvsmachine.wordpress.com/591/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/manvsmachine.wordpress.com/591/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/manvsmachine.wordpress.com/591/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/manvsmachine.wordpress.com/591/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/manvsmachine.wordpress.com/591/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/manvsmachine.wordpress.com/591/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/manvsmachine.wordpress.com/591/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/manvsmachine.wordpress.com/591/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/manvsmachine.wordpress.com/591/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/manvsmachine.wordpress.com/591/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/manvsmachine.wordpress.com/591/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/manvsmachine.wordpress.com/591/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/manvsmachine.wordpress.com/591/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/manvsmachine.wordpress.com/591/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manvsmachine.wordpress.com&amp;blog=6252916&amp;post=591&amp;subd=manvsmachine&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://manvsmachine.wordpress.com/2011/01/02/additional-instructions-for-installing-the-esb-toolkit-sample-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/72e2772adc0cfcdb6f71fb7cf1e1aa8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jason</media:title>
		</media:content>
	</item>
		<item>
		<title>IIS warm up module for IIS 7.5</title>
		<link>http://manvsmachine.wordpress.com/2010/12/15/iis-warm-up-module-for-iis-7-5/</link>
		<comments>http://manvsmachine.wordpress.com/2010/12/15/iis-warm-up-module-for-iis-7-5/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 11:21:15 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[IIS7.5]]></category>

		<guid isPermaLink="false">http://manvsmachine.wordpress.com/?p=584</guid>
		<description><![CDATA[Improve the responsiveness of you web applications and web services by loading them before the first request arrives. Download the IIS warm up module for IIS 7.5 by following the link: http://www.iis.net/download/applicationwarmup<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manvsmachine.wordpress.com&amp;blog=6252916&amp;post=584&amp;subd=manvsmachine&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Improve the responsiveness of you web applications and web services by loading them before the first request arrives.</p>
<p>Download the IIS warm up module for IIS 7.5 by following the link:</p>
<p><a href="http://www.iis.net/download/applicationwarmup">http://www.iis.net/download/applicationwarmup</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/manvsmachine.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/manvsmachine.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/manvsmachine.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/manvsmachine.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/manvsmachine.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/manvsmachine.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/manvsmachine.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/manvsmachine.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/manvsmachine.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/manvsmachine.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/manvsmachine.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/manvsmachine.wordpress.com/584/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/manvsmachine.wordpress.com/584/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/manvsmachine.wordpress.com/584/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manvsmachine.wordpress.com&amp;blog=6252916&amp;post=584&amp;subd=manvsmachine&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://manvsmachine.wordpress.com/2010/12/15/iis-warm-up-module-for-iis-7-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/72e2772adc0cfcdb6f71fb7cf1e1aa8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jason</media:title>
		</media:content>
	</item>
		<item>
		<title>BizTalk Server 2010 AppFabric Connect for Services</title>
		<link>http://manvsmachine.wordpress.com/2010/12/10/biztalk-server-2010-appfabric-connect-for-services/</link>
		<comments>http://manvsmachine.wordpress.com/2010/12/10/biztalk-server-2010-appfabric-connect-for-services/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 11:32:49 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[BizTalk Server 2010]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[biztalk]]></category>
		<category><![CDATA[biztalk 2010]]></category>
		<category><![CDATA[configuration]]></category>

		<guid isPermaLink="false">http://manvsmachine.wordpress.com/?p=575</guid>
		<description><![CDATA[Using the recently released BizTalk Server 2010 AppFabric Connect for Services you can extend BizTalk Orchestrations and LOB applications into the cloud. This post from the BizTalk Server team offers some situations where this feature may be useful. This new feature pack can be downloaded here: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=f7735a19-cdb3-4f52-8e7b-c58f04c5c86a<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manvsmachine.wordpress.com&amp;blog=6252916&amp;post=575&amp;subd=manvsmachine&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Using the recently released BizTalk Server 2010 AppFabric Connect for Services you can extend BizTalk Orchestrations and LOB applications into the cloud.</p>
<p>This <a href="http://blogs.msdn.com/b/biztalk_server_team_blog/archive/2010/10/21/biztalk-server-appfabric-connect-for-services.aspx">post</a> from the BizTalk Server team offers some situations where this feature may be useful.</p>
<p>This new feature pack can be downloaded here: <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=f7735a19-cdb3-4f52-8e7b-c58f04c5c86a">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=f7735a19-cdb3-4f52-8e7b-c58f04c5c86a</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/manvsmachine.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/manvsmachine.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/manvsmachine.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/manvsmachine.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/manvsmachine.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/manvsmachine.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/manvsmachine.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/manvsmachine.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/manvsmachine.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/manvsmachine.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/manvsmachine.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/manvsmachine.wordpress.com/575/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/manvsmachine.wordpress.com/575/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/manvsmachine.wordpress.com/575/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manvsmachine.wordpress.com&amp;blog=6252916&amp;post=575&amp;subd=manvsmachine&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://manvsmachine.wordpress.com/2010/12/10/biztalk-server-2010-appfabric-connect-for-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/72e2772adc0cfcdb6f71fb7cf1e1aa8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jason</media:title>
		</media:content>
	</item>
		<item>
		<title>How to Resolve “SetConfigurationSettingPublisher needs to be called before FromConfigurationSetting can be used” After Moving to Windows Azure SDK 1.3</title>
		<link>http://manvsmachine.wordpress.com/2010/12/08/how-to-resolve-%e2%80%9csetconfigurationsettingpublisher-needs-to-be-called-before-fromconfigurationsetting-can-be-used%e2%80%9d-after-moving-to-windows-azure-sdk-1-3/</link>
		<comments>http://manvsmachine.wordpress.com/2010/12/08/how-to-resolve-%e2%80%9csetconfigurationsettingpublisher-needs-to-be-called-before-fromconfigurationsetting-can-be-used%e2%80%9d-after-moving-to-windows-azure-sdk-1-3/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 11:24:59 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://manvsmachine.wordpress.com/?p=564</guid>
		<description><![CDATA[I experienced this very error message today when trying out the old training kit labs (version 1.2) with Windows Azure Tools for Microsoft Visual Studio 1.3. Fortunately Steve Marx has just posted an answer: How to Resolve “SetConfigurationSettingPublisher needs to be called before FromConfigurationSetting can be used” After Moving to Windows Azure SDK 1.3<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manvsmachine.wordpress.com&amp;blog=6252916&amp;post=564&amp;subd=manvsmachine&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I experienced this very error message today when trying out the old training kit labs (version 1.2) with Windows Azure Tools for Microsoft Visual Studio 1.3.</p>
<p>Fortunately Steve Marx has just posted an answer:<br />
<a href="http://blog.smarx.com/posts/how-to-resolve-setconfigurationsettingpublisher-needs-to-be-called-before-fromconfigurationsetting-can-be-used-after-moving-to-windows-azure-sdk-1-3">How to Resolve “SetConfigurationSettingPublisher needs to be called before FromConfigurationSetting can be used” After Moving to Windows Azure SDK 1.3</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/manvsmachine.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/manvsmachine.wordpress.com/564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/manvsmachine.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/manvsmachine.wordpress.com/564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/manvsmachine.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/manvsmachine.wordpress.com/564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/manvsmachine.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/manvsmachine.wordpress.com/564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/manvsmachine.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/manvsmachine.wordpress.com/564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/manvsmachine.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/manvsmachine.wordpress.com/564/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/manvsmachine.wordpress.com/564/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/manvsmachine.wordpress.com/564/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manvsmachine.wordpress.com&amp;blog=6252916&amp;post=564&amp;subd=manvsmachine&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://manvsmachine.wordpress.com/2010/12/08/how-to-resolve-%e2%80%9csetconfigurationsettingpublisher-needs-to-be-called-before-fromconfigurationsetting-can-be-used%e2%80%9d-after-moving-to-windows-azure-sdk-1-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/72e2772adc0cfcdb6f71fb7cf1e1aa8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jason</media:title>
		</media:content>
	</item>
		<item>
		<title>“Terminal Server Has Exceeded the Maximum Number of Allowed Connections”</title>
		<link>http://manvsmachine.wordpress.com/2010/11/13/%e2%80%9cterminal-server-has-exceeded-the-maximum-number-of-allowed-connections%e2%80%9d/</link>
		<comments>http://manvsmachine.wordpress.com/2010/11/13/%e2%80%9cterminal-server-has-exceeded-the-maximum-number-of-allowed-connections%e2%80%9d/#comments</comments>
		<pubDate>Sat, 13 Nov 2010 12:44:38 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://manvsmachine.wordpress.com/?p=562</guid>
		<description><![CDATA[Here are some handy one line commands to assist you when you encounter this situation. Look up session id: Terminate a terminal service session:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manvsmachine.wordpress.com&amp;blog=6252916&amp;post=562&amp;subd=manvsmachine&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here are some handy one line commands to assist you when you encounter this situation.</p>
<p>Look up session id:<br />
<pre class="brush: powershell;">
query session /server:&lt;server name or ip&gt;
</pre></p>
<p>Terminate a terminal service session:<br />
<pre class="brush: powershell;">
reset session [session Id] /server:&lt;server name or ip&gt;
</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/manvsmachine.wordpress.com/562/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/manvsmachine.wordpress.com/562/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/manvsmachine.wordpress.com/562/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/manvsmachine.wordpress.com/562/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/manvsmachine.wordpress.com/562/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/manvsmachine.wordpress.com/562/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/manvsmachine.wordpress.com/562/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/manvsmachine.wordpress.com/562/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/manvsmachine.wordpress.com/562/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/manvsmachine.wordpress.com/562/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/manvsmachine.wordpress.com/562/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/manvsmachine.wordpress.com/562/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/manvsmachine.wordpress.com/562/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/manvsmachine.wordpress.com/562/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manvsmachine.wordpress.com&amp;blog=6252916&amp;post=562&amp;subd=manvsmachine&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://manvsmachine.wordpress.com/2010/11/13/%e2%80%9cterminal-server-has-exceeded-the-maximum-number-of-allowed-connections%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/72e2772adc0cfcdb6f71fb7cf1e1aa8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jason</media:title>
		</media:content>
	</item>
		<item>
		<title>Registering script maps with .svc file extension&#8217;s on IIS7</title>
		<link>http://manvsmachine.wordpress.com/2010/11/13/registering-script-maps-with-svc-file-extensions-on-iis7/</link>
		<comments>http://manvsmachine.wordpress.com/2010/11/13/registering-script-maps-with-svc-file-extensions-on-iis7/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 23:09:18 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[IIS7]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[iis7]]></category>
		<category><![CDATA[wcf]]></category>

		<guid isPermaLink="false">http://manvsmachine.wordpress.com/?p=555</guid>
		<description><![CDATA[By default there is no script map for files with the .svc file extension on a default IIS 7.0 installation,. To register the script map use the following command:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manvsmachine.wordpress.com&amp;blog=6252916&amp;post=555&amp;subd=manvsmachine&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>By default there is no script map for files with the .svc file extension on a default IIS 7.0 installation,. To register the script map use the following command:</p>
<p><pre class="brush: powershell;">
C:\Windows\Microsoft.NET\Framework\v3.0\Windows Communication Foundation\ServiceModelReg.exe -r -y 
</pre></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/manvsmachine.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/manvsmachine.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/manvsmachine.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/manvsmachine.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/manvsmachine.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/manvsmachine.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/manvsmachine.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/manvsmachine.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/manvsmachine.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/manvsmachine.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/manvsmachine.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/manvsmachine.wordpress.com/555/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/manvsmachine.wordpress.com/555/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/manvsmachine.wordpress.com/555/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manvsmachine.wordpress.com&amp;blog=6252916&amp;post=555&amp;subd=manvsmachine&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://manvsmachine.wordpress.com/2010/11/13/registering-script-maps-with-svc-file-extensions-on-iis7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/72e2772adc0cfcdb6f71fb7cf1e1aa8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jason</media:title>
		</media:content>
	</item>
		<item>
		<title>Configuring BAM with BizTalk Server 2010</title>
		<link>http://manvsmachine.wordpress.com/2010/10/29/biztalk-server-2009-does-not-support-the-use-of-sql-server-2008-r2/</link>
		<comments>http://manvsmachine.wordpress.com/2010/10/29/biztalk-server-2009-does-not-support-the-use-of-sql-server-2008-r2/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 11:39:17 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[BizTalk Server 2009]]></category>
		<category><![CDATA[BizTalk Server 2010]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[server build]]></category>

		<guid isPermaLink="false">http://manvsmachine.wordpress.com/?p=515</guid>
		<description><![CDATA[In general when building a new BizTalk Server environment it is best to follow the installation guides provided by Microsoft with each release of its product but from time to time even following the instructions will result in errors. When building my BizTalk 2010 environment I encountered such an error when trying to configure BAM, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manvsmachine.wordpress.com&amp;blog=6252916&amp;post=515&amp;subd=manvsmachine&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In general when building a new BizTalk Server environment it is best to follow the installation guides provided by Microsoft with each release of its product but from time to time even following the instructions will result in errors.</p>
<p>When building my BizTalk 2010 environment I encountered such an error when trying to configure BAM, Hopefully reading this post will save you some valuable time.</p>
<p>As specified by the installation guide, if you plan to configure BAM alerts you will need to install SQL Notification Services. This feature of SQL Server stopped shipping after the release of SQL Server 2005. </p>
<p>To get this feature working you will need to disregard the instructions as outlined in the BizTalk 2010 installation guide and follow these alternative instructions:</p>
<p>Before installing SQL Server 2008 R2 install the following:</p>
<ul>
<li>SQL Server 2005 Notification Services (from the a copy of the SQL 2005 installation iso)</li>
<li>SQL Server 2005 SP2.</li>
<li>SQL Server 2005 SP3.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/manvsmachine.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/manvsmachine.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/manvsmachine.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/manvsmachine.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/manvsmachine.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/manvsmachine.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/manvsmachine.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/manvsmachine.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/manvsmachine.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/manvsmachine.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/manvsmachine.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/manvsmachine.wordpress.com/515/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/manvsmachine.wordpress.com/515/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/manvsmachine.wordpress.com/515/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=manvsmachine.wordpress.com&amp;blog=6252916&amp;post=515&amp;subd=manvsmachine&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://manvsmachine.wordpress.com/2010/10/29/biztalk-server-2009-does-not-support-the-use-of-sql-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/72e2772adc0cfcdb6f71fb7cf1e1aa8b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Jason</media:title>
		</media:content>
	</item>
	</channel>
</rss>
