📜 ⬆️ ⬇️

Terminal Services: Windows Server 2008 (R2)

I would like to start a series of articles on using Windows Terminal Server. Here is what I would like to share with the respected community:
  1. Overview of innovations in WS2008 and WS2008R2
  2. Terminal server
    1. Install Terminal Server
    2. Software installation
    3. Basic monitoring
  3. Terminal Server Farm
    1. Planning
    2. Redirection and Session Broker
    3. User profiles
    4. Monitoring and maintenance
  4. TSWA / RemoteApp
    1. WS2008 and R2: Differences
    2. Planning and installation
    3. application filtering
  5. TS Gateway
    1. Principles of operation and conditions required for installation
    2. Installation and Setup
    3. Detailed consideration of authorization policies
    4. TS Gateway Farm
    5. Maintain, monitor, and collect connection statistics
  6. TSG / TSWA / TS Integration
  7. VDI
  8. General integration


What distinguishes this cycle from numerous articles on Windows Terminal Services?

First of all, it is an emphasis on creating fault-tolerant systems (starting with WS2008, everything needed for this is available directly in Windows, without the use of additional equipment and programs). Secondly, it is the integration of the whole set of technologies under the roof of Terminal Services. Third, I will address the issues of daily, periodic, and emergency servicing of Terminal Services roles, as well as monitoring and reporting. And fourthly, this series is based on more than three years of experience with Windows Server 2008 (and more than a year when migrating from WS2008 to R2 and working with a wonderful, excellent WS2008 R2). How is this possible, you ask, because WS2008 was released a year ago, I’ve only released R2? The answer is simple: I work in Microsoft IT and directly dealt with the dog-training of Terminal Services and their subsequent translation into a full-fledged production service. (I want to note in parentheses: many confuse dog food with laboratory testing. These are completely different things: the purpose of testing is to identify bugs and performance on tests; dog food is the deployment of a real service with a slight decrease in planned reliability (for example, instead of 99.9% only 95%) and for a limited, but still quite wide audience (about a few thousand or tens of thousands of users)).
Another caveat before we get to the point: I try to use tracing from English terms as little as possible, and believe that “dogfuding”, “production” and the like was a tough nut for me: I didn’t pick good Russian words, I decided to use simple transliteration. So if you don’t grasp the meaning of these words, or if you want to suggest a Russian analogue - comment, but I still ask for some indulgence - it is very difficult to adequately translate terms like Single sign-on.

Overview of Terminal Services innovations in Windows Server 2008 and Windows Server 2008 R2.


So, what did the new WS2008 bring to TS compared to WS2003?
The list of all innovations is very extensive: here is the change in architecture (for example, there is no longer session 0 (aka "console session")), and the introduction of new group policies, and much more. We will touch on some minor improvements further, but for now let's focus on major changes.

Terminal server


Session broker


Terminal Services Gateway

Did not exist before WS2008. It allows clients from other networks (for example, from the Internet) to connect to terminal servers and client computers (XP, Vista, Win7) using RDP over an SSL tunnel, and does not connect the networks themselves. (This explanation may seem unnecessarily confusing, but it captures the essence well. We will return to this in the TS Gateway article). For now, I note that this great technology allows in many cases to avoid using RAS / VPN and significantly improve the security of the connection.
By the way, the technology won the Security Award at the Engineering Excellence Forum'08, and I am very pleased that I also put some effort into this.

Terminal Services Web Access

Did not exist before WS2008. Allows you to create a website where RemoteApp applications are published and a form for connecting to workstations in your organization. This technology is very often confused with TS Gateway, so I’ll emphasize right away that TSWA doesn’t deal with Access, which is an example of a slightly unsuccessful name. The most interesting application of this technology is in combination with TS Gateway, and we will deal with this in an article on the integration of Terminal Server, TS Gateway and TS Web Access

In the next article (well, of course, if someone is interested), we will look at the innovations of WS2008R2 (aka Win7 Server) compared to WS2008, and finally get down to business.
')
Separately, I note that the lack of links, pictures and practical recommendations is more than compensated later when we begin to consider technologies in more detail. I hope it won't be boring.


Source: https://habr.com/ru/post/67039/


All Articles