SlideShare ist ein Scribd-Unternehmen logo
1 von 57
Technical Overview

Charlie Russel
Microsoft MVP – Windows Server
Windows Server 2008 Administrator's Companion
Web
      Virtualization                     Management
Hyper-V with Live Migration        Power Management                  IIS 7.5

Hot Add/Remove VM Storage          PowerShell 2.0                    ASP .NET on Server Core

Remote Desktop Services            AD Administrative Center          Web Management

                                   Best Practices Analyzer           Web Publishing




                     Solid Foundation for Enterprise Workloads
               Scalability and Reliability            Better Together with Windows 7
                                                    DirectAccess ™
        >64 Core Support
                                                    BranchCache ™
        Componentization
                                                    Enhanced Group Policies
                                                    Remote Desktop & App Connections
Microsoft’s virtualization vision
    Server virtualization with Hyper-V
    Presentation virtualization with RDS
Hyper-V Management Console
PowerShell command-line interface
System Center Virtual Machine Manager 2008
Boot from .vhd
  Enables pre-configuration of virtual and
  physical computers
  Reduces the number of managed images
  Simplifies test deployments


                                      VHD


                  Boot
RDS & VDI – an                 Remote Application             Remote Application
integrated solution                  Access                         Access
   Hyper-V support for              RemoteApp & Desktop                   True multiple
    virtual desktops                   Connections                       monitor support

 Single discovery, broker
                                    RemoteApp & Desktop                Multimedia Support
       & publishing
                                       & Web Access                    & Bi direction audio
      infrastructure
                                                                       2D and 3D remoting
                                     RD Gateway Security
    SCVMM Support                                                        for DirectX 10.1
                                        Improvements
                                                                            (DXGI 1.1)




                              Platform & Management
                          New API, Connection Broker Extensibility,,
                         Powershell Support, Best Practices Analyzer
Server 2008                    Server 2008 R2

 Terminal Services              Remote Desktop Services
 Terminal Server                Remote Desktop Server
 Terminal Services Licensing    Remote Desktop Licensing
 (TS Licensing)                 (RD Licensing)
 Terminal Services Gateway      Remote Desktop Gateway
 (TS Gateway)                   (RD Gateway)
 Terminal Services Session      Remote Desktop Connection
 Broker (TS Session Broker)     Broker (RD Connection
                                Broker)
 Terminal Services Web
 Access (TS Web Access)         Remote Desktop Web
                                Access (RD Web Access)
Client experience configuration page
Remote Desktop IP Virtualization
Windows Installer RDS Compatibility
Fair Share CPU Scheduling
Roaming user profile cache management
Also:
  Remote Desktop Client Experience
  Remote Desktop Services Provider for
  Windows PowerShell
RemoteApp & Desktop Connections
  RemoteApp & Desktops icons integrated into start menu etc
  Icons refreshed & updated automatically

Multimedia Support & Audio Input
  Experience rich multimedia redirection
  Use VoIP applications and speech recognition.

True multiple monitor support
  Use up to 10 monitors of any size or layout with RemoteApp and Desktops
  Applications behave like users expect – e.g. PowerPoint installing them locally

Aero Glass for Remote Desktop Server
  Uses have the same new Windows 7 look and feel when using Remote
  Desktop Server

RemoteApp™ Language Bar Support
  Configure applications that use alternate language settings (e.g. right to left
  languages) from the local language
RDS and VDI – An Integrated Solution
  Single broker to connect users to sessions or virtual machines,
  out of the box solution for VDI scenarios with Hyper-V

RemoteApp & Desktop Connections
  Centrally managed list of applications and desktops (RDS & VDI)
  Automatically published, refreshed & integrated with Windows 7

RemoteApp & Desktop Web Access
  Integrated with RemoteApp & Desktop Connection management tools
  Provides access to applications & desktops from Windows 7, Vista & XP

Integrated Single Sign On.
  only a single logon for RemoteApp & Desktop connections
  Forms based logon for RemoteApp & Desktop Web Access

Remote Desktop Gateway .
  Session & Idle timeouts to enforce policy and authorization refresh
  Pluggable authentication and consent signing
Power management
Streamlined administration
Windows PowerShell remote scenarios
The PowerShell graphical interface
Extending Windows PowerShell scripts
AD & identity management
Best Practice Analyzers
2.8 GHz Dual
                            Core Processor
Core Parking
Adjusting                        P-State Percent Frequency
                                    0      100    2.800 GHz
P-states                            1      90     2.520 GHz
                     P-State=0      2      85     2.380 GHz
                      Processor            Processor GHz
Centralized                         3      75     2.100
                    Core 1 Active 4      Core 2 InactiveGHz
                                          Storage1.680
                                           60      Area
               Processor
storage                             5      50Network GHz
                                                  1.400
                Core 1
                                   P-State Percent Frequency
                                      0      100    2.800 GHz
                      Processor              Processor GHz
                                      1      90     2.520
                     P-State=4
                    Core 3 Inactive 2      Core 4 InactiveGHz
                                             85     2.380
                                      3      75     2.100 GHz
                                      4      60     1.680 GHz
               Processor
                                      5      50     1.400 GHz
                Core 2
Management console                Improvements
                                   • Provides support for remote
Server Manager
                                     management of computers

                                   • Leverages capabilities provided by
Active Directory Administrative
Center                               PowerShell
                                   • Task driven user interface
                                   • Leverages capabilities provided by
IIS Manager
                                     PowerShell
                                   • Task driven user interface
                                   • New VM management consoles
Hyper-V™
                                   • Updated SCVMM support
Server Manager PowerShell cmdlets:
  Get-WindowsFeature
  Add-WindowsFeature
  Remove-WindowsFeature
Leverages PowerShell features/reach
  Richer command line experience (auto-
  completion, wildcards, object pipeline, etc)
  Remoting
  Availability on Server Core
