Longhorn Academy Server Management Dave & Sebastian.

57
Longhorn Academy Server Management Dave & Sebastian

Transcript of Longhorn Academy Server Management Dave & Sebastian.

Page 1: Longhorn Academy Server Management Dave & Sebastian.

Longhorn AcademyServer Management

Dave & Sebastian

Page 2: Longhorn Academy Server Management Dave & Sebastian.

Agenda• Current Situation• Infrastructure Optimization Initiative• Server Management Overview• Setup & Initial Configuration Tasks• Server Core• Server Roles• SML• Server Manager• Print Management• Server Deployment (WDS)• Powershell• Remote Management• Group Policies

Page 3: Longhorn Academy Server Management Dave & Sebastian.

Issues Faced By Administrators Today

• What steps do I need to perform to configure my Windows Server machine?

• If I’m installing a component, what are its dependencies and how do I install them?

• What tools do I use to manage installed components and where do I find them?

Page 4: Longhorn Academy Server Management Dave & Sebastian.

Business Results& New Value

End User Productivity

CustomerConnection

Keep BusinessUp & Running

SecurityCompetition

TechnologyChange

RegulatoryCompliance

CostReduction

More Pressure than Ever on IT

Page 5: Longhorn Academy Server Management Dave & Sebastian.

Applicationfailure40%

Operatorerror40%

Other20%

• Untested application• Change management• Overloaded• Weak problem detection

• Forgot something• Lack of procedures• Backup errors/security

• Hardware/platform• Network• Power and disaster

Gartner Group

Operations

When IT Services Go Wrong People and Process Play a Major Part

Causes of Downtime

Page 6: Longhorn Academy Server Management Dave & Sebastian.

Web Server Management

Configuration and Role

Management

Policy Based

Networking

Enhanced Scripting and

Task AutomationMore

ControlWindows PowerShell

Windows Server Manager, Server Core

Windows Firewall

IIS 7

Spend Less Time on Everyday Tasks

Page 7: Longhorn Academy Server Management Dave & Sebastian.

• Technology framework to help maximize the value of your IT investments

• Structured way to drive cost reduction, security & efficiency gains and boost agility

• Based on industry analyst and academic work

• Provides guidance and best practices for step-by-step implementation

Infrastructure Optimization

Page 8: Longhorn Academy Server Management Dave & Sebastian.

Server Management Overview

• Initial Configuration Tasks• Server Roles• Server Roles Available• Server Management Console• Alternative Management Methods• Printer Management• Server Modeling Language• Additional Methods

Page 9: Longhorn Academy Server Management Dave & Sebastian.

• Windows Server 2003 setup• Post-Setup security updates• Manage your server• Configure your server wizard• Add/Remove components• Computer Management• Security Configuration Wizard

• Operating system setup• Initial Configuration Tasks• Server Manager

Windows Server 2003Windows Server 2003 Windows Server 2008Windows Server 2008

Windows Server Setup Process

Page 10: Longhorn Academy Server Management Dave & Sebastian.

Initial Configuration Tasks

•Administrator password•Network IP address•Domain membership•Computer name•Windows Updates•Windows Firewall

Page 11: Longhorn Academy Server Management Dave & Sebastian.

Server Core Installation

Active Directory, AD Lightweight Directory Services, DHCP Server, DNS Server, File Services, Print Services, Windows Media Services, Windows Virtualization Services

Server Core Installation

Active Directory, AD Lightweight Directory Services, DHCP Server, DNS Server, File Services, Print Services, Windows Media Services, Windows Virtualization Services

Benefits of Server Core

Reduced maintenance

Reduced attack surface

Reduced management

Less disk space required

Benefits of Server Core

Reduced maintenance

Reduced attack surface

Reduced management

Less disk space required

Server Core

Server Core

Page 12: Longhorn Academy Server Management Dave & Sebastian.

Publish cmd.exe using Terminal Services RemoteApp to allow you to run cmd.exe in a window on your local machine rather than in a full terminal services client

Publish cmd.exe using Terminal Services RemoteApp to allow you to run cmd.exe in a window on your local machine rather than in a full terminal services client

Implement Server Core whenever possibleImplement Server Core whenever possible

Minimize administrative access to the systemMinimize administrative access to the system

Ensure physical security of the serverEnsure physical security of the server

Implement BitLocker Drive EncryptionImplement BitLocker Drive Encryption

Server Core - Recommendations

Page 13: Longhorn Academy Server Management Dave & Sebastian.

