<?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>thebackroomtech &#187; RDP</title>
	<atom:link href="http://thebackroomtech.com/tag/rdp/feed/" rel="self" type="application/rss+xml" />
	<link>http://thebackroomtech.com</link>
	<description>serving up the info back room techs everywhere find interesting</description>
	<lastBuildDate>Sat, 20 Nov 2010 03:13:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>IE7 RDP web client fix</title>
		<link>http://thebackroomtech.com/2010/02/11/ie7-rdp-web-client-fix/</link>
		<comments>http://thebackroomtech.com/2010/02/11/ie7-rdp-web-client-fix/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 09:52:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ActiveX]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[Internet Explorer 7]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[RDP Web]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[Remote Desktop Web Connection]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=2101</guid>
		<description><![CDATA[We have a security appliance that manages user passwords.  One feature of this appliance is it can initiate a RDP session to a Windows box and pass the user&#8217;s credentials for authentication, which allows the users to access the remote system without knowing their password.  This appliance uses the Remote Desktop Web Connection ActiveX control, and [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>We have a security appliance that manages user passwords.  One feature of this appliance is it can initiate a RDP session to a Windows box and pass the user&#8217;s credentials for authentication, which allows the users to access the remote system without knowing their password. </p>
<div>This appliance uses the Remote Desktop Web Connection ActiveX control, and works great with Internet Explorer 6 and Internet Explorer 8.  It does not work with Internet Explorer 7 at all in our environment.</div>
<div> </div>
<div>When trying to initiate the RDP web connection in IE7, the RDP Transparent Connection window has a red X on it, and the following error message is shown:</div>
<div> </div>
<div><em>Remote Desktop Web Connection ActiveX control could not be installed. A connection cannot be made without a working installed version of the control. Please contact the server administrator.</em></div>
<div> </div>
<div>The fix for this problem is:</div>
<div> </div>
<div>Download and install the <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=e2ff8fb5-97ff-47bc-bacc-92283b52b310">Remote Desktop Web Connection for Windows Server 2003</a> (actually for XP clients) on the IE7 machine.</div>
<div> </div>
<div>The Remote Desktop Web Connection for Windows installer will create</div>
<div>the <em>C:\InetPub\wwwroot\TSWeb\</em> directory.  Within that folder you will find the <em>msrdp.cab</em> file.  </div>
<div> </div>
<div>Extract the <em>msrdp.cab</em> file, and place the two extracted files ( <em>msrdp.inf</em>  and <em>msrdp.ocx</em> ) in the <em>C:\Program Files\Internet Explorer\PLUGINS</em> directory.</div>
<div> </div>
<div>Finally, you&#8217;ll need to registered the <em>msrdp.ocx</em> file using the following syntax:</div>
<div> </div>
<div><em>regsvr32 &#8220;c:\program files\internet explorer\plugins\msrdp.ocx&#8221;</em></div>
<div> </div>
<div>I restarted IE, and was able to successfully use the Remote Desktop ActiveX control without issue.  Tested on Windows XP SP2.</div>
<div>Thanks to <a href="http://help.lockergnome.com/windows2/Remote-Desktop-Web-Connection-ActiveX-control-installed--ftopict442230.html" target="_blank">Ster who pointed me</a> in the right direction.</div>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/10/16/microsoft-releases-load-simulation-tools-for-desktops/" title="Microsoft releases load simulation tools for desktops">Microsoft releases load simulation tools for desktops</a></li><li><a href="http://thebackroomtech.com/2009/05/14/fix-rdpclip-exe-wont-run-on-windows-server-2003/" title="Fix:  rdpclip.exe won&#8217;t run on Windows Server 2003">Fix:  rdpclip.exe won&#8217;t run on Windows Server 2003</a></li><li><a href="http://thebackroomtech.com/2009/01/30/portable-remote-desktop-connection/" title="A Portable Remote Desktop Connection (mstsc.exe)">A Portable Remote Desktop Connection (mstsc.exe)</a></li><li><a href="http://thebackroomtech.com/2008/09/26/howto-install-rdesktop-on-sles-10-sp2-linux/" title="Howto: Install rdesktop on SLES 10 SP2 Linux">Howto: Install rdesktop on SLES 10 SP2 Linux</a></li><li><a href="http://thebackroomtech.com/2007/12/05/howto-log-connections-to-specific-ports-and-processes-on-windows-machines/" title="Howto: Log Connections to Specific Ports and Processes on Windows Machines">Howto: Log Connections to Specific Ports and Processes on Windows Machines</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2010/02/11/ie7-rdp-web-client-fix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft releases load simulation tools for desktops</title>
		<link>http://thebackroomtech.com/2009/10/16/microsoft-releases-load-simulation-tools-for-desktops/</link>
		<comments>http://thebackroomtech.com/2009/10/16/microsoft-releases-load-simulation-tools-for-desktops/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 13:16:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[load simulation]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[scalability]]></category>
		<category><![CDATA[simulation]]></category>
		<category><![CDATA[Windows 2008]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=2005</guid>
		<description><![CDATA[Microsoft has released their Remote Desktop Load Simulation Tools which have nothing to do with Remote Desktop in the RDP sense.  Instead, the tools are designed for 32-bit and 64-bit server capacity planning and performance/scalability analysis.  According to Microsoft: In a server-based computing environment, all application execution and data processing occur on the server. Therefore it is extremely [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Microsoft has released their <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=c3f5f040-ab7b-4ec6-9ed3-1698105510ad" target="_blank">Remote Desktop Load Simulation Tools</a> which have nothing to do with Remote Desktop in the RDP sense.  Instead, the tools are designed for 32-bit and 64-bit server capacity planning and performance/scalability analysis.  According to Microsoft:</p>
<p>In a server-based computing environment, all application execution and data processing occur on the server. Therefore it is extremely interesting to test the scalability and capacity of servers to determine how many client sessions a server can typically support under a variety of different scenarios. One of the most reliable ways to find out the number or users a server can support for a particular scenario is to log on a large number of users on the server simultaneously. The Remote Desktop Load Simulation tools provide the functionality which makes it possible to generate the required user load on the server.</p>
<p>Supported operating systems are:</p>
<ul>
<li>Windows Server 2008</li>
<li>Windows Server 2008 Datacenter</li>
<li>Windows Server 2008 Datacenter without Hyper-V</li>
<li>Windows Server 2008 Enterprise</li>
<li>Windows Server 2008 Enterprise without Hyper-V</li>
<li>Windows Server 2008 for Itanium-based Systems</li>
<li>Windows Server 2008 R2</li>
<li>Windows Server 2008 R2 for Itanium-based Systems</li>
<li>Windows Server 2008 Service Pack 2</li>
<li>Windows Server 2008 Standard</li>
<li>Windows Server 2008 Standard without Hyper-V</li>
</ul>
<p>(Notice the lack of Windows 2003 support?)</p>
<p>A minimal test environment requires:</p>
<ol>
<li>Target Remote Desktop Server</li>
<li>Client Workstations</li>
<li>Test Controller Host</li>
</ol>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2010/02/11/ie7-rdp-web-client-fix/" title="IE7 RDP web client fix">IE7 RDP web client fix</a></li><li><a href="http://thebackroomtech.com/2009/09/01/find-windows-system-uptime-from-the-command-line/" title="Find Windows system uptime from the command line">Find Windows system uptime from the command line</a></li><li><a href="http://thebackroomtech.com/2009/05/14/fix-rdpclip-exe-wont-run-on-windows-server-2003/" title="Fix:  rdpclip.exe won&#8217;t run on Windows Server 2003">Fix:  rdpclip.exe won&#8217;t run on Windows Server 2003</a></li><li><a href="http://thebackroomtech.com/2009/04/24/howto-do-not-display-the-name-of-the-user-who-has-locked-a-windows-computer-or-server/" title="Howto: Do not display the name of the user who has locked a Windows computer or server">Howto: Do not display the name of the user who has locked a Windows computer or server</a></li><li><a href="http://thebackroomtech.com/2009/03/30/using-winsatexe-in-windows-server-2008-as-a-performance-benchmarking-tool/" title="Using Winsat.exe in Windows Server 2008 as a performance benchmarking tool">Using Winsat.exe in Windows Server 2008 as a performance benchmarking tool</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/10/16/microsoft-releases-load-simulation-tools-for-desktops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix:  rdpclip.exe won&#8217;t run on Windows Server 2003</title>
		<link>http://thebackroomtech.com/2009/05/14/fix-rdpclip-exe-wont-run-on-windows-server-2003/</link>
		<comments>http://thebackroomtech.com/2009/05/14/fix-rdpclip-exe-wont-run-on-windows-server-2003/#comments</comments>
		<pubDate>Thu, 14 May 2009 12:21:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[registry]]></category>
		<category><![CDATA[remote access]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[copy/paste]]></category>
		<category><![CDATA[mstsc]]></category>
		<category><![CDATA[mstsc.exe]]></category>
		<category><![CDATA[paste]]></category>
		<category><![CDATA[RDC]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[rdpclip]]></category>
		<category><![CDATA[rdpclip.exe]]></category>
		<category><![CDATA[Remote Desktop]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1733</guid>
		<description><![CDATA[I had two identically configured Windows 2003 SP2 servers, one that would allow remote copy/paste from the server to the client via RDP, and one that wouldn&#8217;t.  I finally took the time today to resolve the issue once and for all. First thing I verified was that in the Local Resources tab of Remote Desktop [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I had two identically configured Windows 2003 SP2 servers, one that would allow remote copy/paste from the server to the client via RDP, and one that wouldn&#8217;t.  I finally took the time today to resolve the issue once and for all.</p>
<div>First thing I verified was that in the Local Resources tab of Remote Desktop Connection (mstsc.exe)  the connection was set to connect to remote disk drives.</div>
<div> </div>
<div>I noticed was that rdpclip.exe was running in task manager on the server that allowed copy/paste, but was not running on the problem server.  Manually executing rdpclip.exe didn&#8217;t make a difference in behavior, it wouldn&#8217;t even briefly show as a running process in task manager.  I figured this was the problem, but didn&#8217;t know how to resolve it.</div>
<div> </div>
<div>Next I verified the following registry keys were identical on both servers:</div>
<div> </div>
<div><em>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\AddIns\Clip Redirector]<br />
&#8220;Name&#8221;=&#8221;RDPClip&#8221;<br />
&#8220;Type&#8221;=dword:00000003</em></div>
<div>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\SysProcs]<br />
&#8220;rdpclip.exe&#8221;=dword:00000000</p>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\Wds\rdpwd]<br />
&#8220;StartupPrograms&#8221;=&#8221;rdpclip&#8221; </p></div>
<div>Some blog posts suggested the following three services needed to be running in order for interaction with the clipboard viewer that stores the copied data &#8211; but they were stopped and disabled on my good server, so I knew that wasn&#8217;t the issue.</div>
<ul>
<li>Network DDE DSDM</li>
<li>Network DDE</li>
<li>ClipBook</li>
</ul>
<div>I found <a href="http://blogs.msdn.com/rds/comments/1089729.aspx">a nice post on the Terminal Services Team Blog</a> that explains how the clipboard viewer chain can be broken and how to resolve the problem based on observed symptoms, but this really didn&#8217;t apply to my situation.</div>
<div> </div>
<div>Finally I found <a href="http://www.tech-archive.net/Archive/Win2000/microsoft.public.win2000.termserv.apps/2005-04/msg00097.html">this post</a> that describes if the <em>HKLM\SYSTEM\CurrentControlSet\Control\Terminal Server\Winstations\RDP-Tcp </em>registry key has the  <em>fDisableClip</em> value set to <em>1,</em> rdpclip.exe will terminate because clipboard mapping is disabled.  I compared the registry and found that on the server I could successfully copy/paste to and from, this value was 0.  On the problem server, this value was set to 1.</div>
<div> </div>
<div>On the problem server I changed the 1 to a 0, terminated my client&#8217;s remote desktop session and reconnected, and was once again able to copy and paste to and from remote servers!</div>
<div> </div>
<div>See Benny Tritsch&#8217;s nice page detailing the <a href="http://www.wtstek.com/articles/20031210-03-ts-registry.htm">most important Terminal Server registry keys and values</a>, which outlines the <em>fDisableClip</em> setting and many more.</div>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/01/30/portable-remote-desktop-connection/" title="A Portable Remote Desktop Connection (mstsc.exe)">A Portable Remote Desktop Connection (mstsc.exe)</a></li><li><a href="http://thebackroomtech.com/2008/10/21/fix-intel-proset-for-windows-device-manager-missing-tabs/" title="Fix: Intel PROSet for Windows Device Manager missing tabs">Fix: Intel PROSet for Windows Device Manager missing tabs</a></li><li><a href="http://thebackroomtech.com/2008/09/26/howto-install-rdesktop-on-sles-10-sp2-linux/" title="Howto: Install rdesktop on SLES 10 SP2 Linux">Howto: Install rdesktop on SLES 10 SP2 Linux</a></li><li><a href="http://thebackroomtech.com/2007/12/05/howto-log-connections-to-specific-ports-and-processes-on-windows-machines/" title="Howto: Log Connections to Specific Ports and Processes on Windows Machines">Howto: Log Connections to Specific Ports and Processes on Windows Machines</a></li><li><a href="http://thebackroomtech.com/2010/02/11/ie7-rdp-web-client-fix/" title="IE7 RDP web client fix">IE7 RDP web client fix</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/05/14/fix-rdpclip-exe-wont-run-on-windows-server-2003/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>A Portable Remote Desktop Connection (mstsc.exe)</title>
		<link>http://thebackroomtech.com/2009/01/30/portable-remote-desktop-connection/</link>
		<comments>http://thebackroomtech.com/2009/01/30/portable-remote-desktop-connection/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 15:20:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[remote access]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mstsc]]></category>
		<category><![CDATA[RDC]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[Terminal Services]]></category>

		<guid isPermaLink="false">http://thebackroomtech.com/?p=1444</guid>
		<description><![CDATA[I ran across Claus&#8217;s link to the makeuseof.com article that shows how to run Microsoft&#8217;s Remote Desktop Connection program as a portable application from a USB drive. This lead me to think about how this could be of value in my environment.  I frequently hop from server to server using Microsoft&#8217;s Terminal Services client, mstsc.exe, which [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><!--StartFragment-->I ran across <a href="http://grandstreamdreams.blogspot.com/2009/01/microsoft-energy-saver-quick-wash.html">Claus&#8217;s link to the makeuseof.com article</a> that shows <a href="http://www.makeuseof.com/tag/make-microsoft-remote-desktop-a-portable-app">how to run Microsoft&#8217;s Remote Desktop Connection program as a portable application</a> from a USB drive.</p>
<p>This lead me to think about how this could be of value in my environment.  I frequently hop from server to server using Microsoft&#8217;s Terminal Services client, mstsc.exe, which is built into Windows XP, Windows 2003 and newer operating systems.</p>
<div>My Windows 2000 servers can be accessed though RDP, but since do not have the updated client on them, I had not been able to run mstsc from the Windows 2000 server itself.</div>
<div> </div>
<div>The <a href="http://www.makeuseof.com/" target="_blank">makeuseof.com</a> article lists four files that need to be copied in order to run Remote Desktop from a USB drive:  mstsc.exe and mstscax.dll, plus mstsc.exe.mui and mstscax.dll.mui.</div>
<div> </div>
<div>I copied the first two files from my Windows XP SP2 machine up to my Windows 2000 server.  The second two .mui files did not exist on my Windows XP machine, probably due to the version of the OS I am running.</div>
<div> </div>
<div>Once the files were copied up to my server I double clicked mstsc.exe, and was able to use the Windows 2000 server as a Terminal Services Client.  This will allow me to break my reliance on <a href="http://thebackroomtech.com/2007/07/16/howto-silently-install-vnc-onto-a-remote-windows-pc">VNC</a> and <a href="http://thebackroomtech.com/2007/08/10/managing-multiple-remote-desktopterminal-server-connections-using-terminals">Terminals</a> as Remote Desktop Clients on older OSs.</div>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/05/14/fix-rdpclip-exe-wont-run-on-windows-server-2003/" title="Fix:  rdpclip.exe won&#8217;t run on Windows Server 2003">Fix:  rdpclip.exe won&#8217;t run on Windows Server 2003</a></li><li><a href="http://thebackroomtech.com/2008/09/26/howto-install-rdesktop-on-sles-10-sp2-linux/" title="Howto: Install rdesktop on SLES 10 SP2 Linux">Howto: Install rdesktop on SLES 10 SP2 Linux</a></li><li><a href="http://thebackroomtech.com/2008/08/06/howto-remotely-disconnect-a-terminal-services-session-part-2/" title="Howto: Remotely disconnect a Terminal Services Session, Part 2">Howto: Remotely disconnect a Terminal Services Session, Part 2</a></li><li><a href="http://thebackroomtech.com/2008/04/09/howto-remotely-disconnect-a-terminal-services-session/" title="Howto: Remotely disconnect a Terminal Services Session">Howto: Remotely disconnect a Terminal Services Session</a></li><li><a href="http://thebackroomtech.com/2007/12/05/howto-log-connections-to-specific-ports-and-processes-on-windows-machines/" title="Howto: Log Connections to Specific Ports and Processes on Windows Machines">Howto: Log Connections to Specific Ports and Processes on Windows Machines</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2009/01/30/portable-remote-desktop-connection/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Fix: Intel PROSet for Windows Device Manager missing tabs</title>
		<link>http://thebackroomtech.com/2008/10/21/fix-intel-proset-for-windows-device-manager-missing-tabs/</link>
		<comments>http://thebackroomtech.com/2008/10/21/fix-intel-proset-for-windows-device-manager-missing-tabs/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 12:16:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[Advanced Network Services]]></category>
		<category><![CDATA[ANS]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[Device Manager]]></category>
		<category><![CDATA[DRAC]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[mstsc]]></category>
		<category><![CDATA[ProSET]]></category>
		<category><![CDATA[RDC]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[team]]></category>
		<category><![CDATA[teaming]]></category>
		<category><![CDATA[VT 1000]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=1088</guid>
		<description><![CDATA[I&#8217;ve been building some new Dell PowerEdge 1950 servers for a new deployment running Windows Server 2003 SP2.  I had originally configured the servers to use the integrated Broadcom NICs, but wanted to change to my new Intel Quad Port VT 1000 PCIe card.  I went with the quad port since I was planning on [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><!--StartFragment-->I&#8217;ve been building some new Dell PowerEdge 1950 servers for a new deployment running Windows Server 2003 SP2.  I had originally configured the servers to use the integrated Broadcom NICs, but wanted to change to my new Intel Quad Port VT 1000 PCIe card.  I went with the quad port since I was planning on doing some teaming/link aggregation, and have always had sporadic at best luck with the Broadcoms.  My server only had one free slot for the NIC, and since a dual port card was not available I had to go with the quad port.</p>
<p>Intel PROSet is traditionally configured through a Control Panel applet, but the current version is integrated directly into the NIC configuration, so it can be setup inside Windows Device Manager.  </p>
<div>I RDP&#8217;d into the server using the Broadcom NIC&#8217;s IP address, installed the intel drivers from the Dell support site, accessed the NIC inside Device Manager, and saw the four tabs I was used to seeing.  After a server reboot, I still saw the usual four tabs in device manager and no Advanced Network Services (ANS) configuration for PROSet.</div>
<div><a href="http://174.36.240.130/wp-content/uploads/proset1.png"><img class="alignnone size-full wp-image-1095" title="proset1" src="http://174.36.240.130/wp-content/uploads/proset1.png" alt="" width="404" height="448" /></a></div>
<div> </div>
<div>I tried a different driver off the Dell site, which still did not allow me to view the ANS settings.  I moved onto drivers directly from Intel, but my situation did not change despite uninstalling, rebooting, and reinstalling the drivers.</div>
<div> </div>
<div>I finally ran up to the data center and physically moved the cables from the Broadcom NIC to the Intel NIC.  Since the Intel NICs did not have the static IP assigned to them like the Broadcom did, and I had no idea what address DHCP had assigned to them, I accessed the server via the DRAC remote access card.  When I went into Device Manager I could see the additional ANS tabs that would allow me to configure the teaming!</div>
<div><a href="http://174.36.240.130/wp-content/uploads/proset2.png"><img class="alignnone size-full wp-image-1096" title="proset2" src="http://174.36.240.130/wp-content/uploads/proset2.png" alt="" width="404" height="466" /></a></div>
<div> </div>
<div>I disconnected from the DRAC and reconnected via RDP.  No teaming options appeared.  I then connected to the server console by running <em>mstsc /console</em>, and the teaming options were there!</div>
<div> </div>
<div>The moral of the story appears to be you must be connected to the server console in order to see the PROSet ANS settings inside Device Manager.  I assume this is so administrators do not accidently lock themselves out of the server when remotely configuring the NICs.</div>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/05/14/fix-rdpclip-exe-wont-run-on-windows-server-2003/" title="Fix:  rdpclip.exe won&#8217;t run on Windows Server 2003">Fix:  rdpclip.exe won&#8217;t run on Windows Server 2003</a></li><li><a href="http://thebackroomtech.com/2009/01/30/portable-remote-desktop-connection/" title="A Portable Remote Desktop Connection (mstsc.exe)">A Portable Remote Desktop Connection (mstsc.exe)</a></li><li><a href="http://thebackroomtech.com/2008/10/27/dell-poweredge-1950-nic-teaming-test-results/" title="Dell PowerEdge 1950 NIC teaming test results">Dell PowerEdge 1950 NIC teaming test results</a></li><li><a href="http://thebackroomtech.com/2008/09/26/howto-install-rdesktop-on-sles-10-sp2-linux/" title="Howto: Install rdesktop on SLES 10 SP2 Linux">Howto: Install rdesktop on SLES 10 SP2 Linux</a></li><li><a href="http://thebackroomtech.com/2008/08/06/howto-remotely-disconnect-a-terminal-services-session-part-2/" title="Howto: Remotely disconnect a Terminal Services Session, Part 2">Howto: Remotely disconnect a Terminal Services Session, Part 2</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/10/21/fix-intel-proset-for-windows-device-manager-missing-tabs/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Howto: Install rdesktop on SLES 10 SP2 Linux</title>
		<link>http://thebackroomtech.com/2008/09/26/howto-install-rdesktop-on-sles-10-sp2-linux/</link>
		<comments>http://thebackroomtech.com/2008/09/26/howto-install-rdesktop-on-sles-10-sp2-linux/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 13:26:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[RDC]]></category>
		<category><![CDATA[rdesktop]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[Sles]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=973</guid>
		<description><![CDATA[rdesktop is software that allows a Linux client to connect to a Microsoft Windows server via RDP, much like mstsc.exe, which is Microsoft&#8217;s Remote Desktop Connection (RDC) program. More precisely, rdesktop.org describes the software as: rdesktop is an open source client for Windows Terminal Services, capable of natively speaking Remote Desktop Protocol (RDP) in order to present [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>rdesktop is software that allows a Linux client to connect to a Microsoft Windows server via RDP, much like mstsc.exe, which is Microsoft&#8217;s Remote Desktop Connection (RDC) program.</p>
<p>More precisely, <a href="http://www.rdesktop.org/" target="_blank">rdesktop.org</a> describes the software as:</p>
<p>rdesktop is an open source client for Windows Terminal Services, capable of natively speaking Remote Desktop Protocol (RDP) in order to present the user&#8217;s Windows desktop. Supported servers include Windows 2000 Server, Windows Server 2003, Windows Server 2008, Windows XP, Windows Vista and Windows NT Server 4.0.</p>
<p>rdesktop currently runs on most UNIX based platforms with the X Window System.</p>
<p><!--StartFragment-->To install rdesktop on SLES 10 SP2: </p>
<div>1) Make sure all pre-requisites are installed on the system.  If they are not, add with YaST or download them.</div>
<ul>
<li>A compiler &#8211; I chose to install gcc and gcc-c++ via YaST</li>
<li>Rdesktop &#8211; download from <a href="http://sourceforge.net/projects/rdesktop">http://sourceforge.net/projects/rdesktop/</a></li>
</ul>
<div> </div>
<div>2) Extract the rdesktop package. From a terminal window run</div>
<div><em>gzip -d rdesktop-1.6.0.tar.gz</em></div>
<div><em>tar -xvf rdesktop-1.6.0.tar</em></div>
<div> </div>
<div>3) From the directory you extracted rdesktop run</div>
<div><em>./configure</em></div>
<div> </div>
<div>4) From the directory you extracted rdesktop run</div>
<div><em>make</em></div>
<div> </div>
<div>5) From the directory you extracted rdesktop run</div>
<div><em>make install</em></div>
<div> </div>
<div>rdesktop will be installed by default to /usr/local</div>
<div> </div>
<div>to run from a terminal</div>
<div><em>rdesktop [options] server</em></div>
<div> </div>
<div>for example</div>
<div> </div>
<div><em>rdesktop -u admin -p passwd 192.168.1.1</em></div>
<div> </div>
<div>Would establish a RDP connection to server 192.168.1.1 using admin&#8217;s credentials</div>
<div> </div>
<div>The most commonly used  options are:</div>
<div> </div>
<div>–u username specifies the user name for authentication on the server.</div>
<p>–p password provides a password for authentication on the server. To keep others from seeing the password supplied on the command line, use –p – to read the password from stdin.</p>
<p>–g geometry allows you to specify the desktop geometry. This can be given as a resolution, such as 1024&#215;768 or as a percentage of the entire screen, as in 70%.</p>
<p>–r device enables device redirection, allowing you to redirect a device, such as sound from the remote machine to the local one. This feature requires Windows XP or newer.</p>
<div><span style="text-decoration:underline;">Fixes for known issues when compiling and installing rdesktop</span></div>
<div> </div>
<div>&#8220;ERROR: Could not find X Window System headers/libraries</div>
<div>To specify paths manually, use the options &#8211;x-includes and &#8211;x-libraries&#8221;</div>
<div> </div>
<div>FIX: add the X-windows development tools though YaST to compile successfully &#8211; x-org-x11-devel</div>
<div> </div>
<div>ERROR: Could not find OpenSSL headers/libraries.</div>
<div>To specify a path manually, use the &#8211;with-openssl option</div>
<div> </div>
<div>FIX: add the OpenSSL development tools through YaST to compile successfully &#8211; openssl-devel</div>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/01/30/portable-remote-desktop-connection/" title="A Portable Remote Desktop Connection (mstsc.exe)">A Portable Remote Desktop Connection (mstsc.exe)</a></li><li><a href="http://thebackroomtech.com/2007/12/05/howto-log-connections-to-specific-ports-and-processes-on-windows-machines/" title="Howto: Log Connections to Specific Ports and Processes on Windows Machines">Howto: Log Connections to Specific Ports and Processes on Windows Machines</a></li><li><a href="http://thebackroomtech.com/2009/05/14/fix-rdpclip-exe-wont-run-on-windows-server-2003/" title="Fix:  rdpclip.exe won&#8217;t run on Windows Server 2003">Fix:  rdpclip.exe won&#8217;t run on Windows Server 2003</a></li><li><a href="http://thebackroomtech.com/2010/02/11/ie7-rdp-web-client-fix/" title="IE7 RDP web client fix">IE7 RDP web client fix</a></li><li><a href="http://thebackroomtech.com/2009/10/16/microsoft-releases-load-simulation-tools-for-desktops/" title="Microsoft releases load simulation tools for desktops">Microsoft releases load simulation tools for desktops</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/09/26/howto-install-rdesktop-on-sles-10-sp2-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Howto: Remotely disconnect a Terminal Services Session, Part 2</title>
		<link>http://thebackroomtech.com/2008/08/06/howto-remotely-disconnect-a-terminal-services-session-part-2/</link>
		<comments>http://thebackroomtech.com/2008/08/06/howto-remotely-disconnect-a-terminal-services-session-part-2/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 13:48:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[mstsc]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[Terminal Server]]></category>
		<category><![CDATA[Terminal Services]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=557</guid>
		<description><![CDATA[Previously I discussed two methods for remotely disconnecting a terminal server session.  Today I discovered another way do disconnect my Windows 2000 server from my Windows XP workstation.  Here&#8217;s how I did it: 1) Launch a command prompt 2) Authenticate to the server: net use /user:administrator \\MyServer\c$ 3) Type: reset session 1 /server:MyServer Start with session [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Previously <a href="http://thebackroomtech.wordpress.com/2008/04/09/howto-remotely-disconnect-a-terminal-services-session/" target="_blank">I discussed two methods</a> for remotely disconnecting a terminal server session.  Today I discovered another way do disconnect my Windows 2000 server from my Windows XP workstation.  Here&#8217;s how I did it:</p>
<p>1) Launch a command prompt</p>
<p>2) Authenticate to the server:<br />
net use /user:administrator \\MyServer\c$</p>
<p>3) Type:<br />
reset session 1 /server:MyServer</p>
<p>Start with session 1 and keep incrementing this number if you receive the message &#8220;session ID 1 not found&#8221;. You will not receive any notification when a session is successfully terminated, but you will receive a message if the session doesn&#8217;t exist.</p>
<p>Once a session has been freed you can logon to the terminal server as normal and kill any additional sessions through Terminal Services Manager.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2008/04/09/howto-remotely-disconnect-a-terminal-services-session/" title="Howto: Remotely disconnect a Terminal Services Session">Howto: Remotely disconnect a Terminal Services Session</a></li><li><a href="http://thebackroomtech.com/2009/01/30/portable-remote-desktop-connection/" title="A Portable Remote Desktop Connection (mstsc.exe)">A Portable Remote Desktop Connection (mstsc.exe)</a></li><li><a href="http://thebackroomtech.com/2009/05/14/fix-rdpclip-exe-wont-run-on-windows-server-2003/" title="Fix:  rdpclip.exe won&#8217;t run on Windows Server 2003">Fix:  rdpclip.exe won&#8217;t run on Windows Server 2003</a></li><li><a href="http://thebackroomtech.com/2008/10/21/fix-intel-proset-for-windows-device-manager-missing-tabs/" title="Fix: Intel PROSet for Windows Device Manager missing tabs">Fix: Intel PROSet for Windows Device Manager missing tabs</a></li><li><a href="http://thebackroomtech.com/2008/09/26/howto-install-rdesktop-on-sles-10-sp2-linux/" title="Howto: Install rdesktop on SLES 10 SP2 Linux">Howto: Install rdesktop on SLES 10 SP2 Linux</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/08/06/howto-remotely-disconnect-a-terminal-services-session-part-2/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Howto: Remotely disconnect a Terminal Services Session</title>
		<link>http://thebackroomtech.com/2008/04/09/howto-remotely-disconnect-a-terminal-services-session/</link>
		<comments>http://thebackroomtech.com/2008/04/09/howto-remotely-disconnect-a-terminal-services-session/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 12:02:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[mstsc]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[Terminal Server]]></category>
		<category><![CDATA[Terminal Services]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/?p=311</guid>
		<description><![CDATA[[update 2008-08-06] I&#8217;ve written about another method for remotely disconnecting a terminal server session can be found here. Windows server 2000/2003 allows two remote terminal services connections for administrative purposes.  Every once in a while I&#8217;ll get the &#8220;You exceeded the allowed connection count&#8221; message when trying to connect to a server via RDP, because previous sessions were [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://174.36.240.130/wp-content/uploads/tsadmin51.jpg"></a></p>
<p>[update 2008-08-06]<br />
I&#8217;ve written about another method for remotely disconnecting a terminal server session can be found <a href="http://thebackroomtech.wordpress.com/2008/08/06/howto-remotely-disconnect-a-terminal-services-session-part-2/" target="_blank">here</a>.</p>
<p>Windows server 2000/2003 allows two remote terminal services connections for administrative purposes.  Every once in a while I&#8217;ll get the &#8220;You exceeded the allowed connection count&#8221; message when trying to connect to a server via RDP, because previous sessions were not disconnected correctly.</p>
<p>You can use either of the following methods to remotely disconnect Terminal Server sessions.</p>
<p><span style="text-decoration:underline;">Method 1</span></p>
<p>You can normally run the Terminal Services Manager program on another server, or even from a Windows XP workstation, to disconnect Terminal Services connections by clicking <em>Start</em> &#8211; <em>Run</em> and then typing</p>
<p><em>%SystemRoot%\system32\tsadmin.exe</em></p>
<p>This will launch the local copy of Terminal Services Manager.  Next right click on <em>All Listed Servers</em> and select <em>Connect to Computer</em>.  Type in the name or IP address of the server you wish to manage. </p>
<p> <img class="alignnone size-medium wp-image-313" src="http://174.36.240.130/wp-content/uploads/alllistedservers1.jpg?w=400" alt="All Listed Servers in Terminal Services Manager" width="400" height="280" /></p>
<p>Select your server from the left pane, then select the <em>Sessions</em> tab from the right pane.  Right click on the session you wish to disconnect and select <em>Disconnect</em>.</p>
<p><img class="alignnone size-medium wp-image-315" src="http://174.36.240.130/wp-content/uploads/tsadmin51.jpg?w=400" alt="" width="400" height="190" /></p>
<p>You should now be able to login to the target server via Terminal Services.</p>
<p><span style="text-decoration:underline;">Method 2</span></p>
<p>Authenticate to the server you wish to manage.  You can easily accomplish this by mapping a network drive to a share on the target server.  Start a command prompt and type</p>
<p><em>qwinsta /server:yourservername</em></p>
<p>where <em>yourservername</em> is the name or IP address of the server you wish to manage.</p>
<p>In my case I ran <em>qwinsta /server:10.0.0.2</em></p>
<p><a href="http://174.36.240.130/wp-content/uploads/qwinsta1.jpg"><img class="alignnone size-medium wp-image-317" src="http://174.36.240.130/wp-content/uploads/qwinsta1.jpg?w=400" alt="" width="400" height="103" /></a></p>
<p>You can see the Administrator account is logged into session 0 and the admin account is logged into session 1.  To disconnect the admin session with ID=1 I&#8217;ll run the following from a command prompt:</p>
<p><em>rwinsta ID /server:yourservername</em></p>
<p>where <em>ID</em> is the process ID of the sesstion you wish to terminate, and <em>yourservername</em> is the name or IP address of the server you wish to manage.</p>
<p>In my case I ran <em>rwinsta 1 /server:10.0.0.2</em></p>
<p><a href="http://174.36.240.130/wp-content/uploads/rwinsta.jpg"><img class="alignnone size-medium wp-image-318" src="http://174.36.240.130/wp-content/uploads/rwinsta.jpg?w=400" alt="" width="400" height="119" /></a></p>
<p>I again ran <em>qwinsta /server:10.0.0.2 </em>which verified session 1 had been disconnected.  I confirmed that I was once again able to login to Terminal Services.</p>
<p>Thanks to Ingo for some of the <a href="http://blogs.thinktecture.com/ingo/archive/2003/10/05/413985.aspx" target="_blank">information</a>, which I <a href="http://parkesy.wordpress.com/2008/04/01/remotely-disconnecting-a-terminal-services-session/" target="_blank">found</a> via Andy.</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2008/08/06/howto-remotely-disconnect-a-terminal-services-session-part-2/" title="Howto: Remotely disconnect a Terminal Services Session, Part 2">Howto: Remotely disconnect a Terminal Services Session, Part 2</a></li><li><a href="http://thebackroomtech.com/2009/01/30/portable-remote-desktop-connection/" title="A Portable Remote Desktop Connection (mstsc.exe)">A Portable Remote Desktop Connection (mstsc.exe)</a></li><li><a href="http://thebackroomtech.com/2009/05/14/fix-rdpclip-exe-wont-run-on-windows-server-2003/" title="Fix:  rdpclip.exe won&#8217;t run on Windows Server 2003">Fix:  rdpclip.exe won&#8217;t run on Windows Server 2003</a></li><li><a href="http://thebackroomtech.com/2008/10/21/fix-intel-proset-for-windows-device-manager-missing-tabs/" title="Fix: Intel PROSet for Windows Device Manager missing tabs">Fix: Intel PROSet for Windows Device Manager missing tabs</a></li><li><a href="http://thebackroomtech.com/2008/09/26/howto-install-rdesktop-on-sles-10-sp2-linux/" title="Howto: Install rdesktop on SLES 10 SP2 Linux">Howto: Install rdesktop on SLES 10 SP2 Linux</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2008/04/09/howto-remotely-disconnect-a-terminal-services-session/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Howto: Log Connections to Specific Ports and Processes on Windows Machines</title>
		<link>http://thebackroomtech.com/2007/12/05/howto-log-connections-to-specific-ports-and-processes-on-windows-machines/</link>
		<comments>http://thebackroomtech.com/2007/12/05/howto-log-connections-to-specific-ports-and-processes-on-windows-machines/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 08:04:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[Port Reporter]]></category>
		<category><![CDATA[Port Reporter Parser]]></category>
		<category><![CDATA[PortQry]]></category>
		<category><![CDATA[PortQuery UI]]></category>
		<category><![CDATA[RDC]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[remote access]]></category>
		<category><![CDATA[Remote Desktop]]></category>

		<guid isPermaLink="false">http://thebackroomtech.wordpress.com/2007/12/05/howto-log-connections-to-specific-ports-and-processes-on-windows-machines/</guid>
		<description><![CDATA[A client asked me for a report that showed who connected to his server on port 3389 via RDP, Microsoft&#8217;s Remote Desktop Protocol . Apparently some of his techs had been connecting to his servers through the Microsoft Remote Desktop Connection (RDC) to perform maintenance, and he wanted to know when they connected to the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A client asked me for a report that showed who connected to his server on port 3389 via RDP, Microsoft&#8217;s Remote Desktop Protocol .  Apparently some of his techs had been connecting to his servers through the Microsoft Remote Desktop Connection (RDC) to perform maintenance, and he wanted to know when they connected to the server and where they connected from.</p>
<p>I figured I could enable RDC logging through a registry hack, but couldn&#8217;t find a documented solution anywhere.  Finally I found a few tools available from Microsoft that I could use to do the job.</p>
<p>The first tool I used was the <a href="http://support.microsoft.com/kb/837243/" target="_blank">Microsoft Port Reporter</a> utility.  This program installs as a service on Windows XP and Server 2003.  It does generate a large amount of log files, so make sure to configure the log file location on a drive with plenty of free disk space per <a href="http://support.microsoft.com/kb/837243/" target="_blank">KB 837243</a>, which has detailed installation and usage instructions.</p>
<p>The Port Reporter service is initially set to manual startup, so you&#8217;ll have to start it yourself in services.msc.  Once the service is running, three detailed log files are created.  These files can generate an overwhelming amount of information, so to help you decipher all the data Microsoft released the <a href="http://download.microsoft.com/download/2/8/8/28810043-0e21-4004-89a3-2f477a74186f/prparser.exe" target="_blank">Port Reporter Parser Tool</a>.</p>
<p>The Port Reporter Parser Tool turns the log file data into a sortable spreadsheet. You can sort and filter the sheet based upon factors such as date, time, local and remote IP and port, Process ID, account name, etc.   See<a href="http://support.microsoft.com/default.aspx?kbid=884289" target="_blank"> KB 884289</a> for specifics on analyzing logs and tracking suspicious data.  You can do so many things with Port Reporter that Microsoft even created a support webcast for the utility.  See <a href="http://support.microsoft.com/kb/840832/" target="_blank">KB 840832</a> for more information.</p>
<p>Once I had my Port Reporter log file loaded into Port Reporter Parser, I filtered my data to show only rows where the connection to the local port was made on TCP port 3389.  Port Reporter Parser made me a nice report showing all data regarding RDP connections to the server.</p>
<p>My only complaint with Port Reporter Parser is I couldn&#8217;t save my filtered queries or export them to a .csv or similar format.</p>
<p>Microsoft also has some related tools to Port Reporter -<a href="http://www.microsoft.com/downloads/details.aspx?familyid=89811747-C74B-4638-A2D5-AC828BDC6983&amp;displaylang=en" target="_blank">PortQry</a> and  <a href="http://download.microsoft.com/download/3/f/4/3f4c6a54-65f0-4164-bdec-a3411ba24d3a/portqryui.exe" target="_blank">PortQuery UI</a>.  See <a href="http://support.microsoft.com/kb/832919/" target="_blank">KB 832919</a> for instructions on using PortQry.  Other applicable KB articles include:</p>
<p><a href="http://support.microsoft.com/kb/310456/" target="_blank">KB  310456</a> &#8211;  How to Use Portqry to Troubleshoot Active Directory Connectivity Issues</p>
<p><a href="http://support.microsoft.com/kb/310298/" target="_blank">KB 310298</a> &#8211; How to Use Portqry.exe to Troubleshoot Microsoft Exchange Server Connectivity Issues</p>
<p><a href="http://support.microsoft.com/kb/325494/" target="_blank">KB 325494</a> &#8211;  Support WebCast: Port Scanning Using PortQry</p>
<p><a href="http://support.microsoft.com/kb/890381/en-us" target="_blank">KB 890381</a> &#8211;  TechNet Support WebCast: TCP/IP port and process auditing</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://thebackroomtech.com/2009/01/30/portable-remote-desktop-connection/" title="A Portable Remote Desktop Connection (mstsc.exe)">A Portable Remote Desktop Connection (mstsc.exe)</a></li><li><a href="http://thebackroomtech.com/2008/09/26/howto-install-rdesktop-on-sles-10-sp2-linux/" title="Howto: Install rdesktop on SLES 10 SP2 Linux">Howto: Install rdesktop on SLES 10 SP2 Linux</a></li><li><a href="http://thebackroomtech.com/2009/05/14/fix-rdpclip-exe-wont-run-on-windows-server-2003/" title="Fix:  rdpclip.exe won&#8217;t run on Windows Server 2003">Fix:  rdpclip.exe won&#8217;t run on Windows Server 2003</a></li><li><a href="http://thebackroomtech.com/2008/03/17/howto-enable-remote-desktop-on-a-windows-2008-server-core-system/" title="Howto: Enable Remote Desktop on a Windows 2008 Server Core System">Howto: Enable Remote Desktop on a Windows 2008 Server Core System</a></li><li><a href="http://thebackroomtech.com/2010/02/11/ie7-rdp-web-client-fix/" title="IE7 RDP web client fix">IE7 RDP web client fix</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://thebackroomtech.com/2007/12/05/howto-log-connections-to-specific-ports-and-processes-on-windows-machines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 38/93 queries in 0.032 seconds using disk: basic
Object Caching 1288/1392 objects using disk: basic

Served from: thebackroomtech.com @ 2012-02-04 10:16:19 -->