Using pkgmgr to install Web Server (IIS):
       start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-
       StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-
       ApplicationDevelopment;IIS-ASPNET; IIS-NetFxExtensibility;
       IIS-ASP;IIS-CGI;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-
       HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;
       IIS-HttpTracing;IIS-CustomLogging;IIS-ODBCLogging;IIS-Security;IIS-BasicAuthentication;IIS-
       WindowsAuthentication;IIS-DigestAuthentication;IIS-
       ClientCertificateMappingAuthentication;IIS-IISCertificateMappingAuthentication;
       IIS-URLAuthorization;IIS-RequestFiltering;
       IIS-IPSecurity;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;IIS-
       WebServerManagementTools;IIS-ManagementConsole;IIS-ManagementScriptingTools;IIS-
       ManagementService;IIS-IIS6ManagementCompatibility;
       IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;IIS-LegacySnapIn;
       IIS-FTPPublishingService;IIS-FTPServer;IIS-FTPManagement;WAS-
       WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI



        Or using Server Manager:
             Add-WindowsFeature web-server
18
Fan-Out (1 to Many)
   Send the script
   Select properties – Allows you to
   specify which properties to bring
   back
   Throttling – limits number of
   concurrent operations
   Async support – Runs the
   command in background on client

Fan-In (Many to 1)
   Hosting model
   Share static data between sessions
   (eg: cmdlet metadata from snap-in)
   Send progress information to client
   (eg: Connecting, Connected)
Out-GridView
               Graphical PowerShell
                Multi-tabbed
                 interface Integrated
                            development
                            environment




                          Syntax coloring
Advanced functions
Call .NET APIs
Improved debugging
Event log subscription
Write cmdlets in PowerShell script
Script translation
New cmdlets
Community site
Net Total 574 PowerShell Cmdlets in R2
(NOT FINAL NUMBER, yada,yada)
http://blogs.msdn.com/powershell/archive/ta
gs/Presentation/default.aspx
Active Directory server role enhancements
   New forest functional level
   PowerShell management
   Microsoft System Center Management Pack
Active Directory Administrative Center
   Recycle Bin
   Offline domain join
   Managed service accounts
Active Directory Federated Services update
   Authentication assurance
Integrated Best Practice Analyzer
  Validates configuration information
  Enhances infrastructure reliability
  Improves compliance with service level
  agreements
Introducing IIS 7.5
Expanding IIS Manager
Easier Troubleshooting
IIS 7.5 FTP Services
Extensible architecture
More Reliable              More Control                  More Secure                   More Choice
 Increased availability     Simplified, distributed      Improved security and         Flexible platform with
 through dynamic request    management through set       server protection through     enhanced support for
 handling, improved         of customizable              reduced server footprint      multiple application
 caching and powerful       administration tools with    and enhanced publishing       development platforms
 troubleshooting tools      easier application           and request filtering         and media content
                            deployment for developers    capabilities                  delivery




● Scalable Web             ● Powerful Administration    ● Enhanced Server             ● ASP.NET and PHP
  Infrastructure             Tools                        Protection                    Support

● Dynamic Caching and      ● Centralized Web            ● Secure Content Publishing   ● Modular & Extensible Web
  Compression                Management                                                 Server
                                                        ● Improved Access
● Rich Diagnostic Tools    ● Delegated Remote                                         ● Intelligent Media Serving
                                                          Protection
                             Management
Enhanced IIS Manager
  Configuration Editor
  IIS Manager UI Extensions
  Request Filtering
Windows PowerShell Provider
.NET on Server Core
Auditing changes and application
configuration
Failed Request Tracing for FastCGI
Best Practice Analyzer
Supports New
Web Standards
  FTP over SSL
  USC and UTF8
  IPv6
Virtual Host
Names
Introduced Modularity and Extensibility




Windows Server 2008

Extensions bundled with IIS 7.5


                                            3rd Party

               PowerShell Provider, FTP
           publishing, WebDAV publishing
          and New IIS Administration Pack
                       modules
Windows Server 2008 R2
Extension                                   RTW   Beta   Future
                                             
FTP Publishing Service for IIS 7.0
                                             
WebDAV for IIS 7.0
                                             
IIS 7.0 Manager for Remote Administration
                                                   
IIS 7.0 Administration Pack
                                                   
Windows PowerShell Provider for IIS 7.0
                                                           
URL Rewriter
                                             
URL Scan
                                                           
Web Playlists
                                             
Bit Rate Throttling
                                                   
Application Request Routing
                                                   
Web Deployment Tool
                                                   
Database Manager
                                                   
Web Platform Installer
                                                   
Web Application Installer
Performance & Scalability
Failover Clustering in Server 2008 R2
Storage Performance
256 Logical
  Cores




 Reduced overhead
  via Server Core



  High performance
       storage
Improved physical processor and
memory resources
  Runs exclusively on 64-bit processors
  Supports up to 256 logical processor
  cores
  Windows Server 2008 R2 Hyper-V
  supports up to 32 physical processor
  cores
Improved virtual processor resources
  Each virtual machine supports up to 4
  logical cores
  Supports Second-Level Address
  Translation (SLAT) and CPU Core
  Parking
The OS as Components
  Install only what you need

Example: Server Core, Branch RoDC
  Role = Active Directory Services
  Features = BitLocker
  Server = Kernel, TCP/IP & Security
Monitoring:
clusters, nodes    PowerShell
                                Read-Only
and applications    Provider
                                 Access
Windows
                                Server 2003



                                                 Windows
                                                Server 2008
 Windows
Server 2008
    R2


                                               Windows
   New HA Roles: DFS-Replication, Hyper-
                                              Server 2008
   V and Terminal Services Session Broker
                                                  R2
Concurrent
                                   access to a
                                single file system




                SAN




          VHD    VHD      VHD

                 Disk 5
Single Volume
I/O Redirected
                                via network
    Routed to
RedundantFailure
    Node Network
                                                VM running on
                                                  Node 2 is
                                                 unaffected

                                          Brief queuing
                                           of I/O while
        Volume                                volume
                                          SAN
                                  Network ownership is
                                           Path
      mounted on
          Volume                      Connectivity
                                  Connectivity
        Node 1                               changed
                        SAN
       relocates to a                    Failure
                                     Failure
       healthy node



                        VHD
iSCSI Performance Enhancements




