MCTS Guide to Configuring Microsoft Windows Server 2008 Active Directory. Chapter 13: Server Management and Monitoring

Size: px
Start display at page:

Download "MCTS Guide to Configuring Microsoft Windows Server 2008 Active Directory. Chapter 13: Server Management and Monitoring"

Transcription

1 MCTS Guide to Configuring Microsoft Windows Server 2008 Active Directory Chapter 13: Server Management and Monitoring

2 Objectives Perform Active Directory maintenance tasks Monitor an Active Directory environment Manage a Server Core installation Use several command-line tools to manage a Windows Server 2008 environment MCTS Windows Server 2008 Active Directory 2

3 Windows Server Backup and Restore Windows Server Backup is new in Windows Server 2008 and supersedes NTBackup.exe Must be installed with Server Manager Some features and limitations Backups can be run manually or scheduled with Task Scheduler Separate files or folders can t be backed up; you can only choose which volumes to back up Scheduled backups require a dedicated fixed or removable disk as the backup destination when you re using Windows Server Backup Select one of the following options: Always perform full backup Always perform incremental backup Custom MCTS Windows Server 2008 Active Directory 3

4 Windows Server Backup and Restore (cont.) MCTS Windows Server 2008 Active Directory 4

5 Creating Scheduled Backups Scheduled backups give you the flexibility to run a backup at a particular time of the day, once per day, or multiple times per day Before using the Backup Schedule Wizard, know: What do you want to back up? When and how often should the backup occur? Where will backups be stored? MCTS Windows Server 2008 Active Directory 5

6 Creating Scheduled Backups (cont.) MCTS Windows Server 2008 Active Directory 6

7 Data Recovery You can recover files and folders, the system state, Active Directory, or the entire server from a backup Windows Server Backup can recover only files, folders, and volumes Command-line utilities used for more complete recovery To start the recovery process, click recover in the Actions pane of Windows Server Backup MCTS Windows Server 2008 Active Directory 7

8 Data Recovery (cont.) MCTS Windows Server 2008 Active Directory 8

9 Data Recovery (cont.) MCTS Windows Server 2008 Active Directory 9

10 Backup and Restore from the Command Line Windows Server Backup has less flexibility than its command-line equivalent utilities Wbadmin.exe can perform all tasks available in Windows Server Backup and more Perform a system state backup Recover the system state Delete a system state backup Restore or delete a backup catalog Most tasks with Wbadmin require you to be a member of the Backup Operators or Administrators group MCTS Windows Server 2008 Active Directory 10

11 Perform a System Recovery If full recovery is necessary, you need the Windows Server 2008 installation disk or access to Windows Recovery Environment (WinRE) Can be installed on a server s hard drive by pressing F8 when the boot process starts Can also be accessed from the Windows Server 2008 installation DVD You can restore a complete backup from a local or removable disk or a network location MCTS Windows Server 2008 Active Directory 11

12 Active Directory Backup and Restoration Active Directory is backed up when you perform a full backup of a domain controller or when you back up the volumes containing system recovery information Restoration can be authoritative or nonauthoritative Nonauthoritative restore restores the Active Directory database, or portions of it, and allows it to be updated through replication; requires a restart into Domain Services Restore Mode (DSRM) Authoritative restore ensures that restored objects aren t overwritten by changes from other domain controllers through replication MCTS Windows Server 2008 Active Directory 12

13 Active Directory Backup and Restoration (cont.) MCTS Windows Server 2008 Active Directory 13

14 Active Directory Defragmentation Active Directory database requires periodic maintenance in the form of defragmentation and compaction Online defragmentation occurs when garbage collection is performed Objects that have been deleted for more than 180 days are removed by garbage collection Object marked for removal after a period of time has been tombstoned Online defragmentation removes deleted objects but doesn t compact the database Offline defragmentation compacts the database Compaction is performed with the Ntdsutil program MCTS Windows Server 2008 Active Directory 14

15 Active Directory Monitoring Windows Server 2008 provides tools to manage and monitor server operation and resources, including the following: Event Viewer Task Manager Reliability and Performance Monitor Windows Server Resource Manager MCTS Windows Server 2008 Active Directory 15

16 Event Viewer Used to examine event log entries generated by system services and applications Events categorized by levels Information Indicated by blue i inside a white circle Warning Error Indicated by a black! inside a yellow triangle Indicated by a white! inside a red circle Selecting an event shows more detailed information MCTS Windows Server 2008 Active Directory 16

17 Event Viewer (cont.) MCTS Windows Server 2008 Active Directory 17

18 Task Manager Provides a simple interface for viewing the performance of a Windows computer Started by pressing Ctrl + alt + delete and then clicking Task Manager, by right-clicking the taskbar and clicking Task manager, or by typing Taskmgr into a command prompt Windows Server 2008 adds the Services and Resource Monitor tabs Shows real-time graphical display of: CPU utilization Disk utilization Network utilization Memory utilization MCTS Windows Server 2008 Active Directory 18

19 Task Manager (cont.) MCTS Windows Server 2008 Active Directory 19

20 Reliability and Performance Monitor Consists of a collection of tools Can be opened from Administrative tools folder or the Diagnostics node in Server Manager Contains the following folders: Monitoring Tools Data Collector sets Reports MCTS Windows Server 2008 Active Directory 20

21 Performance Monitor Uses counters to track performance of a variety of objects A counter is a value representing some aspect of an object s performance Counters exist for virtually every hardware and OS component on a server Performance monitor can track counters with a line graph, histogram, or as raw data saved to a report Can display counters in real time or from a saved log file MCTS Windows Server 2008 Active Directory 21

