<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Suggest a Topic</title><link>http://blogs.msdn.com/b/rds/archive/2006/10/17/suggest-a-topic.aspx</link><description>Please suggest a topic for future post on the TS Team blog. We have some ideas for what to discuss, but we'd rather talk about what you're interested in. 
 
 Please leave a comment with your idea. 
 
 Thanks! 
 
 Rob</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Suggest a Topic - Ability to configure "Suppress Output" capability</title><link>http://blogs.msdn.com/b/rds/archive/2006/10/17/suggest-a-topic.aspx#9147366</link><pubDate>Thu, 27 Nov 2008 20:45:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9147366</guid><dc:creator>Andrey</dc:creator><description>&lt;p&gt;here is the link:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://osdir.com/ml/network.rdesktop.devel/2007-10/msg00000.html"&gt;http://osdir.com/ml/network.rdesktop.devel/2007-10/msg00000.html&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9147366" width="1" height="1"&gt;</description></item><item><title>re: Suggest a Topic - Ability to configure "Suppress Output" capability</title><link>http://blogs.msdn.com/b/rds/archive/2006/10/17/suggest-a-topic.aspx#9147354</link><pubDate>Thu, 27 Nov 2008 20:43:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9147354</guid><dc:creator>Andrey</dc:creator><description>&lt;p&gt;Current implementation of Output Suppression causes server-side applications to suffer from Input-related Windows API failures (e.g. GetCursorPos would fail with error code 0). &lt;/p&gt;