Multi-path performance
      optimization
                           Storage Area
                             Network
DirectAccess™

BranchCache™

Read-Only DFS for branch security

Serving Up the Virtual Desktop

Protection for Mobile Data
Remote access is now ubiquitous
Comprehensive anywhere access for Windows 7
and Windows Server 2008 R2
  Seamless, always-on, secure connectivity; no separate
  client software required
  Utilizes networking technologies already in Windows
  Server 2008
  No separate action required to connect to corpnet
  while remote. Corpnet is simply there.
  Leverages policy-based network access
  Enables desktop management regardless of client
  location.
IPv4 Devices
          IPv6 Devices
                                                            Support IPv4 via
                                                             6to4 transition
 IT desktop
                                                           services or NAT-PT
management

                                                                  DirectAccess provides
                         Native IPv6                                    Allows desktop
                                                                   transparent, secured
                         with IPSec                                    management of
AD Group Policy,
                                                                     access to intranet
                                                                     DirectAccess clients
 NAP, software                                   IPv6 Transition
                                                                 resources without a VPN
    updates                                         Services
      Supports direct
    connectivity to IPv6-
                                                           Internet
                             DirectAccess
      based intranet
                                Server
        resources

                                                           Supports variety of
                            Allows IPSec encryption and     remote network Windows 7
                                   authentication              protocols       Client
Reduces Wide Area Network (WAN) link
utilization
Completely transparent to the user
Supports end-to-end encryption between
clients and servers
HTTP, SMB and BITS protocols are
optimized
Two deployment models:
  Distributed mode
  Hosted caching
2. Second client
                                                   downloads identifiers
                                                   from main office server

                                     Client 1

Main
Office

                                                                             Client 2
         1. First client downloads                     Branch Office
            data from main office
            server
                                                   3. Second client searches
                                                      local network for data and
                                                      downloads from first client
4. Second client
                                                            downloads from
                                                            hosted cache
                        2. Content pushed to hosted
                           cache from first client


                                      Client 1

Main
Office
         1. First client downloads                                     Client 2
                                                      Branch Office
            data from main office
            server
                                                      3. Second client
                                                         downloads identifiers
                                                         from main office server
Regional
      Datacenter                       Support for read-only DFS

                                                  Read-only
                                                Replica of DFS




 Read/Write
                                                                 Branch Office
Replica of DFS

  Provides a read-only, replica
    copy of read/write DFS
                                                Deletions are
           resources
                                                 not allowed

                       Prevents modifications
                        within branch office
RDS extended to include VDI
Simplified publishing and access
Support for managed & unmanaged clients
Tight integration with Windows 7
  ‘Feeds’
  Start menu, system tray and control panel
  RemoteApp & Desktop Web Access
Improved end-user experience
  High-end multimedia, multi-monitor, Aero, more
Encrypt data on removable drives
Provided by BitLocker Drive Encryption
Store encryption keys in Windows Server
2008 R2 Active Directory




                            Windows Server 2008 R2
                                Active Directory
Increased server consolidation
Greater administrative control
Rich Web-based experiences
Performance and scalability enhancements
Unprecedented synergies with client OS
Anywhere access
Taking an enterprise-class foundation to the
next level
Charlie Russel
                                                                      Microsoft MVP – Windows Server
                                                                      Windows Server 2008 Administrator's Companion
                                                                      Charlie@scribes.com



© 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.
The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market
     conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation.
                                 MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
RDS and VDI – An Integrated Solution
  Single broker to connect users to sessions or virtual machines, out of the box
  solution for VDI scenarios with Hyper-V

Improving the User Experience
  Experience rich multimedia, VoIP integration, aero glass remoting, true
  multi-monitor support

RemoteApp & Desktop Connections
  Centrally hosted applications integrated into start menu, desktop, etc. Can
  personalize a non-work PC with work applications without installing them locally

Improved Management Toolset
  Reduce repetitive task with RDS PowerShell support, improved application install,
  connection broker install & profile management

Platform Investments
  Multiple levels of extensibility for custom partner solutions for Remote Desktop
  Services & VDI based solutions
Remote App
                            Servers


                                                        Hyper-V-based
                                                       Remote Desktops




         Authentication




Client                         Remote Desktop
                                RemoteApp &       Remote Desktop
                             Desktop Web Access
                               Gateway Server       Connection
                                   Server             Broker
Hyper-V-based
                                                Remote Desktop




           Remote App
                                                      Virtual
             Server
                                                     Desktop 1




         Authentication



Client                      Remote Desktop
                             RemoteApp &       Remote Desktop
                          Desktop Web Access
                            Gateway Server       Connection
                                Server             Broker
Beta
2003   2005   2008   2009    2010




                               RTM

Weitere ähnliche Inhalte

Was ist angesagt?

Windows Server2008 R2 Overview
Windows Server2008 R2 OverviewWindows Server2008 R2 Overview
Windows Server2008 R2 OverviewMicrosoft Iceland
 
AAI-3218 Production Deployment Best Practices for WebSphere Liberty Profile
AAI-3218 Production Deployment Best Practices for WebSphere Liberty ProfileAAI-3218 Production Deployment Best Practices for WebSphere Liberty Profile
AAI-3218 Production Deployment Best Practices for WebSphere Liberty ProfileWASdev Community
 
C3 Citrix Cloud Center
C3 Citrix Cloud CenterC3 Citrix Cloud Center
C3 Citrix Cloud CenterRui Lopes
 
FI-B328 How to Build a Microsoft Private Cloud Lab in 1,000 Tiny Steps
FI-B328 How to Build a Microsoft Private Cloud Lab in 1,000 Tiny StepsFI-B328 How to Build a Microsoft Private Cloud Lab in 1,000 Tiny Steps
FI-B328 How to Build a Microsoft Private Cloud Lab in 1,000 Tiny StepsHarold Wong
 
Citrix Desktop Master Class - XenApp/XD Feature Pack 2
Citrix Desktop Master Class - XenApp/XD Feature Pack 2Citrix Desktop Master Class - XenApp/XD Feature Pack 2
Citrix Desktop Master Class - XenApp/XD Feature Pack 2Lee Bushen
 