22 Performance Monitor (cont.) MCTS Windows Server 2008 Active Directory 22

23 Collecting Baseline Performance Data Using real-time monitoring can be difficult since there is no point of reference, or baseline, for comparing data To create a baseline, you create a data collector set that specifies the performance counters you want to collect Performance monitoring uses system resources Monitoring remotely can reduce the strain on a system MCTS Windows Server 2008 Active Directory 23

24 Collecting Baseline Performance Data (cont.) MCTS Windows Server 2008 Active Directory 24

25 Data Collector Sets A data collector set can contain a variety of types of information Performance counters Counter alerts Event traces System configuration Common use is to create a baseline Predefined data collector sets can be run as they are or used as templates to create user-defined data collector sets MCTS Windows Server 2008 Active Directory 25

26 Reports Reports folder contains reports generated from data collector sets User Defined subfolder contains reports generated by user-defined data collector sets System subfolder contains folders for each system data collector set After a data collector set runs, a report is generated automatically and placed in a folder with the name of the data collector set MCTS Windows Server 2008 Active Directory 26

27 Reports (cont.) MCTS Windows Server 2008 Active Directory 27

28 Reliability Monitor Tracks system changes and logs a variety of hardware and software failures Changes are indicated on a timeline graph Can track how stable / reliable your system has been over a period of time Icons that indicate failure, information, or warning are the same as those in Event Viewer Reliability monitor tracks five event types Software (Un)Install Application failures Hardware failures Windows failures Miscellaneous failures MCTS Windows Server 2008 Active Directory 28

29 Reliability Monitor (cont.) MCTS Windows Server 2008 Active Directory 29

30 Windows System Resource Manager Helps you manage processor and memory resource on heavily used systems Can fine-tune resource use so that each process has an equal share of resources WSRM includes the following features: Preconfigured and custom policies Policies based on calendar rules Automatic policy application Resource monitoring data MCTS Windows Server 2008 Active Directory 30

31 Windows System Resource Manager (cont.) MCTS Windows Server 2008 Active Directory 31

32 WSRM Management Policies WSRM is designed to be used on multipurpose servers with high CPU utilization WSRM doesn t apply CPU use policies until total utilization reaches 70% Preconfigured WSRM policies Equal_Per_Process Equal_Per_User Equal_Per_IISAppPool Equal_Per_Session Can use custom policies as well MCTS Windows Server 2008 Active Directory 32

33 Analyzing Active Directory Performance To ensure AD performance, monitor performance indicators such as: AD DS DNS Replication Active Directory Storage MCTS Windows Server 2008 Active Directory 33

34 Monitoring Active Directory Replication Replication of Active Directory is critical to the operation of a Windows Server 2008 domain Three tools can be used to monitor aspects of Active Directory replication Repadmin Replmon Dcdiag Replication and AD health should be verified proactively MCTS Windows Server 2008 Active Directory 34

35 Managing Server Core Administration of a Server Core installation is done primarily from the command line Server Core is ideal for virtualized installs Some aspects of Server Core can be managed remotely (usually MMC) MCTS Windows Server 2008 Active Directory 35

36 Common Server Core Configuration Tasks Tasks that might need to be performed Activating Windows Server 2008 Slmgr.vbs ato Changing the administrator password net user administrator * List installed features and roles Oclist Install new server roles and features Ocsetup Join a domain Netdom join computername /domain:domainname Installation of AD DS requires dcpromo to be run in unattended mode MCTS Windows Server 2008 Active Directory 36

37 Common Server Core Configuration Tasks (cont.) Dcpromo switches /replicaornewdomain /replicadomaindnsname /ConfirmGC /InstallDNS /UserName /Password /RebootOnSuccess /SafeModeAdminPassword MCTS Windows Server 2008 Active Directory 37

38 Managing Server Core Remotely Some snap-ins require no additional configuration Other snap-ins require reconfiguration of various firewall settings before you can connect To allow remote management of Server Core from any MMC, type the following: Netsh advfirewall firewall set rule group= Remote Administration new enable=yes Snap-ins that may require additional configuration Disk management Device manager IPSec Management Windows Firewall with Advanced Security MCTS Windows Server 2008 Active Directory 38

