<?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>ashleyknowles &#187; exchange</title>
	<atom:link href="http://www.ashleyknowles.net/tag/exchange/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ashleyknowles.net</link>
	<description>a [ tech / cars / it / gaming / me ] blog</description>
	<lastBuildDate>Tue, 07 Sep 2010 12:40:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>TeamViewer for Remote Support</title>
		<link>http://www.ashleyknowles.net/2009/10/teamviewer-for-remote-support/</link>
		<comments>http://www.ashleyknowles.net/2009/10/teamviewer-for-remote-support/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 06:13:23 +0000</pubDate>
		<dc:creator>Ashley Knowles</dc:creator>
				<category><![CDATA[Network & Systems Administration]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[remote desktop]]></category>
		<category><![CDATA[remote support]]></category>
		<category><![CDATA[TeamViewer]]></category>

		<guid isPermaLink="false">http://www.ashleyknowles.net/?p=71</guid>
		<description><![CDATA[We&#8217;ve been using TeamViewer here to remotely connect to clients for about 2 months now. To say we have been impressed is an understatement. The ease that we we can connect to a client&#8217;s machine and take over their session has enabled us to provide support services to clients we would otherwise had to have [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been using TeamViewer here to remotely connect to clients for about 2 months now. To say we have been impressed is an understatement. The ease that we we can connect to a client&#8217;s machine and take over their session has enabled us to provide support services to clients we would otherwise had to have gone on site to help out.</p>
<p>As part of the TeamViewer package, we have a logon account which lists our &#8220;partner connections&#8221;, i.e. a list of our clients computers, aliasing their respective &#8220;partner ID&#8217;s&#8221;. The partner ID is a &#8220;permanent&#8221; ID number which is assigned to your computer by TeamViewer&#8217;s servers, (which I believe it is only permanent in the sense it creates a registry entry to remember your ID number). This allows us to connect to the same machine over and over again without messing about trying to find out the client&#8217;s IP address and getting their username and password to otherwise connect via Remote Desktop or something similar.</p>
<p>In addition to being able to service individual clients, we have been able to roll out the TeamViewer app via group policy to entire workgroups. It also enables us to have &#8220;one click&#8221; access to our client&#8217;s servers via the TeamViewer host application.</p>
<p>This is where the fun starts. We had an interesting call this morning from a client who had advised that their iPhone was no longer syncing with their Exchange server. I connected up to their server, and low and behold, the Default Website had been stopped. I thought this was a bit odd, but have seen similar cases recently as a result of Windows Updates.</p>
<p>Upon closer inspection, this was a little more sinister. Trying to start the service resulted in IIS telling me to find something better to do. I ran a &#8220;quick&#8221; `netstat -a -b`, which overwhelmed the command line buffer&#8230; Changing this to something more suitable, I noticed something, peculiar&#8230;</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 57px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">TCP    asu01:5938             asu01.ASU.local:0      LISTENING       12464</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 57px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">[TeamViewer.exe]</div>
<p>TCP    server:http             server.domain.local:0      LISTENING       12464</p>
<p>[TeamViewer.exe]</p>
<p>Why was TeamViewer listening for HTTP requests??? How could we stop it, without stopping TeamViewer?</p>
<p>It turns out this was a problem for more then just a few people, but I gave up searching Google and looked instead in the Windows Registry.</p>
<p>I ended up making the following change, killing the TeamViewer host, and starting it again:</p>
<p>HKEY_LOCAL_MACHINE\Software\TeamViewer\Version4\ListenHTTP = 0</p>
<div>This seemed to fix everything, and I was able to start up IIS again. Hooray. Crisis averted <img src='http://www.ashleyknowles.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
]]></content:encoded>
			<wfw:commentRss>http://www.ashleyknowles.net/2009/10/teamviewer-for-remote-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