Novell ZENworks Overview and Futures
Novell ZENworks Overview and FuturesNovell ZENworks Overview and Futures
Novell ZENworks Overview and FuturesNovell
 
Citrix xen desktop by Naeem ali saifi from Ricoh
Citrix xen desktop by Naeem ali saifi from RicohCitrix xen desktop by Naeem ali saifi from Ricoh
Citrix xen desktop by Naeem ali saifi from Ricohctxnaeem
 
Novell SecureLogin Installation, Deployment, Lifecycle Management and Trouble...
Novell SecureLogin Installation, Deployment, Lifecycle Management and Trouble...Novell SecureLogin Installation, Deployment, Lifecycle Management and Trouble...
Novell SecureLogin Installation, Deployment, Lifecycle Management and Trouble...Novell
 
AAI-4847 Full Disclosure on the Performance Characteristics of WebSphere Appl...
AAI-4847 Full Disclosure on the Performance Characteristics of WebSphere Appl...AAI-4847 Full Disclosure on the Performance Characteristics of WebSphere Appl...
AAI-4847 Full Disclosure on the Performance Characteristics of WebSphere Appl...WASdev Community
 
Citrix CloudGateway 2.5 Technical Overview and Troubleshooting
Citrix CloudGateway 2.5 Technical Overview and TroubleshootingCitrix CloudGateway 2.5 Technical Overview and Troubleshooting
Citrix CloudGateway 2.5 Technical Overview and TroubleshootingDavid McGeough
 
Migrating from XenApp 4.5 and 5 to XenApp 6.5
Migrating from XenApp 4.5 and 5 to XenApp 6.5Migrating from XenApp 4.5 and 5 to XenApp 6.5
Migrating from XenApp 4.5 and 5 to XenApp 6.5David McGeough
 
VMWARE Professionals - Security, Multitenancy and Flexibility
VMWARE Professionals -  Security, Multitenancy and FlexibilityVMWARE Professionals -  Security, Multitenancy and Flexibility
VMWARE Professionals - Security, Multitenancy and FlexibilityPaulo Freitas
 
eMagic-Complete Data Center Management
eMagic-Complete Data Center ManagementeMagic-Complete Data Center Management
eMagic-Complete Data Center ManagementMilind Koyande
 
System Center 2012 SP1 Overview and Window Azure IaaS
System Center 2012 SP1 Overview and Window Azure IaaSSystem Center 2012 SP1 Overview and Window Azure IaaS
System Center 2012 SP1 Overview and Window Azure IaaSHarold Wong
 
FY13 Q2 IT Camp - Windows 8 Overview
FY13 Q2 IT Camp - Windows 8 OverviewFY13 Q2 IT Camp - Windows 8 Overview
FY13 Q2 IT Camp - Windows 8 OverviewHarold Wong
 
Active Directory Upgrade
Active Directory UpgradeActive Directory Upgrade
Active Directory UpgradeSpiffy
 

Was ist angesagt? (20)

Windows Server2008 R2 Overview
Windows Server2008 R2 OverviewWindows Server2008 R2 Overview
Windows Server2008 R2 Overview
 
AAI-3218 Production Deployment Best Practices for WebSphere Liberty Profile
AAI-3218 Production Deployment Best Practices for WebSphere Liberty ProfileAAI-3218 Production Deployment Best Practices for WebSphere Liberty Profile
AAI-3218 Production Deployment Best Practices for WebSphere Liberty Profile
 
C3 Citrix Cloud Center
C3 Citrix Cloud CenterC3 Citrix Cloud Center
C3 Citrix Cloud Center
 
FI-B328 How to Build a Microsoft Private Cloud Lab in 1,000 Tiny Steps
FI-B328 How to Build a Microsoft Private Cloud Lab in 1,000 Tiny StepsFI-B328 How to Build a Microsoft Private Cloud Lab in 1,000 Tiny Steps
FI-B328 How to Build a Microsoft Private Cloud Lab in 1,000 Tiny Steps
 
Citrix Desktop Master Class - XenApp/XD Feature Pack 2
Citrix Desktop Master Class - XenApp/XD Feature Pack 2Citrix Desktop Master Class - XenApp/XD Feature Pack 2
Citrix Desktop Master Class - XenApp/XD Feature Pack 2
 
Novell ZENworks Overview and Futures
Novell ZENworks Overview and FuturesNovell ZENworks Overview and Futures
Novell ZENworks Overview and Futures
 
Citrix xen desktop by Naeem ali saifi from Ricoh
Citrix xen desktop by Naeem ali saifi from RicohCitrix xen desktop by Naeem ali saifi from Ricoh
Citrix xen desktop by Naeem ali saifi from Ricoh
 
Novell SecureLogin Installation, Deployment, Lifecycle Management and Trouble...
Novell SecureLogin Installation, Deployment, Lifecycle Management and Trouble...Novell SecureLogin Installation, Deployment, Lifecycle Management and Trouble...
Novell SecureLogin Installation, Deployment, Lifecycle Management and Trouble...
 
AAI-4847 Full Disclosure on the Performance Characteristics of WebSphere Appl...
AAI-4847 Full Disclosure on the Performance Characteristics of WebSphere Appl...AAI-4847 Full Disclosure on the Performance Characteristics of WebSphere Appl...
AAI-4847 Full Disclosure on the Performance Characteristics of WebSphere Appl...
 
Citrix CloudGateway 2.5 Technical Overview and Troubleshooting
Citrix CloudGateway 2.5 Technical Overview and TroubleshootingCitrix CloudGateway 2.5 Technical Overview and Troubleshooting
Citrix CloudGateway 2.5 Technical Overview and Troubleshooting
 
Philly Tech Fest Upgrade To Windows Server 2008 R2
Philly Tech Fest Upgrade To Windows Server 2008 R2Philly Tech Fest Upgrade To Windows Server 2008 R2
Philly Tech Fest Upgrade To Windows Server 2008 R2
 
Migrating from XenApp 4.5 and 5 to XenApp 6.5
Migrating from XenApp 4.5 and 5 to XenApp 6.5Migrating from XenApp 4.5 and 5 to XenApp 6.5
Migrating from XenApp 4.5 and 5 to XenApp 6.5
 