39 Additional Server and Active Directory Tools Additional tools for managing a Windows Server 2008 environment Bcdedit Dsacls Dsdbutil Dsmgmt Dfsutil Dnscmd Icacls Servermanagercmd Winrs Many more additional commands exist; for a more complete reference, visit the Microsoft Download Web site ( and search on Windows Command Reference MCTS Windows Server 2008 Active Directory 39

40 Chapter Summary Active Directory maintenance involves backup and restore of the server and the Active Directory database as well as offline maintenance tasks Windows Server Backup enables you to back up entire servers, volumes, and the system state The Active Directory database becomes fragmented over time; to ensure performance, use online defragmentation and offline defragmentation Four tools are commonly used to monitor and fine-tune the performance and reliability of Active Directory and the server: Event Viewer, Task Manager, Reliability and Performance Monitor, and Windows Server Resource Manager MCTS Windows Server 2008 Active Directory 40

41 Chapter Summary (cont.) Task Manager and Resource Monitor provide a real-time look at key performance indicators, such as CPU, disk, network, and memory utilization Reliability Monitor tracks several different system failures and includes a numeric indicator of your server s reliability Server Core has a minimal user interface and is ideal for branch office servers and for virtualizing servers performing particular roles Hundreds of command-line tools are available to manage all aspects of a Windows Server 2008 environment MCTS Windows Server 2008 Active Directory 41

Module 7 Management. Section 7.1: WSUS. CIST2414 Microsoft Server Administrator. Summary. Windows Server 2008 Server Administrator

Module 7 Management. Section 7.1: WSUS. CIST2414 Microsoft Server Administrator. Summary. Windows Server 2008 Server Administrator Module 7 Management In Module 7 students will learn how to manage the server by implementing a patch management, optimizing server performance, and configuring event logs. They will also learn about using

More information

SAM 8.0 Backup and Restore Guide. SafeNet Integration Guide

SAM 8.0 Backup and Restore Guide. SafeNet Integration Guide SAM 8.0 Backup and Restore Guide SafeNet Integration Guide Revision A November 2012 SAM 8.0 Backup and Restore Guide - SafeNet Integration Guide Introduction Copyright 2012 SafeNet, Inc. All rights reserved.

More information

MCTS/MCITP Exam 648. Maintaining an Active Directory Environment. Exam objectives in this chapter:

MCTS/MCITP Exam 648. Maintaining an Active Directory Environment. Exam objectives in this chapter: Chapter 5 MCTS/MCITP Exam 648 Maintaining an Active Directory Environment Exam objectives in this chapter: Backup and Recovery Offline Maintenance Monitoring Active Directory Exam objectives review: Summary

More information

MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration. Chapter 11 Managing and Monitoring a Windows Server 2008 Network

MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration. Chapter 11 Managing and Monitoring a Windows Server 2008 Network MCTS Guide to Microsoft Windows Server 2008 Network Infrastructure Configuration Chapter 11 Managing and Monitoring a Windows Server 2008 Network Objectives Use management consoles to maintain Windows

More information

MCTS Guide to Microsoft Windows 7. Chapter 10 Performance Tuning

MCTS Guide to Microsoft Windows 7. Chapter 10 Performance Tuning MCTS Guide to Microsoft Windows 7 Chapter 10 Performance Tuning Objectives Identify several key performance enhancements Describe performance tuning concepts Use Performance Monitor Use Task Manager Understand

More information

FIGURE 33.5. Selecting properties for the event log.

FIGURE 33.5. Selecting properties for the event log. 1358 CHAPTER 33 Logging and Debugging Customizing the Event Log The properties of an event log can be configured. In Event Viewer, the properties of a log are defined by general characteristics: log path,

More information

UNIT 5 ADDITIONAL PROJECTS BEFORE YOU BEGIN. Installing a Replica Domain Controller. You want to improve fault tolerance and performance on

UNIT 5 ADDITIONAL PROJECTS BEFORE YOU BEGIN. Installing a Replica Domain Controller. You want to improve fault tolerance and performance on UNIT 5 ADDITIONAL PROJECTS BEFORE YOU BEGIN The RODC must be configured to use the RWDC as its Preferred DNS Server. Active Directory is installed on the RWDC. The RODC must be a member server within the

More information

Active Directory 2008 Operations

Active Directory 2008 Operations The Essentials Series Active Directory 2008 Operations sponsored by by Greg Shields Understanding Active Directory Recovery in Windows Server 2008...1 Backing Up AD...1 Full Server Recovery of a Domain

More information

WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NETWORKER

WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NETWORKER TECHNICAL NOTES WINDOWS SERVER 2008 OFFLINE SYSTEM RECOVERY USING WINDOWS SERVER BACKUP WITH NETWORKER NETWORKER RELEASE 7.4 SERVICE PACK 2 AND LATER TECHNICAL NOTE P/N 300-010-339 REV A02 Table of Contents

More information

Server Manager Performance Monitor. Server Manager Diagnostics Page. . Information. . Audit Success. . Audit Failure

Server Manager Performance Monitor. Server Manager Diagnostics Page. . Information. . Audit Success. . Audit Failure Server Manager Diagnostics Page 653. Information. Audit Success. Audit Failure The view shows the total number of events in the last hour, 24 hours, 7 days, and the total. Each of these nodes can be expanded

More information

Module 10: Maintaining Active Directory

Module 10: Maintaining Active Directory Module 10: Maintaining Active Directory Contents Overview 1 Lesson: Introduction to Maintaining Active Directory 2 Lesson: Moving and Defragmenting the Active Directory Database 6 Lesson: Backing Up Active

More information

Course: WIN310. Student Lab Setup Guide. Summer 2010. Microsoft Windows Server 2003 Network Infrastructure (70-291)

Course: WIN310. Student Lab Setup Guide. Summer 2010. Microsoft Windows Server 2003 Network Infrastructure (70-291) Course: WIN310 Student Lab Setup Guide Summer 2010 Microsoft Windows Server 2003 Network Infrastructure (70-291) ISBN: 0-470-06887-6 Published by Wiley & Sons 1 STUDENT COMPUTER SETUP Hardware Requirements

More information

Backing Up and Recovering Your Server

Backing Up and Recovering Your Server 8 Backing Up and Recovering Your Server In this chapter, you will learn to: Understand Backup and Recovery (Pages 254 262) 33n Understand Backup and Recovery Terminology (Page 255) n Use Backup and Recovery

More information

Performance and Reliability Monitoring Step-by-Step Guide for

Performance and Reliability Monitoring Step-by-Step Guide for Page 1 of 17 2009 Microsoft Corporation. All rights reserved. Performance and Reliability Monitoring Step-by-Step Guide for Windows Server 2008 Updated: April 25, 2007 Windows Server 2008 includes Windows

More information

Understand Backup and Recovery Methods

Understand Backup and Recovery Methods Understand Backup and Recovery Methods Lesson Overview Understand backup and recovery methods. In this lesson, you will explore: Backup management Backup options Recovery methods Backup Management Windows

More information

SAM Backup and Restore Guide. SafeNet Integration Guide

SAM Backup and Restore Guide. SafeNet Integration Guide SAM Backup and Restore Guide SafeNet Integration Guide April 2011 Introduction Copyright 2011 SafeNet, Inc. All rights reserved. All attempts have been made to make the information in this document complete

More information

12 NETWORK MANAGEMENT

12 NETWORK MANAGEMENT 12 NETWORK MANAGEMENT PROJECTS Project 12.1 Project 12.2 Project 12.3 Project 12.4 Understanding Key Concepts Backing Up and Restoring Data Monitoring Computer Activity Configuring SNMP Support 276 Networking

More information

Configuring Windows Server 2008 Active Directory

Configuring Windows Server 2008 Active Directory Configuring Windows Server 2008 Active Directory Course Number: 70-640 Certification Exam This course is preparation for the Microsoft Technical Specialist (TS) exam, Exam 70-640: TS: Windows Server 2008

More information

Active Directory Infrastructure Design Document

Active Directory Infrastructure Design Document Active Directory Infrastructure Design Document Written By Sainath KEV Microsoft MVP Directory Services Microsoft Author TechNet Magazine, Microsoft Operations Framework Microsoft Speaker - Singapore Document

More information

ILTA 2013 - HAND 6B. Upgrading and Deploying. Windows Server 2012. In the Legal Environment

ILTA 2013 - HAND 6B. Upgrading and Deploying. Windows Server 2012. In the Legal Environment ILTA 2013 - HAND 6B Upgrading and Deploying Windows Server 2012 In the Legal Environment Table of Contents Purpose of This Lab... 3 Lab Environment... 3 Presenter... 3 Exercise 1 Add Roles and Features...

More information

Table of Contents. Online backup Manager User s Guide

Table of Contents. Online backup Manager User s Guide Table of Contents Backup / Restore Windows System State... 2 Supported versions... 2 Requirements and recommendations... 2 1.1 Overview... 4 1.2 How to backup Windows System State... 5 1.2.1 For Windows

More information

NovaBACKUP. User Manual. NovaStor / November 2011

NovaBACKUP. User Manual. NovaStor / November 2011 NovaBACKUP User Manual NovaStor / November 2011 2011 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to change without

More information

MCSE 2003. Core exams (Networking) One Client OS Exam. Core Exams (6 Exams Required)

MCSE 2003. Core exams (Networking) One Client OS Exam. Core Exams (6 Exams Required) MCSE 2003 Microsoft Certified Systems Engineer (MCSE) candidates on the Microsoft Windows Server 2003 track are required to satisfy the following requirements: Core Exams (6 Exams Required) Four networking

More information

How To Install And Configure Windows Server 2003 On A Student Computer

How To Install And Configure Windows Server 2003 On A Student Computer Course: WIN310 Student Lab Setup Guide Microsoft Windows Server 2003 Network Infrastructure (70-291) ISBN: 0-470-06887-6 STUDENT COMPUTER SETUP Hardware Requirements All hardware must be on the Microsoft

More information

MONITORING MICROSOFT WINDOWS SERVER 2003

MONITORING MICROSOFT WINDOWS SERVER 2003 1 Chapter 3 MONITORING MICROSOFT WINDOWS SERVER 2003 Chapter 3: MONITORING MICROSOFT WINDOWS SERVER 2003 2 CHAPTER OVERVIEW Use Event Viewer to monitor system logs. Configure Task Manager to display performance

More information

MCSE Objectives. Exam 70-236: TS:Exchange Server 2007, Configuring

MCSE Objectives. Exam 70-236: TS:Exchange Server 2007, Configuring MCSE Objectives Exam 70-236: TS:Exchange Server 2007, Configuring Installing and Configuring Microsoft Exchange Servers Prepare the infrastructure for Exchange installation. Prepare the servers for Exchange

More information

How to Test Out Backup & Replication 6.5 for Hyper-V

How to Test Out Backup & Replication 6.5 for Hyper-V How to Test Out Backup & Replication 6.5 for Hyper-V Mike Resseler May, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication

More information

4cast Client Specification and Installation

4cast Client Specification and Installation 4cast Client Specification and Installation Version 2015.00 10 November 2014 Innovative Solutions for Education Management www.drakelane.co.uk System requirements The client requires Administrative rights

More information

13 Managing Devices. Your computer is an assembly of many components from different manufacturers. LESSON OBJECTIVES

13 Managing Devices. Your computer is an assembly of many components from different manufacturers. LESSON OBJECTIVES LESSON 13 Managing Devices OBJECTIVES After completing this lesson, you will be able to: 1. Open System Properties. 2. Use Device Manager. 3. Understand hardware profiles. 4. Set performance options. Estimated

More information

Setting up Active Directory Domain Services

Setting up Active Directory Domain Services Setting up Active Directory Domain Services Tom Brett CREATING A SINGLE DOMAIN FOREST Once you have Windows Server 2008 R2 installed, it s pretty easy to create a domain you simply run the domain controller

More information

Advanced Event Viewer Manual

Advanced Event Viewer Manual Advanced Event Viewer Manual Document version: 2.2944.01 Download Advanced Event Viewer at: http://www.advancedeventviewer.com Page 1 Introduction Advanced Event Viewer is an award winning application

More information

C UNIT 9. Active Directory Maintenance and Troubleshooting

C UNIT 9. Active Directory Maintenance and Troubleshooting UN 9 Active irectory Maintenance and roubleshooting onna Warren 2005-2010 opics for this Unit he Active irectory database atabase defragmentation Moving the Active irectory database System State Backup

More information

Actualtests.com - The Power of Knowing

Actualtests.com - The Power of Knowing Explanation: We should use Global Security groups. QUESTION 87 You are the network administrator for Certkiller.com. Your network consists of a single Active Directory domain named Certkiller.com. All

More information

Searching for accepting?

Searching for accepting? If you have set up a domain controller previously with Windows 2000 Server, or Windows Server 2003, then you would be familiar with the dcpromo.exe command also be used to set up a Domain Controller on

More information

Active Directory Restoration

Active Directory Restoration Active Directory Restoration This document outlines the steps required to recover an Active Directory Infrastructure, running on Windows 2003 R2 Server Standard. The scope of this document covers the scenario

More information

Also on the Performance tab, you will find a button labeled Resource Monitor. You can invoke Resource Monitor for additional analysis of the system.

Also on the Performance tab, you will find a button labeled Resource Monitor. You can invoke Resource Monitor for additional analysis of the system. 1348 CHAPTER 33 Logging and Debugging Monitoring Performance The Performance tab enables you to view the CPU and physical memory usage in graphical form. This information is especially useful when you

More information

Microsoft. Jump Start. M11: Implementing Active Directory Domain Services

Microsoft. Jump Start. M11: Implementing Active Directory Domain Services Microsoft Jump Start M11: Implementing Active Directory Domain Services Rick Claus Technical Evangelist Microsoft Ed Liberman Technical Trainer Train Signal Jump Start Target Agenda Day One Day 1 Day 2

More information

Administration GUIDE. Exchange Database idataagent. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 233

Administration GUIDE. Exchange Database idataagent. Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 233 Administration GUIDE Exchange Database idataagent Published On: 11/19/2013 V10 Service Pack 4A Page 1 of 233 User Guide - Exchange Database idataagent Table of Contents Overview Introduction Key Features

More information

Chapter 5: Fundamental Operating Systems

Chapter 5: Fundamental Operating Systems Chapter 5: Fundamental Operating Systems IT Essentials: PC Hardware and Software v4.1 Chapter5 2007-2010 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Chapter 5 Objectives 5.1 Explain the purpose

More information

How to install Small Business Server 2003 in an existing Active

How to install Small Business Server 2003 in an existing Active Page 1 of 6 How to install Small Business Server 2003 in an existing Active Directory domain INTRODUCTION This article describes how to install a Microsoft Windows Small Business Server (SBS) 2003-based

More information

Dell Active Administrator 8.0

Dell Active Administrator 8.0 What s new in Dell Active Administrator 8.0 January 2016 Dell Active Administrator 8.0 is the upcoming release of Dell Software's complete solution for managing Microsoft Active Directory security auditing,

More information

Windows 2003 Performance Monitor. System Monitor. Adding a counter

Windows 2003 Performance Monitor. System Monitor. Adding a counter Windows 2003 Performance Monitor The performance monitor, or system monitor, is a utility used to track a range of processes and give a real time graphical display of the results, on a Windows 2003 system.

More information

Configure and Manage Server Core

Configure and Manage Server Core CHAPTER 2 Configure and Manage Server Core IN THIS CHAPTER. Determine Your Need for Server Core. Install Server Core. Configure Server Core Postinstallation. Manage Server Core. Incorporate Server Core

More information

1/5/2013. Technology in Action

1/5/2013. Technology in Action 0 1 2 3 4 5 6 Technology in Action Chapter 5 Using System Software: The Operating System, Utility Programs, and File Management Chapter Topics System software basics Types of operating systems What the

More information

MICROSOFT 70-687 EXAM QUESTIONS & ANSWERS

MICROSOFT 70-687 EXAM QUESTIONS & ANSWERS MICROSOFT 70-687 EXAM QUESTIONS & ANSWERS Number: 70-687 Passing Score: 700 Time Limit: 120 min File Version: 58.0 http://www.gratisexam.com/ MICROSOFT 70-687 EXAM QUESTIONS & ANSWERS Exam Name: Configuring

More information

Windows Server 2008 Administrator's Companion

Windows Server 2008 Administrator's Companion Windows Server 2008 Administrator's Companion Charlie Russel and Sharon Crawford PREVIEW CONTENT This excerpt contains uncorrected manuscript from an upcoming Microsoft Press title, for early preview,

More information

AccuGuard Enterprise for RDX User Guide V 1.0

AccuGuard Enterprise for RDX User Guide V 1.0 AccuGuard Enterprise for RDX User Guide V 1.0 P/N 1021248 Index Welcome... 1 Features... 2 Protection Plans... 2 Viewing Archived Data... 3 Restoring Data... 4 Overview of User Interface... 5 Archive Manager...

More information

Index C, D. Background Intelligent Transfer Service (BITS), 174, 191

Index C, D. Background Intelligent Transfer Service (BITS), 174, 191 Index A Active Directory Restore Mode (DSRM), 12 Application profile, 293 Availability sets configure possible and preferred owners, 282 283 creation, 279 281 guest cluster, 279 physical cluster, 279 virtual

More information

Windows 2000 Professional User Manual

Windows 2000 Professional User Manual Chapter 8: Managing the Computer Page 1 of 12 Chapter 8: Managing the Computer Managing computers means many things to many people. Everyone can find some common ground, though, especially power users.

More information

Sophos Anti-Virus for NetApp Storage Systems startup guide. Runs on Windows 2000 and later

Sophos Anti-Virus for NetApp Storage Systems startup guide. Runs on Windows 2000 and later Sophos Anti-Virus for NetApp Storage Systems startup guide Runs on Windows 2000 and later Document date: July 2007 Contents About this guide...4 About Sophos Anti-Virus for NetApp Storage Systems...5

More information

Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services

Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services Course Number: 6425C Course Length: 5 Days Course Overview This five-day course provides in-depth training on implementing,

More information

Hands-On Microsoft Windows Server 2008

Hands-On Microsoft Windows Server 2008 Hands-On Microsoft Windows Server 2008 Chapter 10 Managing System Reliability and Availability Using and Configuring Event Viewer Event Viewer Houses the event logs that record information about all types

More information

Dell Recovery Manager for Active Directory 8.6. Quick Start Guide

Dell Recovery Manager for Active Directory 8.6. Quick Start Guide Dell Recovery Manager for Active Directory 8.6 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

Implementing, Managing, and Maintaining a Microsoft Windows Server 2003 Network Infrastructure

Implementing, Managing, and Maintaining a Microsoft Windows Server 2003 Network Infrastructure Question Number (ID) : 1 (wmpmsp_mngnwi-121) You are an administrator for an organization that provides Internet connectivity to users from the corporate network. Several users complain that they cannot

More information

המרכז ללימודי חוץ המכללה האקדמית ספיר. ד.נ חוף אשקלון 79165 טל'- 08-6801535 פקס- 08-6801543 בשיתוף עם מכללת הנגב ע"ש ספיר

המרכז ללימודי חוץ המכללה האקדמית ספיר. ד.נ חוף אשקלון 79165 טל'- 08-6801535 פקס- 08-6801543 בשיתוף עם מכללת הנגב עש ספיר מודולות הלימוד של מייקרוסופט הקורס מחולק ל 4 מודולות כמפורט:.1Configuring Microsoft Windows Vista Client 70-620 Installing and upgrading Windows Vista Identify hardware requirements. Perform a clean installation.

More information

Backup Exec Private Cloud Services. Planning and Deployment Guide

Backup Exec Private Cloud Services. Planning and Deployment Guide Backup Exec Private Cloud Services Planning and Deployment Guide Chapter 1 Introducing Backup Exec Private Cloud Services This chapter includes the following topics: About Backup Exec Private Cloud Services

More information

Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2)

Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2) Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2) Hyper-V Manager Hyper-V Server R1, R2 Intelligent Power Protector Main