&lt;p&gt;For those who doesn't know what it is - it's when you minimize MSTSC window and some of your remote applications start to behave unexpectedly. I would like to have the ability to configure whether or not Suppression capability is used when the client is minimized. I think that client minimization should not affect programs running within the remove session; and the fact that Terminal Server make Input-related APIs unavailable looks like a bug. &lt;/p&gt;
&lt;p&gt;I've provided a link to similar fix for rdesktop.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9147354" width="1" height="1"&gt;</description></item><item><title>re: Suggest a Topic</title><link>http://blogs.msdn.com/b/rds/archive/2006/10/17/suggest-a-topic.aspx#6806939</link><pubDate>Wed, 19 Dec 2007 17:28:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6806939</guid><dc:creator>tsivol</dc:creator><description>&lt;p&gt;Topic discussing remote desktop security including options to use hardware keys and/or workstation identification could be very interesting.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6806939" width="1" height="1"&gt;</description></item><item><title>Printing Best Practices</title><link>http://blogs.msdn.com/b/rds/archive/2006/10/17/suggest-a-topic.aspx#4755577</link><pubDate>Wed, 05 Sep 2007 08:05:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4755577</guid><dc:creator>Patrick Rouse</dc:creator><description>&lt;p&gt;I would recommend assigning logon scripts via Group Policy, so the same domain logon script does not run when users logon to terminal servers.&lt;/p&gt;
&lt;p&gt;Best Practice for setting up Group Policy for Terminal Servers is:&lt;/p&gt;
&lt;p&gt;1. Create an OU to contain a set of Terminal Servers&lt;/p&gt;
&lt;p&gt;2. Block Policy Inheritance on the OU (Properties -&amp;gt; Group Policy). This prevents settings from higher-up in AD from affecting your Terminal Servers. &lt;/p&gt;
&lt;p&gt;3. Move the Terminal Server Computer Objects into the OU. Do NOT place User Accounts in this OU. &lt;/p&gt;
&lt;p&gt;4. Create an Active Directory Security Group called “Terminal Servers” (or something similar that you’ll recognize) and add the Terminal Servers from this OU to this group. &lt;/p&gt;
&lt;p&gt;Create a GPO called “TS Machine Policy” linked to the OU &lt;/p&gt;
&lt;p&gt;5. Check “Disable User Configuration settings” on the GPO &lt;/p&gt;
&lt;p&gt;6. Enable Loopback Policy Processing in the GPO (Replace)&lt;/p&gt;
&lt;p&gt;7. Edit the Security of the Policy so Apply Policy is set for “Authenticated Users” and the Security Group containing the Terminal Servers &lt;/p&gt;
&lt;p&gt;8. Create additional GPOs linked to this OU for each user population, i.e. “TS Users”, “TS Administrators”. &lt;/p&gt;
&lt;p&gt;9. Check “Disable Computer Configuration settings” on these GPO &lt;/p&gt;
&lt;p&gt;10. Edit the Security on these User Configuration GPOs so Apply Policy is enabled for the target user population, and Deny Apply Policy is enabled for user to which the policy should not apply.&lt;/p&gt;
&lt;p&gt;With GPOs configured this way the Machine Policy applies to everyone that logs on to the Terminal Server (only the Computer Configuration Settings of the Machine Policy are processed) in addition to the appropriate User Configuration GPO (only the User Configuration portion of the GPO is processed) for the target user population.&lt;/p&gt;
&lt;p&gt;More information on TS Printing here:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.msterminalservices.org/articles/Windows-Terminal-Services-Printing.html"&gt;http://www.msterminalservices.org/articles/Windows-Terminal-Services-Printing.html&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4755577" width="1" height="1"&gt;</description></item><item><title>re: Suggest a Topic</title><link>http://blogs.msdn.com/b/rds/archive/2006/10/17/suggest-a-topic.aspx#4754457</link><pubDate>Wed, 05 Sep 2007 07:04:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4754457</guid><dc:creator>eCowboy</dc:creator><description>&lt;p&gt;How about a printing primer for 2003... I know, old and lame. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;An office with some USB printers and a bunhc of network printers... what is the best print deployment model to follow? &amp;nbsp;Printer redirection is turned on (due to local usb printers). People log onto the local machine, login script maps printers. They log into the terminal farm, session redirected printers AND the login script creates a second copy of their printers. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best practices are... ?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4754457" width="1" height="1"&gt;</description></item><item><title>re: Suggest a Topic</title><link>http://blogs.msdn.com/b/rds/archive/2006/10/17/suggest-a-topic.aspx#4071198</link><pubDate>Fri, 27 Jul 2007 01:20:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4071198</guid><dc:creator>Robert</dc:creator><description>&lt;p&gt;Managed Hosting, Colocation and Data Center Services by victoryushchenkonashpresudent ...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4071198" width="1" height="1"&gt;</description></item><item><title>re: Suggest a Topic</title><link>http://blogs.msdn.com/b/rds/archive/2006/10/17/suggest-a-topic.aspx#3092951</link><pubDate>Tue, 05 Jun 2007 10:03:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:3092951</guid><dc:creator>WarnO</dc:creator><description>&lt;p&gt;Hello, &lt;/p&gt;
&lt;p&gt;I look for some specification to design some server hardware (processor, memory ...) and line bandwith (in case of a VPN) for a TSE architecture.&lt;/p&gt;
&lt;p&gt;I've got some problem to find the information.&lt;/p&gt;
&lt;p&gt;It will be nice to discuss about some recomandation to design a TSE architecture.&lt;/p&gt;
&lt;p&gt;Excuse my english i'm French =)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=3092951" width="1" height="1"&gt;</description></item><item><title>re: Suggest a Topic</title><link>http://blogs.msdn.com/b/rds/archive/2006/10/17/suggest-a-topic.aspx#2567930</link><pubDate>Sat, 12 May 2007 12:53:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2567930</guid><dc:creator>uwckcfhy6n</dc:creator><description>&lt;p&gt;fsvtbogz2z9k &amp;lt;a href = &lt;a rel="nofollow" target="_new" href="http://www.868008.com/525635.html"&gt;http://www.868008.com/525635.html&lt;/a&gt; &amp;gt; 7kcfm0rsnk83326 &amp;lt;/a&amp;gt; [URL=&lt;a rel="nofollow" target="_new" href="http://www.628801.com/103955.html"&gt;http://www.628801.com/103955.html&lt;/a&gt;] niua2ps9be [/URL] 5rmf6vap5qdc12&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2567930" width="1" height="1"&gt;</description></item><item><title>Good site</title><link>http://blogs.msdn.com/b/rds/archive/2006/10/17/suggest-a-topic.aspx#2424202</link><pubDate>Sat, 05 May 2007 11:55:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2424202</guid><dc:creator>aagvd</dc:creator><description>&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://c7y6y77f.tripod.com/carmen-electra/carmen-electra-ass.html"&gt;http://c7y6y77f.tripod.com/carmen-electra/carmen-electra-ass.html&lt;/a&gt; &amp;lt;a href=&lt;a rel="nofollow" target="_new" href="http://c7y6y77f.tripod.com/carmen-electra/carmen-electra-ass.html"&gt;http://c7y6y77f.tripod.com/carmen-electra/carmen-electra-ass.html&lt;/a&gt;&amp;gt;hot carmen electra pic&amp;lt;/a&amp;gt; [url=&lt;a rel="nofollow" target="_new" href="http://c7y6y77f.tripod.com/carmen-electra/carmen-electra-ass.html"&gt;http://c7y6y77f.tripod.com/carmen-electra/carmen-electra-ass.html&lt;/a&gt;]hot carmen electra pic[/url] &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2424202" width="1" height="1"&gt;</description></item><item><title>re: Suggest a Topic</title><link>http://blogs.msdn.com/b/rds/archive/2006/10/17/suggest-a-topic.aspx#2260794</link><pubDate>Tue, 24 Apr 2007 17:35:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2260794</guid><dc:creator>Mark King</dc:creator><description>&lt;p&gt;Information on Terminal Server's logging capbilities for troubleshooting purposes would be a handy topic to discuss. It would be good to break TS out into its subcomponents and specify if there is a corresponding log file.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=2260794" width="1" height="1"&gt;</description></item></channel></rss>