VMWARE Professionals - Security, Multitenancy and Flexibility
VMWARE Professionals -  Security, Multitenancy and FlexibilityVMWARE Professionals -  Security, Multitenancy and Flexibility
VMWARE Professionals - Security, Multitenancy and Flexibility
 
eMagic-Complete Data Center Management
eMagic-Complete Data Center ManagementeMagic-Complete Data Center Management
eMagic-Complete Data Center Management
 
Dell power edge r310_spec_sheet
Dell power edge r310_spec_sheetDell power edge r310_spec_sheet
Dell power edge r310_spec_sheet
 
System Center 2012 SP1 Overview and Window Azure IaaS
System Center 2012 SP1 Overview and Window Azure IaaSSystem Center 2012 SP1 Overview and Window Azure IaaS
System Center 2012 SP1 Overview and Window Azure IaaS
 
Net Optics' Virtualization Solutions Deployment Case Study
Net Optics' Virtualization Solutions Deployment Case StudyNet Optics' Virtualization Solutions Deployment Case Study
Net Optics' Virtualization Solutions Deployment Case Study
 
FY13 Q2 IT Camp - Windows 8 Overview
FY13 Q2 IT Camp - Windows 8 OverviewFY13 Q2 IT Camp - Windows 8 Overview
FY13 Q2 IT Camp - Windows 8 Overview
 
Active Directory Upgrade
Active Directory UpgradeActive Directory Upgrade
Active Directory Upgrade
 
Windows Azure for IT
Windows Azure for ITWindows Azure for IT
Windows Azure for IT
 

Ähnlich wie Fy09 Sask Tel Learn It Ws 2008 R2 Charlie Russel

Windows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewWindows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewSteven Wilder
 
Windows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewWindows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewJaguaraci Silva
 
Stn Event Presentation 1.12.10 Microsoft
Stn Event Presentation 1.12.10   MicrosoftStn Event Presentation 1.12.10   Microsoft
Stn Event Presentation 1.12.10 Microsoftmcini
 
Windows Server 2008 R2 Overview Jordan Remix
Windows Server 2008 R2 Overview Jordan RemixWindows Server 2008 R2 Overview Jordan Remix
Windows Server 2008 R2 Overview Jordan RemixJordan Remix
 
Microsoft Pwrpt
Microsoft PwrptMicrosoft Pwrpt
Microsoft PwrptRBratton
 
Windows Server 2008 R2
Windows Server 2008 R2Windows Server 2008 R2
Windows Server 2008 R2Rishu Mehra
 
What's New In Windows Server 2008 R2 For IT Pros - Extended Edition
What's New In Windows Server 2008 R2 For IT Pros - Extended EditionWhat's New In Windows Server 2008 R2 For IT Pros - Extended Edition
What's New In Windows Server 2008 R2 For IT Pros - Extended EditionAmit Gatenyo
 
Server2008 R2 Overview
Server2008 R2 OverviewServer2008 R2 Overview
Server2008 R2 Overviewvolkerwill
 
Windows Server 2008 R2 & SP1 for IT Pro's
Windows Server 2008 R2 & SP1 for IT Pro'sWindows Server 2008 R2 & SP1 for IT Pro's
Windows Server 2008 R2 & SP1 for IT Pro'sAmit Gatenyo
 
What's New In Windows Server 2008 R2 For IT Pro
What's New In Windows Server 2008 R2 For IT ProWhat's New In Windows Server 2008 R2 For IT Pro
What's New In Windows Server 2008 R2 For IT ProAmit Gatenyo
 
Ws08 R2 Itpro Session 2 Technical Overview Part2
Ws08 R2 Itpro Session 2 Technical Overview Part2Ws08 R2 Itpro Session 2 Technical Overview Part2
Ws08 R2 Itpro Session 2 Technical Overview Part2chenley
 
C:\fakepath\dcm 3 5 data sheet
C:\fakepath\dcm 3 5 data sheetC:\fakepath\dcm 3 5 data sheet
C:\fakepath\dcm 3 5 data sheetthamner
 
Virtualization Whats New In Ws2008 R2
Virtualization Whats New In Ws2008 R2Virtualization Whats New In Ws2008 R2
Virtualization Whats New In Ws2008 R2Manish Godawat
 
70-412 Objectives
70-412 Objectives70-412 Objectives
70-412 Objectivespupeadra
 
RUCUG: 6. Fabian Kienle - NetScaler and Branch Repeater for Hyper-V
RUCUG: 6. Fabian Kienle - NetScaler and Branch Repeater for Hyper-VRUCUG: 6. Fabian Kienle - NetScaler and Branch Repeater for Hyper-V
RUCUG: 6. Fabian Kienle - NetScaler and Branch Repeater for Hyper-VDenis Gundarev
 
Discovery Day 2019 Sofia - Big data clusters
Discovery Day 2019 Sofia - Big data clustersDiscovery Day 2019 Sofia - Big data clusters
Discovery Day 2019 Sofia - Big data clustersIvan Donev
 
Get ready for tomorrow, today!
Get ready for tomorrow, today!Get ready for tomorrow, today!
Get ready for tomorrow, today!Harold Wong
 
086 Microsoft Application Platform 2009 2010
086 Microsoft Application Platform 2009 2010086 Microsoft Application Platform 2009 2010
086 Microsoft Application Platform 2009 2010GeneXus
 
Rackwise DCM
Rackwise DCMRackwise DCM
Rackwise DCMthamner
 
0505 Windows Server 2008 一日精華營 PartI
0505 Windows Server 2008 一日精華營 PartI0505 Windows Server 2008 一日精華營 PartI
0505 Windows Server 2008 一日精華營 PartITimothy Chen
 

Ähnlich wie Fy09 Sask Tel Learn It Ws 2008 R2 Charlie Russel (20)

Windows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewWindows Server 2008 R2 Overview
Windows Server 2008 R2 Overview
 