More information

Dell UPS Local Node Manager USER'S GUIDE EXTENSION FOR MICROSOFT VIRTUAL ARCHITECTURES Dellups.com

Dell UPS Local Node Manager USER'S GUIDE EXTENSION FOR MICROSOFT VIRTUAL ARCHITECTURES Dellups.com CHAPTER: Introduction Microsoft virtual architecture: Hyper-V 6.0 Manager Hyper-V Server (R1 & R2) Hyper-V Manager Hyper-V Server R1, Dell UPS Local Node Manager R2 Main Operating System: 2008Enterprise

More information

Hands-On Microsoft Windows Server 2008

Hands-On Microsoft Windows Server 2008 Hands-On Microsoft Windows Server 2008 Chapter 9 Server and Network Monitoring Objectives Understand the importance of server monitoring Monitor server services and solve problems with services Use Task

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Microsoft Corporation Published: December 2005 Table of Contents Getting Started Guide...1 Table of Contents...2 Get Started with Windows Server 2003 R2...4 Windows Storage Server

More information

Windows 7, Enterprise Desktop Support Technician

Windows 7, Enterprise Desktop Support Technician Course 50331D: Windows 7, Enterprise Desktop Support Technician Page 1 of 11 Windows 7, Enterprise Desktop Support Technician Course 50331D: 4 days; Instructor-Led Introduction This four-day instructor-ledcourse