Server Core provides a minimal installation option

Server Core supports the following roles: AD Domain Services, AD Lightweight Directory Services, DHCP Server, DNS Server, File Services, Print Services, Windows Media Services, and Windows Virtualization Services

Server Core is managed:

Locally and remotely through the command line

Remotely via MMC

Remotely via Terminal Services

Remotely via Windows Remote Shell

Server Core provides a script for configuring settings that cannot be configured through a command-line or MMC snap-in

Server Core provides a minimal installation option

Server Core supports the following roles: AD Domain Services, AD Lightweight Directory Services, DHCP Server, DNS Server, File Services, Print Services, Windows Media Services, and Windows Virtualization Services

Server Core is managed:

Locally and remotely through the command line

Remotely via MMC

Remotely via Terminal Services

Remotely via Windows Remote Shell

Server Core provides a script for configuring settings that cannot be configured through a command-line or MMC snap-in

Server Core - Summary

Page 14: Longhorn Academy Server Management Dave & Sebastian.

Server Roles

•A role is logical grouping of a set of components based on

•User scenarios•Typical server workloads•Dependencies

•Examples of roles are Windows Media Services, Terminal Services

Page 15: Longhorn Academy Server Management Dave & Sebastian.

Server RolesRole Description

Active Directory Certificate Services (AD CS) Enables creation and management of digital certificates for users, computers, and organizations as part of a public key infrastructure.

Active Directory Domain Services (AD DS)

Stores information about objects on the network and makes this information available to users and network administrators. Uses domain controllers to give network users access to permitted resources anywhere on the network.

Active Directory Federation Services (AD FS) Provides simplified, encrypted identity federation and Web single sign-on (SSO) capabilities.

Active Directory Lightweight Directory Services (AD LDS)Provides a store for application-specific data, for directory-enabled applications that do not require the infrastructure of Active Directory Domain Services. Multiple instances of AD LDS can exist on a single server, each of which can have its own schema.

Active Directory Rights Management Services (AD RMS) Information protection technology that works to help safeguard digital information from unauthorized use.

Application ServerProvides central management and hosting of high-performance distributed business applications such as those built with Enterprise Services and .NET Framework 3.0.

Dynamic Host Configuration Protocol (DHCP) Server Enables the central provisioning, configuration, and management of temporary IP addresses and related information for client computers.

Domain Name System (DNS) Server Translates domain and computer DNS names to IP addresses. DNS is easier to manage when it is installed on the same server as Active Directory Domain Services.

Fax ServerSends and receives faxes and allows you to manage fax resources such as jobs, settings, reports, and fax devices on this computer or on the network.

Page 16: Longhorn Academy Server Management Dave & Sebastian.

Role Description

File Services Provides technologies for storage management, file replication, distributed namespace management, fast file searching, and streamlined client access to files.

Network Policy & Access ServicesProvides support for routing LAN and WAN network traffic, creating and enforcing network access policies, and accessing network resources over VPN and dial-up connections.

Print Services Provides access to and manages network printers and printer drivers

Terminal ServicesProvides technologies that enable access to a server running Windows-based programs or the full Windows desktop. Users can connect to a terminal server to run programs, save files, and use network resources on that server.

UDDI Services

Provides Universal Description, Discovery, and Integration (UDDI) capabilities for sharing information about Web services within an organization’s intranet or between business partners on an extranet. Organizes and catalogs Web services and other programmatic resources. A UDDI Services site consists of a UDDI Web Application connected to a UDDI Database.

Web Server (IIS) Provides a reliable, manageable, and scalable Web application infrastructure.

Windows Deployment Services (WDS)Provides a simplified, secure means of rapidly deploying Windows operating systems to computers by using network-based installation, without the need for an administrator to work directly on each computer, or install Windows components from CD or DVD media.

Windows SharePoint ServicesHelps organizations increase productivity by creating Web sites where users can collaborate on documents, tasks, and events and easily share contacts and other information.

Server Roles

Page 17: Longhorn Academy Server Management Dave & Sebastian.

How Server Manager uses the concept of Roles

• List of roles displayed maps 1x1 to the list of role models• Hierarchy within a role is captured from its model• Settings and defaults are captured in the role specific model• Information is then submitted to SML Platform infrastructure to make

updates to the server

Page 18: Longhorn Academy Server Management Dave & Sebastian.

