>>>Partner Community Hot issues November 2009<<<:
http://social.microsoft.com/Forums/en-US/partnerwinserver7rcthreads/thread/cf96edb8-afd7-48e2-aac9-519844f5d048
>>>Partner Community Hot issues November 2009<<<
TOP SUPPORT ISSUES
NEW & UPDATED KB ARTICLES
TOP SUPPORT ISSUES
[ISSUE 1]
Problem Description:
=============
Get intermittent network pauses on the Windows 7 computer.
Resolution:
==========
Disable auto-tunning.
Use the below command in command line on the Windows 7 computer:
netsh int tcp set global autotuninglevel=disabled
[ISSUE 2]
Issue:
===========
You cannot change the power settings on a Win 7 ultimate client that is member of a SBS2003 domain.
Cause Analysis:
===========
If the power options are configured via group policy, the following registry key should be added to the Win7 client:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings]
We ran gpresult /v to generate a group policy results report on the problematic Win 7 client and found the GPO’s that configure the PowerSettings are:
Local Group Policy
Small Business Server - Windows Vista policy
Solution:
===========
Configure the settings under the Power Management node to Not Configured in both GPO
Remove the Vista GPO from the server and it is working now.
[ISSUE 3]
Problem
========
You have problem with inbound FTP connections from the public network if the Windows Firewall is enabled on the brand new Windows 7 Server.
Cause
========
FTP is a special case because of the way in which an FTP server establishes the data channel for an FTP file transfer. During a typical FTP user session, an FTP client initiates a control channel with an FTP server. When the FTP client transfers a file from the FTP server, the FTP server tries to establish a data channel with the FTP client by initiating communication on a TCP port different from the one used for the control channel.
Solution
========
Since you are using Windows Firewall with non-secure FTP traffic, to overcome the problem described above, Windows Firewall uses the Application Layer Gateway Service to provide dynamic port mapping for the FTP data channel, thereby facilitating the stateful filtering of FTP traffic. We can open port 21 and enable stateful FTP filtering on the Windows Firewall by using the following commands:
1. To open port 21 on the firewall, type the following syntax in a command prompt then hit ENTER:
netsh advfirewall firewall add rule name="FTP (non-SSL)" action=allow protocol=TCP dir=in localport=21
2. To enable stateful FTP filtering that will dynamically open ports for data connections, type the following syntax in a command prompt then hit ENTER:
netsh advfirewall set global StatefulFtp enable
Reference
========
I have also included some articles below, just for your reference. Hope they are helpful to you.
How Windows Firewall Works http://technet.microsoft.com/en-us/library/cc755604(WS.10).aspx
How to Configure Windows Firewall for a Passive Mode FTP Server http://technet.microsoft.com/en-us/library/dd421710(WS.10).aspx
Netsh Commands for Windows Firewall with Advanced Security http://technet.microsoft.com/en-us/library/cc771920(WS.10).aspx
[ISSUE 4]
Issue:
===========
Step-by-step document about TS gateway and remote app
Solution:
===========
Here is the basic sequence we should follow to deploy remote desktop service on windows server 2008 R2.
1. Licensing server.
Deploying Remote Desktop Licensing Step-by-Step Guide
http://technet.microsoft.com/en-us/library/dd983943(WS.10).aspx
2. Install Remote desktop service role.
Installing Remote Desktop Session Host Step-by-Step Guide
http://technet.microsoft.com/en-us/library/dd883275(WS.10).aspx
3. Create virtual desktop pool using remote desktop web access.
Deploying Virtual Desktop Pools by Using Remote Desktop Web Access Step-by-Step Guide
http://technet.microsoft.com/en-us/library/dd883265(WS.10).aspx
4. RDS(ts) gateway.
Deploying Remote Desktop Gateway Step-by-Step Guide
http://technet.microsoft.com/en-us/library/dd983941(WS.10).aspx
About application virtualization, this is entire solution for desktop level virtualization.
It has advantage over RDS like management, deployment and scale. However, it will remote more server and technical resource involved.
We are noticed that Application virtualization(previously called softgrid) is totally another solution. It use different protocol, different mechanism to implement application for client.
It has nothing to do with RDS(TS) anymore and client didn’t use “remote desktop” client anymore. User didn’t need to create a remote desktop session to access application running on server. It will “cache” the data on local machine and run it locally.
Here is some article for your reference.(A lot of document, really…)
Planning and Deployment Guide for the Application Virtualization System
http://technet.microsoft.com/en-us/library/cc843778.aspx
NEW & UPDATED KB ARTICLES
Computers that are running Windows 7 or Windows Server 2008 R2 stop responding at a black screen if a screen saver is enabled
http://support.microsoft.com/?kbid=976427
The "Run only allowed Windows applications" Group Policy setting displays no entries on a computer that is running Windows Vista, Windows Server 2008, or Windows 7
http://support.microsoft.com/?kbid=976922