More information

Sophos Enterprise Console Help. Product version: 5.1 Document date: June 2012

Sophos Enterprise Console Help. Product version: 5.1 Document date: June 2012 Sophos Enterprise Console Help Product version: 5.1 Document date: June 2012 Contents 1 About Enterprise Console...3 2 Guide to the Enterprise Console interface...4 3 Getting started with Sophos Enterprise

More information

Features - Microsoft Data Protection Manager

Features - Microsoft Data Protection Manager Page 1 of 36 Features - Microsoft Data Protection Manager TABLE OF CONTENTS OVERVIEW NEW FEATURES SYSTEM REQUIREMENTS SUPPORTED FEATURES GETTING STARTED - DATA PROTECTION MANAGER DEPLOYMENT GETTING STARTED

More information

Active Directory Disaster Recovery Workshop. Lab Manual Revision 1.7

Active Directory Disaster Recovery Workshop. Lab Manual Revision 1.7 Active Directory Disaster Recovery Workshop Lab Manual Revision 1.7 Table of Contents LAB 1: Introduction to the Lab Environment... 1 Goals... 1 Introduction... 1 Exercise 1: Inspect the Lab Environment...

More information

HOUR 3. Installing Windows Server 2003

HOUR 3. Installing Windows Server 2003 HOUR 3 Installing Windows Server 2003 In this hour, we discuss the different types of Windows Server 2003 installations, such as upgrading an existing server or making a clean install on a server that