SML – Service Modeling Language• Service Modeling Language (SML) (http://www.serviceml.org) is the

XML Schema based modeling language that provides a rich set of constructs for modeling complex IT services and systems

• Service Modeling Language (http://www.serviceml.org)– An XML Schema based language providing constructs for

modeling the elements in complex IT services and systems, their relationships and constraints

• Profile of XML Schema 1.0 is used for defining structural aspects • Profile of Schematron is used for defining constraints

– Schematron is an ISO/IEC standard (http://standards.iso.org/ittf/PubliclyAvailableStandards/c040833_ISO_IEC_19757-3_2006(E).zip)

Page 19: Longhorn Academy Server Management Dave & Sebastian.

• Server Manger tool in Windows Server 2008– SML models of “in the box” server roles are used for installation,

configuration, and on-going management of these roles via Document Collection processing

• Desired Configuration Monitoring (DCM) feature in SCCM (ConfigMgr) 07 – SML models are used to define and verify the desired configuration of

machines via Document Collection processing

• Configuration Management Database in Service Manager v1 – Uses the SML-based Microsoft Model Library and the SQL store for defining

and storing the past, present, and future planned configuration of IT assets in an enterprise

• Much other work in development

SML – Service Modeling Language

Page 20: Longhorn Academy Server Management Dave & Sebastian.

• An SML model of a role captures:– Structure of the service: components and

relationships, eg IIS Role Hierarchy– Desired configuration, eg Default Settings– Constraints, eg Domain Joined Requirement– Management information such as events and

performance counters, rules for determining the operational health of the service, etc.

SML Based Role Models

Page 21: Longhorn Academy Server Management Dave & Sebastian.

A

B

C

A1

A2

C1

C2

C3

D D1

D2

Legend

X X1 X1 is a non-default child of X.

X X1 X1 is a default child of X.

X Y X depends on Y

Functional Behaviour With Dependencies

Page 22: Longhorn Academy Server Management Dave & Sebastian.

•New MMC snap in.

•Provides consolidated view of server including:•Configuration•Status of Installed Roles•Links for adding/removing installed roles and features•Starting and Stopping Services•managing local user accounts•determining server status•identifying critical events•analyzing and troubleshooting configuration issues or failures.

Server Manager

Page 23: Longhorn Academy Server Management Dave & Sebastian.

Server Manager

Page 24: Longhorn Academy Server Management Dave & Sebastian.

Print Management

Print Management provides centralized administration of all of the printers in the organization from any computer running:•Windows Server 2003 R2•Windows Vista•Windows Server 2008 operating systems. •Windows XP clients (x86 and x64). Print Management can:•Up-to-the-minute details about the status of all printers and print servers on the network from one console. •Help find printers that have error conditions•Send e-mail notifications or run scripts when a printer or print server needs attention.• On printer models that provide a Web interface, it can access this additional data allowing information such as toner and paper levels to be managed easily.

Page 25: Longhorn Academy Server Management Dave & Sebastian.

To facilitate scripting and unattended role deployment/removal scenarios, the ServerManagerCmd.exe command line tool can be used. ServerManagerCmd exposes the key functions of Server Manager, such as installation/removal of roles, role services and features, command validation, and querying the current state of the machine.

ServerManagerCmd also allows for:•installation/removal of multiple server roles, •role services and features together using XML answer files•supports a set of command-line arguments to allow additional control over how the answer file should be executed. Full listing of the available ServerManagerCmd commands:

ServerManagerCmd –help (or -?)

Servermanagercmd.exe (command line interface)

Page 26: Longhorn Academy Server Management Dave & Sebastian.

-query [<query.xml>] (Short form: -q)Display a list of all roles, role services, and features available, and shows which are installed. If <query.xml> is specified, the information is also saved to a query.xml file

-install <name> (Short form: -i)Install the role, role service, or feature that is specified by the <name> parameter.

-allSubFeatures (Short form: -a)Used with the -install parameter to install all subordinate role services and features along with the role. role service, or feature named with the -install parameter.

-remove <name> (Short form: -r)Remove the role, role service, or feature that is specified by the <name> parameter.

-restartRestart the computer automatically, if restarting is necessary to complete the operation.

-logPath <log.txt> (Short form: -l)Specify the non-default location for the log file (ServerManager.log).

Servermanagercmd Commands

Page 27: Longhorn Academy Server Management Dave & Sebastian.

MMC 3.0

• A new pane called the actions pane is available; it displays available commands for the selected node

• Provides Windows forms hosting capability• Full integration with WinForm, unlike the older OCX views in MMC 2.0• Standard Visual Studio® designer and design guidelines available for view design• Possible to isolate process and application domains• Functionally rich views can be created using one of the four available view types:

list, Windows Forms, HTML, and message• Increased Reliability• Improved detection and reporting of snap-in problems• Because actions are logged, it is easier to debug and incrementally improve snap-

in code• Ability to isolate suspended snap-ins from the console

Page 28: Longhorn Academy Server Management Dave & Sebastian.

Task Scheduler 2.0

• Isolating user actions in separate sessions• Credentials managements using new security services (S4U and CredMan)• Removed limitations on the number of registered tasks• API additions:

• Scripting Support: Interfaces are now derived from IDispatch providing full support for scripted development

• Task Scheduler Schema: Allows you to create/manage tasks through XML-formatted docs.• New Triggers: New time/calendar/event triggers. All triggers support repetition, delay, start,

and stop.• Task Settings: Can now prioritize tasks, define multiple instance policies, starting a task only if

the network is available, reset on failure, execution time limit, etc.• New actions: Send an e-mail message, show a message box, start an executable, or fire a

COM handler.

Page 29: Longhorn Academy Server Management Dave & Sebastian.

• Boot from the CD and install– Supported since the original Windows NT days– Sadly, still a very common way of installing Windows

Server– Some have “enhanced” the process with unattended

answer files and customized CDs

Server Deployment – The Past

Page 30: Longhorn Academy Server Management Dave & Sebastian.

• Remote Installation Services– Released with Windows 2000, February 17, 2000– Supports PXE boot to perform unattended installations of

Windows (RISETUP), or installation of simple “images” (RIPREP)

– Simple menu creation and customization capabilities– Remember the RIS Menu Editor from 3Com? Enabled RIS to

boot floppy disk images– Primarily used for desktop Oses– Can boot Windows PE with some effort

Server Deployment – The Past

Page 31: Longhorn Academy Server Management Dave & Sebastian.

• Automated Deployment Services– Released as an add-on to Windows Server 2003 in 2003– Required a Windows Server 2003 Enterprise or Datacenter license– First Microsoft tool to use true images

• Images could be mounted

– Supported PXE boot, multicast– Used virtual DOS boot floppies and could boot Windows PE– Supported task sequencing for increased automation– Used as core of Virtual Server Migration Toolkit (P2V)– Updated version 1.1 released in 2005, with x64 support

Server Deployment – The Past

Page 32: Longhorn Academy Server Management Dave & Sebastian.

• Windows Server Deployment Solution Accelerator– Released in September 2003– Built from the Business Desktop Deployment Solution

Accelerator version 1.0– Uses ADS for image creation and deployment

Server Deployment – The Past

Page 33: Longhorn Academy Server Management Dave & Sebastian.

• Automated Purposing Framework (APF)– Released in 2000, updated in 2003– Can be used with ADS or standalone– Script-based deployment process– APF Explorer for configuring hierarchical settings– Used as part of the Microsoft Solution for Windows-

based Hosting– Largest current uses are with Microsoft UK and

partners such as 1E

Server Deployment – The Past

Page 34: Longhorn Academy Server Management Dave & Sebastian.

• Branch Office Infrastructure Solution (BOIS)– Released in 2005– Includes the Automated Deployment Toolkit, a

derivative of APF– Could leverage ADS for image capture and deployment– Includes scripts for installation of some server roles

Server Deployment – The Past

Page 35: Longhorn Academy Server Management Dave & Sebastian.

• Vista and Longhorn change the landscape– New image format and image-based installation process– New core deployment tools provided in Windows

Automated Installation Kit (WAIK)– Products need to be updated (or replaced)– Guidance and tools need to be updated (or replaced)– Customers and partners will need to do some reengineering

of processes

Server Deployment – The Present

Page 36: Longhorn Academy Server Management Dave & Sebastian.

• Windows Deployment Services– Released in November 2006– The next generation of RIS, with support for image

deployment, Windows PE 2.0, and PXE– Available for Windows Server 2003 SP1 as a hotfix, part

of SP2 and Longhorn Server– A partial replacement for ADS

Server Deployment – The Present

Page 37: Longhorn Academy Server Management Dave & Sebastian.

• SMS 2003 OS Deployment Feature Pack– Released in November 2004, updated in 2006 to

support Vista/Longhorn deployment and image format– While server deployment can be performed, there are

limitations resulting in restricted support

Server Deployment – The Present

Page 38: Longhorn Academy Server Management Dave & Sebastian.

• Windows Deployment Services– New features in Longhorn Server version:

• Multicast with an improved algorithm• Improved TFTP performance• EFI support

Server Deployment – The Future

Page 39: Longhorn Academy Server Management Dave & Sebastian.

• System Center Configuration Manager 2007 (SCCM)– To be released in Q3 CY07– A service pack or hotfix will be required to support LH

Server deployment, available weeks after LH Server RTM– Significant investments in OS deployment capabilities, task

sequencing, integration with WDS– Improves on the SMS 2003 OS Deployment Feature Pack– Picks up most of the functionality from ADS

Server Deployment – The Future

Page 40: Longhorn Academy Server Management Dave & Sebastian.

• Windows Server Deployment Solution Accelerator– To be released shortly after Longhorn Server– Built on top of BDD 2007 (which will continue supporting Vista

and XP deployments, also with SMS 2003 OSD), so consistent tools for client and server

– Provides guidance and tools for deploying Windows Server 2003 and Longhorn Server

– Leverages and extends capabilities of WDS and SCCM 2007, while also offering “Lite Touch” functionality that requires no management infrastructure

Server Deployment – The Future

Page 41: Longhorn Academy Server Management Dave & Sebastian.

Gu

idan

ceTools

WSD LTIWSD LTI

SCCM 2007 OSDSCCM 2007 OSD

WDS and WAIK toolsWDS and WAIK tools

Good Better Best

WSD ZTIWSD ZTI

WSD Methodology and Best PracticesWSD Methodology and Best Practices

Page 42: Longhorn Academy Server Management Dave & Sebastian.

Rapidly deploy Windows operating systemsUpdated and redesigned version of Remote Installation Services (RIS)Server componentsClient componentsManagement componentsWindows Deployment Services provides several enhancements to RIS

Windows Vista

Windows Server 2008

Windows Deployment Services (WDS)

Page 43: Longhorn Academy Server Management Dave & Sebastian.

WDS - Components

•Server Components•Pre-Boot Execution Environment (PXE) server•Trivial File Transfer Protocol (TFTP) server•shared folder and image repository containing

•boot images•installation images•files that you may need specifically for network boot

•Client Components•Graphical user interface

•Management Components•a set of tools that you use to manage:

•the server•operating system images•client computer accounts

Page 44: Longhorn Academy Server Management Dave & Sebastian.

WDS - Enhancements

• Use the Windows Deployment Services snap-in to create a "capture image" that can create a custom image from a computer that has been prepared with Sysprep.exe

• Use the Windows Deployment Services Capture Wizard to create and add an image prepared with Sysprep.exe

• Use the Windows Deployment Services snap-in to associate unattended installation files with Windows images

• Associate one or more language packs with an image, eliminating your need for unique images for each language your organization supports

• Use the Windows Deployment Services snap-in to create a "discover image" for use with computers that do not support PXE boot

Page 45: Longhorn Academy Server Management Dave & Sebastian.

New Command-line shell & Scripting Language

Futures

Improves productivity & controlAccelerates automation of system adminEasy-to-use Works with existing scripts

Will ship in WindowsAdmin GUIs layered over PowerShellOne-to-many remote management using WS-MGMT

Partners

Powershell

Page 46: Longhorn Academy Server Management Dave & Sebastian.

Hundreds of Scripts

Books & Training Materials

Community Support

MS MVPsPowerShell Team BlogActive NewsgroupChannel 9: DFO ShowIIS.net

Manning PublicationsO’Reilly MediaSapien Press & others…

TechNet ScriptCenterExchange Server 2007Terminal ServerWMI, Registry, Hardware, etc.Community-Submitted scripts

MyITForum.com

More ControlPowershell

Page 47: Longhorn Academy Server Management Dave & Sebastian.

What is Powershell?

Revolutionary new interactive shell and scripting language

•Based on .NET

•New set of built-in tools (+120)

•New language to take advantage of .NET•A new “object-pipeline” system view

•Can continue to use current tools

•Can continue to use current automation (COM)

Page 48: Longhorn Academy Server Management Dave & Sebastian.

Benefits

•Automate administration of multiple servers through a task-oriented scripting language•Accelerate script authoring, testing and debugging and write customer tools in a new command shell environment•Utilize new scripts and Cmdlets•Manage command-line services, processes, registry, and WMI data•Manage and/or automate administration tasks for server roles such as IIS and Active Directory•Automate Terminal Server configuration changes by means of PowerShell scripts, and examine configuration similarities and differences across a Terminal Server farm.•Manage an Internet Information Services 7.0 environment.•Remotely manage servers.

Page 49: Longhorn Academy Server Management Dave & Sebastian.

• Do I need to learn .NET before I can use PowerShell?– No - you can continue to use existing tools.

• Do I need to rewrite all my existing tools?– No - existing tools will run just fine.

• Do I need to learn the new language?– No - You can easily run existing commands without modification.

• Learning the new– Online help is full of examples that are ready to use– The new language elements make interacting with .NET a snap.– Using .NET can help you where new tools don’t exist and opens a vast

space of productivity– Learn at your own pace, PowerShell will be ready for you

No Fear, Uncertainty or Doubt

Page 50: Longhorn Academy Server Management Dave & Sebastian.

CMDlets

•A cmdlet (pronounced "command-let") •is a single-feature command that manipulates objects in Windows PowerShell. •You can recognize CMDlets by their name format –

•a verb and noun separated by a dash (-), •Get-Help•Get-Process•Start-Service.

Page 51: Longhorn Academy Server Management Dave & Sebastian.

Don’t throw away any existing scripts or batch files – they can still be used!Don’t throw away any existing scripts or batch files – they can still be used!

Start using Windows PowerShell immediately!Start using Windows PowerShell immediately!

Don’t forget the power of the wildcard, such as “*”Don’t forget the power of the wildcard, such as “*”

Don’t deploy Windows PowerShell on any machine where it is not actually neededDon’t deploy Windows PowerShell on any machine where it is not actually needed

Centrally-Control Windows PowerShell security settings through GPOs – do it now!Centrally-Control Windows PowerShell security settings through GPOs – do it now!

Powershell - Recommendations

Page 52: Longhorn Academy Server Management Dave & Sebastian.

Windows Remote ManagementWindows Remote Management

Remote Hardware ManagementRemote Hardware Management

Winrm.cmdWinrm.cmd

PrerequisitesPrerequisites

BenefitsBenefits

Remote Management

Page 53: Longhorn Academy Server Management Dave & Sebastian.

Installation and ConfigurationInstallation and Configuration

Remote Management ArchitectureRemote Management Architecture

Scripting in Windows Remote ManagementScripting in Windows Remote Management

Authentication for Remote ConnectionsAuthentication for Remote Connections

Remote Management

Page 54: Longhorn Academy Server Management Dave & Sebastian.

Remotely connect WMI instrumentation for asset and configuration managementRemotely connect WMI instrumentation for asset and configuration management

Manage PCs in restricted environments (e.g. DMS, Internet, through firewalls/NATs)Manage PCs in restricted environments (e.g. DMS, Internet, through firewalls/NATs)

Execute remote scripts or command-line utilities with Windows Remote ShellExecute remote scripts or command-line utilities with Windows Remote Shell

Monitor PC health by forwarding events to a central collectorMonitor PC health by forwarding events to a central collector

Usage Scenarios

Page 55: Longhorn Academy Server Management Dave & Sebastian.

Group PoliciesFeature Description Benefit

XML-based policy definition files Administrative template files are replaced by an XML-based file format that incorporates multilanguage support and strong versioning.

•Group Policy tools display in the administrator's operating system language • Managing registry-based policy settings while accommodating automated or fully manual change management processes

Central store of ADMX files The central store is a domain-wide directory created in the Sysvol.

Reduces the need for additional storage and greater replication traffic resulting from increasing numbers of GPOs

Group Policy administrative tools read both ADMX and ADM files

Group Policy administrative tools use the core operating system ADMX files from the local machine before the creation of the central store. In addition, the administrative tools can read any other ADM file stored locally or in a GPO

Ensures interoperability with earlier platforms for administering Group Policy

Page 56: Longhorn Academy Server Management Dave & Sebastian.

To manage roles from a command prompt, use xxTo manage roles from a command prompt, use xx

For multiple server administration, use Windows xxFor multiple server administration, use Windows xx

For single server administration, use xxFor single server administration, use xx

For Remote Management, use xx (based on xx Standard)For Remote Management, use xx (based on xx Standard)

Use xx to collect Event Viewer logs from multiple serversUse xx to collect Event Viewer logs from multiple servers

Use xx for enterprise-wide managementUse xx for enterprise-wide management

General Recommendations

Page 57: Longhorn Academy Server Management Dave & Sebastian.

Q/A