<?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>ben.hamilton.id.au &#187; RDP</title>
	<atom:link href="http://ben.hamilton.id.au/tag/rdp/feed" rel="self" type="application/rss+xml" />
	<link>http://ben.hamilton.id.au</link>
	<description>Getting your act together with CRM</description>
	<lastBuildDate>Sun, 25 Jul 2010 12:19:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Command line terminal server</title>
		<link>http://ben.hamilton.id.au/general/command-line-terminal-server</link>
		<comments>http://ben.hamilton.id.au/general/command-line-terminal-server#comments</comments>
		<pubDate>Mon, 12 Oct 2009 01:32:36 +0000</pubDate>
		<dc:creator>Ben Hamilton</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[RDP]]></category>
		<category><![CDATA[Terminal Server]]></category>

		<guid isPermaLink="false">http://ben.hamilton.id.au/?p=185</guid>
		<description><![CDATA[I&#8217;ve just come across a terminal server that wouldn&#8217;t let me log on. Turns out the maximum number of users the terminal server is licensed for has been exceeded. Thusly, from another machine on the network, we open a command prompt and type qwinsta /server:&#60;servername&#62; This will give a list of the terminal server sessions [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just come across a terminal server that wouldn&#8217;t let me log on. Turns out the maximum number of users the terminal server is licensed for has been exceeded.</p>

<p>Thusly, from another machine on the network, we open a command prompt and type
<code>qwinsta /server:&lt;servername&gt;</code></p>

<p>This will give a list of the terminal server sessions on that server, note the ID number (aka sessionid) as we use them in the following commands.</p>

<p>We can reset a session by using
<code>rwinsta &lt;sessionid&gt; /server:&lt;servername&gt;</code></p>

<p>or we can disconnect the session with
<code>tsdiscon &lt;sessionid&gt; /server:&lt;servername&gt;</code></p>

<p>or we can logoff a session with
<code>logoff &lt;sessionid&gt; /server:&lt;servername&gt;</code></p>

<p><a href="http://www.danrigsby.com/blog/?p=378">Dan Rigsby has more info</a> as does <a href="http://weblogs.asp.net/owscott/archive/2003/12/30/46776.aspx">Scott Forsyth</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ben.hamilton.id.au/general/command-line-terminal-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network printers &amp; RDP</title>
		<link>http://ben.hamilton.id.au/microsoft/network-printers-rdp</link>
		<comments>http://ben.hamilton.id.au/microsoft/network-printers-rdp#comments</comments>
		<pubDate>Tue, 02 Oct 2007 02:35:25 +0000</pubDate>
		<dc:creator>Ben Hamilton</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[RDP]]></category>

		<guid isPermaLink="false">http://ben.hamilton.id.au/microsoft/network-printers-rdp</guid>
		<description><![CDATA[Setting up a remote user today, who has a network printer on their local network which they want available to the RDP session (over VPN). RDP doesn&#8217;t by default redirect non COM/LPT/USB ports &#8211; i.e. an IP port. Thankfully, a simple registry edit noted in MS KB 302361 makes it easy to tell XP to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/images/IP.printer.in.local.RDP.jpg" alt="IP Printer in a local RDP session" align="right" height="219" width="212" />Setting up a remote user today, who has a network printer on their local network which they want available to the RDP session (over VPN).</p>

<p>RDP doesn&#8217;t by default redirect non COM/LPT/USB ports &#8211; i.e. an IP port.</p>

<p>Thankfully, a <a href="http://support.microsoft.com/default.aspx?scid=kb;en-us;302361">simple registry edit noted in MS KB 302361 makes it easy to tell XP to redirect other ports</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ben.hamilton.id.au/microsoft/network-printers-rdp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