More information

Windows 10 and Enterprise Mobility

Windows 10 and Enterprise Mobility Windows 10 and Enterprise Mobility Deploying Windows 10 using Microsoft Deployment Toolkit The exercises in this lab guide show how to deploy Windows 10 by using Microsoft Deployment Toolkit (MDT) 2013

More information

70-640 R4: Configuring Windows Server 2008 Active Directory

70-640 R4: Configuring Windows Server 2008 Active Directory 70-640 R4: Configuring Windows Server 2008 Active Directory Course Introduction Course Introduction Chapter 01 - Installing the Active Directory Role Lesson: What is IDA? What is Active Directory Identity

More information

Directory, Configuring

Directory, Configuring MCTS 70-640 Cert Guide: Windows Server 2008 Active Directory, Configuring Don Poulton Pearson 800 East 96th Street Indianapolis, Indiana 46240 USA iv MCTS 70-640 Cert Guide: Windows Server 2008 Active

More information

Backup and Restore of CONFIGURATION Object on Windows 2008

Backup and Restore of CONFIGURATION Object on Windows 2008 Backup and Restore of CONFIGURATION Object on Windows 2008 Technical Whitepaper Contents Introduction... 3 CONFIGURATION Backup... 3 Windows configuration objects... 3 Active Directory... 4 DFS... 4 DHCP