Windows Server 2008 R2 Overview
Windows Server 2008 R2 OverviewWindows Server 2008 R2 Overview
Windows Server 2008 R2 Overview
 
Stn Event Presentation 1.12.10 Microsoft
Stn Event Presentation 1.12.10   MicrosoftStn Event Presentation 1.12.10   Microsoft
Stn Event Presentation 1.12.10 Microsoft
 
Windows Server 2008 R2 Overview Jordan Remix
Windows Server 2008 R2 Overview Jordan RemixWindows Server 2008 R2 Overview Jordan Remix
Windows Server 2008 R2 Overview Jordan Remix
 
Microsoft Pwrpt
Microsoft PwrptMicrosoft Pwrpt
Microsoft Pwrpt
 
Windows Server 2008 R2
Windows Server 2008 R2Windows Server 2008 R2
Windows Server 2008 R2
 
What's New In Windows Server 2008 R2 For IT Pros - Extended Edition
What's New In Windows Server 2008 R2 For IT Pros - Extended EditionWhat's New In Windows Server 2008 R2 For IT Pros - Extended Edition
What's New In Windows Server 2008 R2 For IT Pros - Extended Edition
 
Server2008 R2 Overview
Server2008 R2 OverviewServer2008 R2 Overview
Server2008 R2 Overview
 
Windows Server 2008 R2 & SP1 for IT Pro's
Windows Server 2008 R2 & SP1 for IT Pro'sWindows Server 2008 R2 & SP1 for IT Pro's
Windows Server 2008 R2 & SP1 for IT Pro's
 
What's New In Windows Server 2008 R2 For IT Pro
What's New In Windows Server 2008 R2 For IT ProWhat's New In Windows Server 2008 R2 For IT Pro
What's New In Windows Server 2008 R2 For IT Pro
 
Ws08 R2 Itpro Session 2 Technical Overview Part2
Ws08 R2 Itpro Session 2 Technical Overview Part2Ws08 R2 Itpro Session 2 Technical Overview Part2
Ws08 R2 Itpro Session 2 Technical Overview Part2
 
C:\fakepath\dcm 3 5 data sheet
C:\fakepath\dcm 3 5 data sheetC:\fakepath\dcm 3 5 data sheet
C:\fakepath\dcm 3 5 data sheet
 
Virtualization Whats New In Ws2008 R2
Virtualization Whats New In Ws2008 R2Virtualization Whats New In Ws2008 R2
Virtualization Whats New In Ws2008 R2
 
70-412 Objectives
70-412 Objectives70-412 Objectives
70-412 Objectives
 
RUCUG: 6. Fabian Kienle - NetScaler and Branch Repeater for Hyper-V
RUCUG: 6. Fabian Kienle - NetScaler and Branch Repeater for Hyper-VRUCUG: 6. Fabian Kienle - NetScaler and Branch Repeater for Hyper-V
RUCUG: 6. Fabian Kienle - NetScaler and Branch Repeater for Hyper-V
 
Discovery Day 2019 Sofia - Big data clusters
Discovery Day 2019 Sofia - Big data clustersDiscovery Day 2019 Sofia - Big data clusters
Discovery Day 2019 Sofia - Big data clusters
 
Get ready for tomorrow, today!
Get ready for tomorrow, today!Get ready for tomorrow, today!
Get ready for tomorrow, today!
 
086 Microsoft Application Platform 2009 2010
086 Microsoft Application Platform 2009 2010086 Microsoft Application Platform 2009 2010
086 Microsoft Application Platform 2009 2010
 
Rackwise DCM
Rackwise DCMRackwise DCM
Rackwise DCM
 
0505 Windows Server 2008 一日精華營 PartI
0505 Windows Server 2008 一日精華營 PartI0505 Windows Server 2008 一日精華營 PartI
0505 Windows Server 2008 一日精華營 PartI
 

Kürzlich hochgeladen

SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 

Kürzlich hochgeladen (20)

SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 