More information

Configure Cisco Emergency Responder Disaster Recovery System

Configure Cisco Emergency Responder Disaster Recovery System Configure Cisco Emergency Responder Disaster Recovery System Disaster Recovery System overview, page 1 Backup and restore procedures, page 2 Supported features and components, page 4 System requirements,

More information

User Guide. CTERA Agent. August 2011 Version 3.0

User Guide. CTERA Agent. August 2011 Version 3.0 User Guide CTERA Agent August 2011 Version 3.0 Copyright 2009-2011 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without written permission

More information

Introduction: Using Windows Server 2008 How-To p. 1 How to Educate Yourself About Windows Server 2008 p. 2 How to Benefit from This Book p.

Introduction: Using Windows Server 2008 How-To p. 1 How to Educate Yourself About Windows Server 2008 p. 2 How to Benefit from This Book p. Introduction: Using Windows Server 2008 How-To p. 1 How to Educate Yourself About Windows Server 2008 p. 2 How to Benefit from This Book p. 2 How to Continue Expanding Your Knowledge p. 4 Perform the Installation

More information

Installation Manual for Multi-purpose Ecological Risk Assessment and Management Tool (AIST-MeRAM) For Windows 8

Installation Manual for Multi-purpose Ecological Risk Assessment and Management Tool (AIST-MeRAM) For Windows 8 Installation Manual for Multi-purpose Ecological Risk Assessment and Management Tool (AIST-MeRAM) For Windows 8 December 25, 2014 National Institute of Advanced Industrial Science and Technology (AIST)

More information

Windows 2003 Server Installation Guide

Windows 2003 Server Installation Guide Windows 2003 Server Installation Guide Revision 2.0 April 14, 2011 Licenses This manual is the exclusive property of Prometric, Inc. This manual is licensed for use with restrictions to authorized centers

More information

MCSA Objectives. Exam 70-236: TS:Exchange Server 2007, Configuring

MCSA Objectives. Exam 70-236: TS:Exchange Server 2007, Configuring MCSA Objectives Exam 70-236: TS:Exchange Server 2007, Configuring Installing and Configuring Microsoft Exchange Servers Prepare the infrastructure for Exchange installation. Prepare the servers for Exchange

More information

MOC 5047B: Intro to Installing & Managing Microsoft Exchange Server 2007 SP1

MOC 5047B: Intro to Installing & Managing Microsoft Exchange Server 2007 SP1 MOC 5047B: Intro to Installing & Managing Microsoft Exchange Server 2007 SP1 Course Number: 5047B Course Length: 3 Days Certification Exam This course will help you prepare for the following Microsoft

More information

Server Installation: ServerTools

Server Installation: ServerTools Server Installation: ServerTools ServerTools Page 1 Table of Contents To Install ServerTools...3 Backup and Restore...6 Purpose...6 Background...6 Requirements...6 Creating a Backup Schedule using the

More information

How to Configure Microsoft System Operation Manager to Monitor Active Directory, Group Policy and Exchange Changes Using NetWrix Active Directory

How to Configure Microsoft System Operation Manager to Monitor Active Directory, Group Policy and Exchange Changes Using NetWrix Active Directory How to Configure Microsoft System Operation Manager to Monitor Active Directory, Group Policy and Exchange Changes Using NetWrix Active Directory Change Reporter Table of Contents General Information...

More information

Southern Maine Community College Computer Technology Professor Howard Burpee. Installing Windows 7

Southern Maine Community College Computer Technology Professor Howard Burpee. Installing Windows 7 Southern Maine Community College Computer Technology Installing Windows 7 Objectives: How-to install Windows 7 using all best practices Understand the installation DVD / UFD boot process Utilize the repair

More information

EVault for Data Protection Manager. Course 301 Server Protection with DPM File and System State

EVault for Data Protection Manager. Course 301 Server Protection with DPM File and System State EVault for Data Protection Manager Course 301 Server Protection with DPM File and System State Table of Contents Objectives... 3 Scenario... 3 Estimated Time to Complete This Lab... 3 Requirements for

More information

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL SOS Online Backup USER MANUAL HOW TO INSTALL THE SOFTWARE 1. Download the software from the website: http://www.sosonlinebackup.com/download_the_software.htm 2. Click Run to install when promoted, or alternatively,

More information

Lesson Plans Microsoft s Managing and Maintaining a Microsoft Windows Server 2003 Environment

Lesson Plans Microsoft s Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson Plans Microsoft s Managing and Maintaining a Microsoft Windows Server 2003 Environment (Exam 70-290) Table of Contents Table of Contents... 1 Course Overview... 2 Section 0-1: Introduction... 4

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

MONITORING PERFORMANCE IN WINDOWS 7