Fy09 Sask Tel Learn It Ws 2008 R2 Charlie Russel

  • 1. Technical Overview Charlie Russel Microsoft MVP – Windows Server Windows Server 2008 Administrator's Companion
  • 2. Web Virtualization Management Hyper-V with Live Migration Power Management IIS 7.5 Hot Add/Remove VM Storage PowerShell 2.0 ASP .NET on Server Core Remote Desktop Services AD Administrative Center Web Management Best Practices Analyzer Web Publishing Solid Foundation for Enterprise Workloads Scalability and Reliability Better Together with Windows 7 DirectAccess ™ >64 Core Support BranchCache ™ Componentization Enhanced Group Policies Remote Desktop & App Connections
  • 3.
  • 4. Microsoft’s virtualization vision Server virtualization with Hyper-V Presentation virtualization with RDS
  • 5. Hyper-V Management Console PowerShell command-line interface System Center Virtual Machine Manager 2008
  • 6. Boot from .vhd Enables pre-configuration of virtual and physical computers Reduces the number of managed images Simplifies test deployments VHD Boot
  • 7. RDS & VDI – an Remote Application Remote Application integrated solution Access Access Hyper-V support for RemoteApp & Desktop True multiple virtual desktops Connections monitor support Single discovery, broker RemoteApp & Desktop Multimedia Support & publishing & Web Access & Bi direction audio infrastructure 2D and 3D remoting RD Gateway Security SCVMM Support for DirectX 10.1 Improvements (DXGI 1.1) Platform & Management New API, Connection Broker Extensibility,, Powershell Support, Best Practices Analyzer
  • 8. Server 2008 Server 2008 R2 Terminal Services Remote Desktop Services Terminal Server Remote Desktop Server Terminal Services Licensing Remote Desktop Licensing (TS Licensing) (RD Licensing) Terminal Services Gateway Remote Desktop Gateway (TS Gateway) (RD Gateway) Terminal Services Session Remote Desktop Connection Broker (TS Session Broker) Broker (RD Connection Broker) Terminal Services Web Access (TS Web Access) Remote Desktop Web Access (RD Web Access)
  • 9. Client experience configuration page Remote Desktop IP Virtualization Windows Installer RDS Compatibility Fair Share CPU Scheduling Roaming user profile cache management Also: Remote Desktop Client Experience Remote Desktop Services Provider for Windows PowerShell
  • 10. RemoteApp & Desktop Connections RemoteApp & Desktops icons integrated into start menu etc Icons refreshed & updated automatically Multimedia Support & Audio Input Experience rich multimedia redirection Use VoIP applications and speech recognition. True multiple monitor support Use up to 10 monitors of any size or layout with RemoteApp and Desktops Applications behave like users expect – e.g. PowerPoint installing them locally Aero Glass for Remote Desktop Server Uses have the same new Windows 7 look and feel when using Remote Desktop Server RemoteApp™ Language Bar Support Configure applications that use alternate language settings (e.g. right to left languages) from the local language
  • 11. RDS and VDI – An Integrated Solution Single broker to connect users to sessions or virtual machines, out of the box solution for VDI scenarios with Hyper-V RemoteApp & Desktop Connections Centrally managed list of applications and desktops (RDS & VDI) Automatically published, refreshed & integrated with Windows 7 RemoteApp & Desktop Web Access Integrated with RemoteApp & Desktop Connection management tools Provides access to applications & desktops from Windows 7, Vista & XP Integrated Single Sign On. only a single logon for RemoteApp & Desktop connections Forms based logon for RemoteApp & Desktop Web Access Remote Desktop Gateway . Session & Idle timeouts to enforce policy and authorization refresh Pluggable authentication and consent signing
  • 12.
  • 13. Power management Streamlined administration Windows PowerShell remote scenarios The PowerShell graphical interface Extending Windows PowerShell scripts AD & identity management Best Practice Analyzers
  • 14. 2.8 GHz Dual Core Processor Core Parking Adjusting P-State Percent Frequency 0 100 2.800 GHz P-states 1 90 2.520 GHz P-State=0 2 85 2.380 GHz Processor Processor GHz Centralized 3 75 2.100 Core 1 Active 4 Core 2 InactiveGHz Storage1.680 60 Area Processor storage 5 50Network GHz 1.400 Core 1 P-State Percent Frequency 0 100 2.800 GHz Processor Processor GHz 1 90 2.520 P-State=4 Core 3 Inactive 2 Core 4 InactiveGHz 85 2.380 3 75 2.100 GHz 4 60 1.680 GHz Processor 5 50 1.400 GHz Core 2
  • 15. Management console Improvements • Provides support for remote Server Manager management of computers • Leverages capabilities provided by Active Directory Administrative Center PowerShell • Task driven user interface • Leverages capabilities provided by IIS Manager PowerShell • Task driven user interface • New VM management consoles Hyper-V™ • Updated SCVMM support
  • 16. Server Manager PowerShell cmdlets: Get-WindowsFeature Add-WindowsFeature Remove-WindowsFeature Leverages PowerShell features/reach Richer command line experience (auto- completion, wildcards, object pipeline, etc) Remoting Availability on Server Core
  • 17. Using pkgmgr to install Web Server (IIS): start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS- StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS- ApplicationDevelopment;IIS-ASPNET; IIS-NetFxExtensibility; IIS-ASP;IIS-CGI;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS- HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor; IIS-HttpTracing;IIS-CustomLogging;IIS-ODBCLogging;IIS-Security;IIS-BasicAuthentication;IIS- WindowsAuthentication;IIS-DigestAuthentication;IIS- ClientCertificateMappingAuthentication;IIS-IISCertificateMappingAuthentication; IIS-URLAuthorization;IIS-RequestFiltering; IIS-IPSecurity;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;IIS- WebServerManagementTools;IIS-ManagementConsole;IIS-ManagementScriptingTools;IIS- ManagementService;IIS-IIS6ManagementCompatibility; IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;IIS-LegacySnapIn; IIS-FTPPublishingService;IIS-FTPServer;IIS-FTPManagement;WAS- WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI Or using Server Manager: Add-WindowsFeature web-server 18
  • 18. Fan-Out (1 to Many) Send the script Select properties – Allows you to specify which properties to bring back Throttling – limits number of concurrent operations Async support – Runs the command in background on client Fan-In (Many to 1) Hosting model Share static data between sessions (eg: cmdlet metadata from snap-in) Send progress information to client (eg: Connecting, Connected)
  • 19. Out-GridView Graphical PowerShell Multi-tabbed interface Integrated development environment Syntax coloring
  • 20. Advanced functions Call .NET APIs Improved debugging Event log subscription Write cmdlets in PowerShell script Script translation New cmdlets Community site
  • 21. Net Total 574 PowerShell Cmdlets in R2 (NOT FINAL NUMBER, yada,yada) http://blogs.msdn.com/powershell/archive/ta gs/Presentation/default.aspx
  • 22. Active Directory server role enhancements New forest functional level PowerShell management Microsoft System Center Management Pack Active Directory Administrative Center Recycle Bin Offline domain join Managed service accounts Active Directory Federated Services update Authentication assurance
  • 23. Integrated Best Practice Analyzer Validates configuration information Enhances infrastructure reliability Improves compliance with service level agreements
  • 24.
  • 25. Introducing IIS 7.5 Expanding IIS Manager Easier Troubleshooting IIS 7.5 FTP Services Extensible architecture
  • 26. More Reliable More Control More Secure More Choice Increased availability Simplified, distributed Improved security and Flexible platform with through dynamic request management through set server protection through enhanced support for handling, improved of customizable reduced server footprint multiple application caching and powerful administration tools with and enhanced publishing development platforms troubleshooting tools easier application and request filtering and media content deployment for developers capabilities delivery ● Scalable Web ● Powerful Administration ● Enhanced Server ● ASP.NET and PHP Infrastructure Tools Protection Support ● Dynamic Caching and ● Centralized Web ● Secure Content Publishing ● Modular & Extensible Web Compression Management Server ● Improved Access ● Rich Diagnostic Tools ● Delegated Remote ● Intelligent Media Serving Protection Management
  • 27. Enhanced IIS Manager Configuration Editor IIS Manager UI Extensions Request Filtering Windows PowerShell Provider .NET on Server Core
  • 28. Auditing changes and application configuration Failed Request Tracing for FastCGI Best Practice Analyzer
  • 29. Supports New Web Standards FTP over SSL USC and UTF8 IPv6 Virtual Host Names
  • 30. Introduced Modularity and Extensibility Windows Server 2008 Extensions bundled with IIS 7.5 3rd Party PowerShell Provider, FTP publishing, WebDAV publishing and New IIS Administration Pack modules Windows Server 2008 R2
  • 31. Extension RTW Beta Future  FTP Publishing Service for IIS 7.0  WebDAV for IIS 7.0  IIS 7.0 Manager for Remote Administration  IIS 7.0 Administration Pack  Windows PowerShell Provider for IIS 7.0  URL Rewriter  URL Scan  Web Playlists  Bit Rate Throttling  Application Request Routing  Web Deployment Tool  Database Manager  Web Platform Installer  Web Application Installer
  • 32.
  • 33. Performance & Scalability Failover Clustering in Server 2008 R2 Storage Performance
  • 34. 256 Logical Cores Reduced overhead via Server Core High performance storage
  • 35. Improved physical processor and memory resources Runs exclusively on 64-bit processors Supports up to 256 logical processor cores Windows Server 2008 R2 Hyper-V supports up to 32 physical processor cores Improved virtual processor resources Each virtual machine supports up to 4 logical cores Supports Second-Level Address Translation (SLAT) and CPU Core Parking
  • 36. The OS as Components Install only what you need Example: Server Core, Branch RoDC Role = Active Directory Services Features = BitLocker Server = Kernel, TCP/IP & Security
  • 37. Monitoring: clusters, nodes PowerShell Read-Only and applications Provider Access
  • 38. Windows Server 2003 Windows Server 2008 Windows Server 2008 R2 Windows New HA Roles: DFS-Replication, Hyper- Server 2008 V and Terminal Services Session Broker R2
  • 39. Concurrent access to a single file system SAN VHD VHD VHD Disk 5 Single Volume
  • 40. I/O Redirected via network Routed to RedundantFailure Node Network VM running on Node 2 is unaffected Brief queuing of I/O while Volume volume SAN Network ownership is Path mounted on Volume Connectivity Connectivity Node 1 changed SAN relocates to a Failure Failure healthy node VHD
  • 41. iSCSI Performance Enhancements Multi-path performance optimization Storage Area Network
  • 42.
  • 43. DirectAccess™ BranchCache™ Read-Only DFS for branch security Serving Up the Virtual Desktop Protection for Mobile Data
  • 44. Remote access is now ubiquitous Comprehensive anywhere access for Windows 7 and Windows Server 2008 R2 Seamless, always-on, secure connectivity; no separate client software required Utilizes networking technologies already in Windows Server 2008 No separate action required to connect to corpnet while remote. Corpnet is simply there. Leverages policy-based network access Enables desktop management regardless of client location.
  • 45. IPv4 Devices IPv6 Devices Support IPv4 via 6to4 transition IT desktop services or NAT-PT management DirectAccess provides Native IPv6 Allows desktop transparent, secured with IPSec management of AD Group Policy, access to intranet DirectAccess clients NAP, software IPv6 Transition resources without a VPN updates Services Supports direct connectivity to IPv6- Internet DirectAccess based intranet Server resources Supports variety of Allows IPSec encryption and remote network Windows 7 authentication protocols Client
  • 46. Reduces Wide Area Network (WAN) link utilization Completely transparent to the user Supports end-to-end encryption between clients and servers HTTP, SMB and BITS protocols are optimized Two deployment models: Distributed mode Hosted caching
  • 47. 2. Second client downloads identifiers from main office server Client 1 Main Office Client 2 1. First client downloads Branch Office data from main office server 3. Second client searches local network for data and downloads from first client
  • 48. 4. Second client downloads from hosted cache 2. Content pushed to hosted cache from first client Client 1 Main Office 1. First client downloads Client 2 Branch Office data from main office server 3. Second client downloads identifiers from main office server
  • 49. Regional Datacenter Support for read-only DFS Read-only Replica of DFS Read/Write Branch Office Replica of DFS Provides a read-only, replica copy of read/write DFS Deletions are resources not allowed Prevents modifications within branch office
  • 50. RDS extended to include VDI Simplified publishing and access Support for managed & unmanaged clients Tight integration with Windows 7 ‘Feeds’ Start menu, system tray and control panel RemoteApp & Desktop Web Access Improved end-user experience High-end multimedia, multi-monitor, Aero, more
  • 51. Encrypt data on removable drives Provided by BitLocker Drive Encryption Store encryption keys in Windows Server 2008 R2 Active Directory Windows Server 2008 R2 Active Directory
  • 52. Increased server consolidation Greater administrative control Rich Web-based experiences Performance and scalability enhancements Unprecedented synergies with client OS Anywhere access Taking an enterprise-class foundation to the next level
  • 53. Charlie Russel Microsoft MVP – Windows Server Windows Server 2008 Administrator's Companion Charlie@scribes.com © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.
  • 54. RDS and VDI – An Integrated Solution Single broker to connect users to sessions or virtual machines, out of the box solution for VDI scenarios with Hyper-V Improving the User Experience Experience rich multimedia, VoIP integration, aero glass remoting, true multi-monitor support RemoteApp & Desktop Connections Centrally hosted applications integrated into start menu, desktop, etc. Can personalize a non-work PC with work applications without installing them locally Improved Management Toolset Reduce repetitive task with RDS PowerShell support, improved application install, connection broker install & profile management Platform Investments Multiple levels of extensibility for custom partner solutions for Remote Desktop Services & VDI based solutions
  • 55. Remote App Servers Hyper-V-based Remote Desktops Authentication Client Remote Desktop RemoteApp & Remote Desktop Desktop Web Access Gateway Server Connection Server Broker
  • 56. Hyper-V-based Remote Desktop Remote App Virtual Server Desktop 1 Authentication Client Remote Desktop RemoteApp & Remote Desktop Desktop Web Access Gateway Server Connection Server Broker
  • 57. Beta 2003 2005 2008 2009 2010 RTM