MONITORING PERFORMANCE IN WINDOWS 7 MONITORING PERFORMANCE IN WINDOWS 7 Performance Monitor In this demo we will take a look at how we can use the Performance Monitor to capture information about our machine performance. We can access Performance

More information

Jetico Central Manager. Administrator Guide

Jetico Central Manager. Administrator Guide Jetico Central Manager Administrator Guide Introduction Deployment, updating and control of client software can be a time consuming and expensive task for companies and organizations because of the number

More information

Introduction to Windows Server 2003

Introduction to Windows Server 2003 CHAPTER Introduction to Windows Server 2003 After reading this chapter and completing the exercises, you will be able to: Differentiate between the different editions of Windows Server 2003 Explain Windows

More information

CTERA Agent for Windows

CTERA Agent for Windows User Guide CTERA Agent for Windows September 2013 Version 4.0 Copyright 2009-2013 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without

More information

Microsoft Virtual Labs. Active Directory New User Interface

Microsoft Virtual Labs. Active Directory New User Interface Microsoft Virtual Labs Active Directory New User Interface 2 Active Directory New User Interface Table of Contents Active Directory New User Interface... 3 Exercise 1 User Management and Saved Queries...4

More information

Windows Server 2008 R2 Essentials

Windows Server 2008 R2 Essentials Windows Server 2008 R2 Essentials Installation, Deployment and Management 2 First Edition 2010 Payload Media. This ebook is provided for personal use only. Unauthorized use, reproduction and/or distribution

More information

In the Active Directory Domain Services Window, click Active Directory Domain Services.

In the Active Directory Domain Services Window, click Active Directory Domain Services. Installing the Active Directory Domain Services Role Press the Ctrl-Alt-Del on the xxrwdc computer. Log in as the default administrator of the local computer with the username Administrator and cisisthebest!

More information

Server Core Installation Option of Windows Server 2008 Step-By-Step Guide What is a Server Core installation? Benefits of a Server Core installation

Server Core Installation Option of Windows Server 2008 Step-By-Step Guide What is a Server Core installation? Benefits of a Server Core installation Server Core Installation Option of Windows Server 2008 Step-By-Step Guide This step-by-step guide provides instructions for building a server in your test lab that is based on the Server Core installation

More information

How To Install The Exchange Idataagent On A Windows 7.5.1 (Windows 7) (Windows 8) (Powerpoint) (For Windows 7) And Windows 7 (Windows) (Netware) (Operations) (X

How To Install The Exchange Idataagent On A Windows 7.5.1 (Windows 7) (Windows 8) (Powerpoint) (For Windows 7) And Windows 7 (Windows) (Netware) (Operations) (X Page 1 of 208 User Guide - Exchange Database idataagent TABLE OF CONTENTS OVERVIEW Introduction Key Features Add-On Components Customized Features for Your Exchange Version Terminology SYSTEM REQUIREMENTS

More information

Microsoft Windows 7. Administration. Instant Reference. William Panek WILEY. Wiley Publishing, Inc.

Microsoft Windows 7. Administration. Instant Reference. William Panek WILEY. Wiley Publishing, Inc. Microsoft Windows 7 Administration Instant Reference William Panek WILEY Wiley Publishing, Inc. Introduction xix PART I: Installation 1 Chapter 1: Installing Windows 7 3 Understand Windows 7's New Features

More information

NetIQ Advanced Authentication Framework - Administrative Tools. Installation Guide. Version 5.1.0

NetIQ Advanced Authentication Framework - Administrative Tools. Installation Guide. Version 5.1.0 NetIQ Advanced Authentication Framework - Administrative Tools Installation Guide Version 5.1.0 Table of Contents 1 Table of Contents 2 Introduction 3 About This Document 3 NetIQ Advanced Authentication

More information

Desktop Surveillance Help

Desktop Surveillance Help Desktop Surveillance Help Table of Contents About... 9 What s New... 10 System Requirements... 11 Updating from Desktop Surveillance 2.6 to Desktop Surveillance 3.2... 13 Program Structure... 14 Getting

More information

4cast Server Specification and Installation

4cast Server Specification and Installation 4cast Server Specification and Installation Version 2015.00 10 November 2014 Innovative Solutions for Education Management www.drakelane.co.uk System requirements Item Minimum Recommended Operating system

More information

Lenovo Online Data Backup User Guide Version 1.8.14

Lenovo Online Data Backup User Guide Version 1.8.14 Lenovo Online Data Backup User Guide Version 1.8.14 Contents Chapter 1: Installing Lenovo Online Data Backup...5 Downloading the Lenovo Online Data Backup Client...5 Installing the Lenovo Online Data

More information

Course Outline. Course 6419 : Configuring, Managing and Maintaining Windows Server 2008-based Servers. Duration: 5 Days

Course Outline. Course 6419 : Configuring, Managing and Maintaining Windows Server 2008-based Servers. Duration: 5 Days Course 6419 : Configuring, Managing and Maintaining Windows Server 2008-based Servers Duration: 5 Days What you will learn This five-day instructor-led course provides students with the knowledge and skills

More information

Get Success in Passing Your Certification Exam at first attempt!

Get Success in Passing Your Certification Exam at first attempt! Get Success in Passing Your Certification Exam at first attempt! Vendor: Microsoft Exam Code: 70-417 Exam Name: Microsoft Upgrading Your Skills to MCSA Windows Server 2012 Exam Version: Demo Question:

More information

CTERA Agent for Windows

CTERA Agent for Windows User Guide CTERA Agent for Windows May 2012 Version 3.1 Copyright 2009-2012 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without written

More information