CHAPTER 1 AUDITING WINDOWS 2000/2003 INTRODUCTION

Size: px
Start display at page:

Download "CHAPTER 1 AUDITING WINDOWS 2000/2003 INTRODUCTION"

Transcription

1 CHAPTER 1 AUDITING WINDOWS 2000/2003 INTRODUCTION Introduction Most companies run at least some, if not all, Windows computers. Of those companies that run Windows computers, the vast majority also use Active Directory (AD) to control the network environment. This includes control over the network, security, and access to resources. Active Directory is not as complicated as many think, since it is really a combination of domain controllers, servers, and clients. It is important to understand that the domain model has changed dramatically from Windows NT 4.0 to Windows 2000 and Server Windows NT used a domain model that relied on a Security Accounts Manager (SAM). Windows 2000 and Server 2003 rely on Active Directory. In almost every instance, the Active Directory model is much better than the SAM foundation. In this handbook, we will not be focusing on the member servers and client computers. Instead, we will focus on the Active Directory infrastructure itself, as well as Group Policy (GPOs). If you have never audited Windows Active Directory or GPOs, or have only audited them a couple of times, this book is ideal for you. There is a significant difference between auditing a Windows Active Directory domain and auditing Active Directory itself. To include GPOs in the audit is radical thinking. However, I feel that the Active Directory and GPOs hold the key security configurations and settings that hold the network security together. I find that many auditors still think about Windows domains the way they did in Windows NT, not like an Active Directory domain. For those of you who have audited numerous Active Directory domains (I have only met about two in a thousand auditors), this handbook is also ideal for you. It will expand your knowledge and push the limits of what your audit program includes, and there will be at least five control points that you don t currently check. Furthermore, we will dive directly into the Active Directory infrastructure and GPO settings that are essential to the security of the enterprise. This book exposes all of the nooks and crannies that need to be audited. You will see that we focus on domain controllers, since these are the computers that store, control, and manage Active Directory. I feel that if the security control points, understanding of AD, function of GPOs, and target goals are understood, then the audit will go smoother and faster. This book will solve all of those issues for you.

2 We will start by discussing some terminology that can help you gather more information and perform better interviews. Being able to talk the talk with the IT and security administrators can go a long way. The terminology will also help in the evaluation and analysis of the audit data that is provided. Wading through the sea of three- and four-letter acronyms can be a full-time job. Understanding what each term means and how the audit fits into the terminology can help make your audit more efficient. Next, we pinpoint where each control point resides for a server. Many of the control points for servers overlap those for clients, but the control point configuration and focus might be different than that of a client. The structure of each control point is as follows: What is the control point? Why is the control point important? Which computers should be examined to audit the control point? Which control point details should be audited? How will the control point be audited? Example control point report. After the control points, we will discuss how to structure the audit with regard to the aspects of the domain. Scoping which computers and settings should be audited can be highly beneficial. I will illustrate some different tactics for the sampling procedure, which might allow you to streamline the selection and evaluation process. Finally, I will lay out a detailed audit plan that will allow you to take the knowledge you learned and put it into action. With this structure, you will have all of the information required to perform a successful and efficient audit of servers on the network. Essential Windows Network and Security Concepts and Tools All auditors find out very quickly that there are at least two rather large hurdles when it comes to working with Windows Auditing and Security. The first is accommodating the IT staff and the second is the Windows terminology. As with any highly specialized professional, the IT employee maintains some level of confidence with his or her expertise. However, this confidence may lead to difficulty in the working relationship with auditors. I have found that the auditor can circumvent this by being polite, intelligent, steadfast, and well-rounded with the terminology.

3 For the second point, it is really a matter of education. You can see something ten times and still not remember what it is. However, when you are taught, you will remember it. My goal is to teach you some quick and easy ways to remember what each technology does for a Windows environment. Windows Terminology Defined We will first start off with some basic Windows terminology. Some of these terms also work for other operating systems, but they are key to Windows. Workgroup A group of computers that are networked where each computer authenticates access to resources stored on the computer by using local SAM user and group accounts. The administration model here is decentralized. Domain A group of computers that are networked where dedicated servers (called domain controllers) authenticate access to resources stored on servers and clients using the Active Directory database. The administration model is centralized. SAM Security Accounts Manager. The SAM is used in two different areas. First, it is the Windows NT database that contains user, group, and computer accounts for the domain. Second, every Windows NT, 2000, XP, and 2003 computer has a local SAM, which contains local user and group accounts. Active Directory Dynamic database that contains user, group, and computer accounts for the domain. Domain Controller Servers that store the Active Directory database. The primary function of these servers is to authenticate user logons and deploy security using Group Policy. LDAP Lightweight Directory Access Protocol. This protocol is used to communicate, reading and writing, with the Active Directory database. DNS Domain Naming System. This is the locator service for all Active Directory computers and Active Directory-based services. When a computer needs to find another computer on the network, it uses DNS to find the IP of the computer. ACL Access Control List. Term used to reference the list of users and groups that have permission to access a resource. DACL Discretionary Access Control List The official term used to define the list of users and groups that have permission to access a resource. SACL System Access Control List Determines the list of users and groups that will be audited when accessing the resource. Privileges This is also known as User Rights. User Rights are unique for each computer and determine which users can perform administrative and privileged tasks on that computer. Shared Folder A folder that is available to other computers on the network. The folder will be shown with a small hand under the folder in the interface.

4 Baselines, Security Templates, and Windows Baseline Tools A security baseline is typically defined as a set of security settings for computers that meet the minimum requirements for the organization. The baseline can be self-made or based on a standard from Microsoft or other vendors that produce baseline configurations. If the baseline is detailed enough, a baseline might become the company security policy. There can be baseline configurations for different types of computers on the network. Typical baselines exist for the following types of computers: Domain Controllers File Servers IAS Servers IIS Servers Infrastructure Servers Member Servers Print Servers Clients Each type of computer can be broken down into different categories, depending on the security needs of the organization. These baselines are typically documented and deployed using security templates. Security templates are simple documents that interface with the policies that configure the computer s security. These security templates typically have an INF file extension and are very easy to move around since they are so small. The security templates are deployed to computers in several ways: Manually This process is cumbersome and not done very often. This requires that each computer be visited and the security template be applied one computer at a time. Automated Script This is often the solution for environments that don t rely on Active Directory, but still need the Windows computers to meet a minimum baseline. Group Policy This is the most common scenario for deploying security templates, which can be easily imported into a GPO for consistent and targeted application to computers. The tools that are used to deploy security baselines using security templates include the following: Secedit Command This is the scripting method for deploying a security template to a computer. This is a built-in tool. Security Templates Snap-in This tool is used in conjunction with the MMC (see below). It allows easy creation and management of security templates.

5 Security Configuration and Analysis Tool This tool is used in conjunction with the MMC (see below). It is designed to deploy security templates to a single computer. Group Policy GPOs are a function of an Active Directory enterprise and support the importing of security templates and their settings. GPOs provide an efficient method for configuring multiple computers with the same security template. Essential Tools of the Trade There are some tools that are essential for establishing security, performing audits on Windows environments, and keeping up-to-date with other resources. There are also some Web sites that are important to visit often, since they are constantly changing and updating materials. Administrative Tools These tools are the tool belt for the administrator. They include management of Active Directory, DNS, GPOs, Event Viewer, and remote computers. The tools come standard with a domain controller, but servers and clients need to install adminpak.msi to access all of the Active Directory tools and service tools. TIP: If the computer you are auditing is not designed for administrators, it should not have the adminpak.msi or administrator tools installed on it. Microsoft Management Console (MMC) This is not really a tool in the sense that you can use the MMC to perform a task. Rather, the MMC is a shell to which other snap-ins are added. The snap-ins are the actual tools. Just type MMC at the Start Run textbox and it will launch the MMC. Computer Management This is one of the Administrative Tools and is also a snap-in. The reason for mentioning it separately is because of the power the tool provides for auditors and security administrators alike. The tool can list shares, services, local SAM, and event viewer information for any computer in the domain. Microsoft Baseline Security Analyzer (MBSA) This is a free tool from Microsoft that you can download and use to analyze key security settings on any computer. The tool can be downloaded from The tool is designed to analyze and report on the most important aspects of a computer s security. Key configurations such as file system, blank passwords, update levels, and shares are just some of the settings MBSA can analyze. DumpSec When it comes to other tools useful for auditing Windows, one sticks out from the others. The DumpSec tool is one of the best tools for gathering this information. The tool is free and can be downloaded from The tool can be used locally or remotely, as long as you have administrative privilege to the computer. The current version is v2.8.2.

6 Resource Kit This is not a default tool, but includes a suite of tools by Microsoft. Documentation also comes along with the kit, but the tools are essential for auditors. To download the tools for free, you can go to this link: (Sorry for the lengthy string, but this is the only link where I can find the tools.) TechNet TechNet is not a tool in terms of a typical application, it is the end-all, de facto documentation that Microsoft produces. The tool is worth its weight in gold and maybe diamonds. The tool consists of a new CD/DVD every month that contains the latest knowledge-base articles, Q articles, white papers, and other documentation that is produced from Microsoft. TechNet covers all applications and operating systems all of them! You can get it for $349 a year at Key Web Sites As a trainer, speaker, author, and consultant, I feel that education is key! Here are some Web sites that are constantly being updated with new articles and information regarding Windows auditing and security

7 Additional Tools I am a huge proponent of free tools. In this book, you will only be introduced to the tools that don t cost you anything. I know fully that auditors must work with a small budget, if they are afforded a budget for tools at all. However, I can t discount the amazing tools that are out on the market for auditing Windows. These tools provide reporting, summarizing, and querying that surpass the free tools. If you are working too hard with the free tools and need some help optimizing and making your audit more efficient, check out some of these companies and their tools. GFI LanGuard This is a suite of tools that help track, report, and protect the network. NetPro ChangeAuditor This tool tracks when any change occurs to Active Directory or related services. BindView Vulnerability Management This tool helps proactively audit the key security settings on the Windows network. Symantec Enterprise Security Manager This tool provides integrated auditing and security management for Windows and many other platforms. SystemTools Hyena This tool is an excellent reporting tool for users, groups, resources, and much more. Aelita InTrust This tool provides consolidation, reporting, and analysis of auditing information.

Auditing Security and Controls of Windows Active Directory Domains

Auditing Security and Controls of Windows Active Directory Domains von Derek Melber Derek Melber, MCSE, CISM, is one of the leading technical instructors, authors, and consultants in the nation, with an innate understanding of how to decipher, organize, and communicate

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

The Administrator Shortcut Guide tm. Active Directory Security. Derek Melber, Dave Kearns, and Beth Sheresh

The Administrator Shortcut Guide tm. Active Directory Security. Derek Melber, Dave Kearns, and Beth Sheresh The Administrator Shortcut Guide tm To Active Directory Security Derek Melber, Dave Kearns, and Beth Sheresh Chapter 4: Delegating Administrative Control...68 Data Administration...69 Delegating GPO Administration

More information

7 Tips for Achieving Active Directory Compliance. By Darren Mar-Elia

7 Tips for Achieving Active Directory Compliance. By Darren Mar-Elia 7 Tips for Achieving Active Directory Compliance By Darren Mar-Elia Contents 7 Tips for Achieving Active Directory Compliance...2 Introduction...2 The Ups and Downs of Native AD Auditing...2 The Ups!...3

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

Table Of Contents. - Microsoft Windows - WINDOWS XP - IMPLEMENTING & SUPPORTING MICROSOFT WINDOWS XP PROFESSIONAL...10

Table Of Contents. - Microsoft Windows - WINDOWS XP - IMPLEMENTING & SUPPORTING MICROSOFT WINDOWS XP PROFESSIONAL...10 Table Of Contents - - WINDOWS SERVER 2003 MAINTAINING AND MANAGING ENVIRONMENT...1 WINDOWS SERVER 2003 IMPLEMENTING, MANAGING & MAINTAINING...6 WINDOWS XP - IMPLEMENTING & SUPPORTING MICROSOFT WINDOWS

More information

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

MOC 6419: Configuring, Managing, and Maintaining Windows Server 2008

MOC 6419: Configuring, Managing, and Maintaining Windows Server 2008 1 of 6 1/6/2010 3:23 PM MOC 6419: Configuring, Managing, and Maintaining Windows Server 2008 This five-day instructor-led course combines five days worth of instructor-led training content from the Network

More information

Outline SSS6425 - Configuring and Troubleshooting Windows Server 2008 Active Directory

Outline SSS6425 - Configuring and Troubleshooting Windows Server 2008 Active Directory Outline SSS6425 - Configuring and Troubleshooting Windows Server 2008 Active Directory Duration: Four consecutive Saturdays About this Course This instructor-led course provides the knowledge and skills

More information

Directory-enabled Lights-Out Management

Directory-enabled Lights-Out Management Directory-enabled Lights-Out Management white paper Abstract... 2 Remote management products... 2 Business needs... 3 Customer environment... 3 Benefits... 3 Directory architecture... 4 Overview... 4 Objects...

More information

Advanced Audit Policy Configurations for LT Auditor+ Reference Guide

Advanced Audit Policy Configurations for LT Auditor+ Reference Guide Advanced Audit Policy Configurations for LT Auditor+ Reference Guide Contents WINDOWS AUDIT POLICIES REQUIRED FOR LT AUDITOR+....3 ACTIVE DIRECTORY...3 Audit Policy for the Domain...3 Advanced Auditing

More information

Configuring Managing and Maintaining Windows Server 2008 Servers (6419B)

Configuring Managing and Maintaining Windows Server 2008 Servers (6419B) Configuring Managing and Maintaining Windows Server 2008 Servers (6419B) Who Should Attend This course is intended for Windows Server administrators who operate Windows Servers on a daily basis and want

More information

Installing, Configuring, and Managing a Microsoft Active Directory

Installing, Configuring, and Managing a Microsoft Active Directory Installing, Configuring, and Managing a Microsoft Active Directory Course Outline Part 1: Configuring and Managing Active Directory Domain Services Installing Active Directory Domain Services Managing

More information

Guide to deploy MyUSBOnly via Windows Logon Script Revision 1.1. Menu

Guide to deploy MyUSBOnly via Windows Logon Script Revision 1.1. Menu Menu INTRODUCTION...2 HOW DO I DEPLOY MYUSBONLY ON ALL OF MY COMPUTERS...3 ADMIN KIT...4 HOW TO SETUP A LOGON SCRIPTS...5 Why would I choose one method over another?...5 Can I use both methods to assign

More information

Configuring, Managing and Maintaining Windows Server 2008 Servers

Configuring, Managing and Maintaining Windows Server 2008 Servers Configuring, Managing and Maintaining Windows Server 2008 Servers MOC6419 About this Course This five-day instructor-led course combines five days worth of instructor-led training content from the Network

More information

6419: Configuring, Managing, and Maintaining Server 2008

6419: Configuring, Managing, and Maintaining Server 2008 6419: Configuring, Managing, and Maintaining Server 2008 Course Number: 6419 Category: Technical Duration: 5 days Course Description This five-day instructor-led course combines five days worth of instructor-led

More information

Session 17 Windows 7 Professional DNS & Active Directory(Part 2)

Session 17 Windows 7 Professional DNS & Active Directory(Part 2) Session 17 Windows 7 Professional DNS & Active Directory(Part 2) Fall 2011 ITE153 Operating Systems 1 Session 17 Windows 7 Professional Operating in Microsoft Networks Fall 2011 ITE153 Operating Systems

More information

THE POWER OF GROUP POLICY

THE POWER OF GROUP POLICY Specops Software presents: THE POWER OF GROUP POLICY By Danielle Ruest and Nelson Ruest The Power of Group Policy... 3 The Inner Workings of GPOs... 4 The Ideal Tool for Systems Management... 7 Your Next

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

Managing and Maintaining a Microsoft Windows Server 2003 Environment

Managing and Maintaining a Microsoft Windows Server 2003 Environment Managing and Maintaining a Microsoft Windows Server 2003 Environment Course 2273: Five days; Blended (classroom/e-learning) Introduction Elements of this syllabus are subject to change. This course combines

More information

Stellar Active Directory Manager

Stellar Active Directory Manager Stellar Active Directory Manager What is the need of Active Directory Manager? Every organization uses Active Directory Services (ADMS) to manage the users working in the organization. This task is mostly

More information

Administering Windows Server 2012

Administering Windows Server 2012 Course 20411D: Administering Windows Server 2012 Course Details Course Outline Module 1: Configuring and Troubleshooting Domain Name System This module explains how to configure and troubleshoot DNS, including

More information

White Paper. Better Together: Auditing with Microsoft Audit Collection Services (ACS) and Quest Software

White Paper. Better Together: Auditing with Microsoft Audit Collection Services (ACS) and Quest Software Better Together: Auditing with Microsoft Audit Collection Services (ACS) and Quest Software Written by Tom Crane, Product Manager, Quest Software, Inc. Edited by James Galvin, Microsoft Sr. Product Manager,

More information

Quick Start Guide. IT Management On-Demand

Quick Start Guide. IT Management On-Demand 1 Quick Start Guide Quick Start Guide IT Management On-Demand Introduction... 2 Getting Started... 3 Planning Your Deployment... 5 Performing a Test Deployment... 6 Enterprise Deployment Options... 8 Remote

More information

Microsoft Baseline Security Analyzer (MBSA)

Microsoft Baseline Security Analyzer (MBSA) Microsoft Baseline Security Analyzer Microsoft Baseline Security Analyzer (MBSA) is a software tool released by Microsoft to determine security state by assessing missing security updates and lesssecure

More information

Selecting the Right Active Directory Security Reports for Your Business

Selecting the Right Active Directory Security Reports for Your Business Selecting the Right Active Directory Security Reports for Your Business Avril Salter 1. 8 0 0. 8 1 3. 6 4 1 5 w w w. s c r i p t l o g i c. c o m / s m b I T 2011 ScriptLogic Corporation ALL RIGHTS RESERVED.

More information

M6419 Configuring, Managing and Maintaining Windows Server 2008 Servers

M6419 Configuring, Managing and Maintaining Windows Server 2008 Servers M6419 Configuring, Managing and Maintaining Windows Server 2008 Servers Looking at Training Differently... Course 6419A: Configuring, Managing and Maintaining Windows Server 2008 Servers Length: Published:

More information

SystemTools Software Inc. White Paper Series Hyena Installation Requirements

SystemTools Software Inc. White Paper Series Hyena Installation Requirements SystemTools Software Inc. White Paper Series Hyena Installation Requirements SystemTools Software, Inc. has created this white paper to cover all requirements to install and fully use all of the features

More information

EXAM - 70-413. Designing and Implementing a Server Infrastructure. Buy Full Product. http://www.examskey.com/70-413.html

EXAM - 70-413. Designing and Implementing a Server Infrastructure. Buy Full Product. http://www.examskey.com/70-413.html Microsoft EXAM - 70-413 Designing and Implementing a Server Infrastructure Buy Full Product http://www.examskey.com/70-413.html Examskey Microsoft 70-413 exam demo product is here for you to test the quality

More information

411-Administering Windows Server 2012

411-Administering Windows Server 2012 411-Administering Windows Server 2012 Course Duration: 5 Days Module 1: Configuring and Troubleshooting Domain Name System This module explains how to configure and troubleshoot DNS, including DNS replication

More information

Implementing and Supporting Microsoft Windows XP Professional

Implementing and Supporting Microsoft Windows XP Professional Implementing and Supporting Microsoft Windows XP Professional Key Data Course #: 2272C Number of Days: 5 Format: Instructor-led The purpose of this course is to address the implementation and desktop support

More information

Configuring, Managing and Maintaining Windows Server 2008 Servers

Configuring, Managing and Maintaining Windows Server 2008 Servers Configuring, Managing and Maintaining Windows Server 2008 Servers About this Course This five-day instructor-led course combines five days worth of instructor-led training content from the Network Infrastructure

More information

COMPLETE COMPUTING, INC.

COMPLETE COMPUTING, INC. 6425: Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services Five days; Instructor-Led Introduction This five-day instructor-led course provides to teach Active Directory

More information

Deploying GFI LANguard S.E.L.M.

Deploying GFI LANguard S.E.L.M. Deploying GFI LANguard S.E.L.M. Design overview & deployment strategies This white paper gives an overview of how GFI LANguard S.E.L.M. works and discusses installation and deployment issues, enabling

More information

How To Configure An Active Directory Domain Services

How To Configure An Active Directory Domain Services Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services MOC6425 About this Course This five-day instructor-led course provides to teach Active Directory Technology Specialists

More information

PLANNING AND DESIGNING GROUP POLICY, PART 1

PLANNING AND DESIGNING GROUP POLICY, PART 1 84-02-06 DATA SECURITY MANAGEMENT PLANNING AND DESIGNING GROUP POLICY, PART 1 Melissa Yon INSIDE What Is Group Policy?; Software Settings; Windows Settings; Administrative Templates; Requirements for Group

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

Department of Information Technology Active Directory Audit Final Report. August 2008. promoting efficient & effective local government

Department of Information Technology Active Directory Audit Final Report. August 2008. promoting efficient & effective local government Department of Information Technology Active Directory Audit Final Report August 2008 promoting efficient & effective local government Executive Summary Active Directory (AD) is a directory service by Microsoft

More information

Step-by-step installation guide for monitoring untrusted servers using Operations Manager ( Part 3 of 3)

Step-by-step installation guide for monitoring untrusted servers using Operations Manager ( Part 3 of 3) Step-by-step installation guide for monitoring untrusted servers using Operations Manager ( Part 3 of 3) Manual installation of agents and importing the SCOM certificate to the servers to be monitored:

More information

System Area Management Software Tool Tip: Agent Deployment utilizing. the silent installation with Active Directory

System Area Management Software Tool Tip: Agent Deployment utilizing. the silent installation with Active Directory System Area Management Software Tool Tip: Agent Deployment utilizing the silent installation with Active Directory Table of Contents Introduction... 3 Prerequisites... 3 Windows 2003 Server... 3 Using

More information

Designing Security for Network Managers

Designing Security for Network Managers 3 Designing Strategies for Security Management............................................... Terms you ll need to understand: Remote desktop administration Telnet Emergency Management Services Software

More information

Administering Windows Server 2012

Administering Windows Server 2012 www.etidaho.com (208) 327-0768 Course 20411D: Administering Windows Server 2012 5 Days About this Course Get hands on instruction and practice administering Windows Server 2012, including Windows Server

More information

Course 6419A: Configuring, Managing and Maintaining Windows Server 2008 Servers

Course 6419A: Configuring, Managing and Maintaining Windows Server 2008 Servers Course 6419A: Configuring, Managing and Maintaining Windows Server 2008 Servers Duration 5 Days About this Course This five-day instructor-led course combines five days worth of instructor-led training

More information

Course 10969 Active Directory Services with Windows Server

Course 10969 Active Directory Services with Windows Server P a g e 1 of 11 Course 10969 Active Directory Services with Windows Server Introduction Get hands-on instruction and practice administering Active Directory technologies in Windows Server 2012 and Windows

More information

ANNE ARUNDEL COMMUNITY COLLEGE ARNOLD, MARYLAND COURSE OUTLINE CATALOG DESCRIPTION

ANNE ARUNDEL COMMUNITY COLLEGE ARNOLD, MARYLAND COURSE OUTLINE CATALOG DESCRIPTION ANNE ARUNDEL COMMUNITY COLLEGE ARNOLD, MARYLAND COURSE OUTLINE COURSE: Windows 2003 Server COURSE NO: CSI 265 CREDIT HOURS: 3 hours of lecture weekly DEPARTMENT: CATALOG DESCRIPTION CSI 265 Windows 2003

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

Windows" 7 Desktop Support

Windows 7 Desktop Support Windows" 7 Desktop Support and Administration Real World Skills for MCITP Certification and Beyond Darril Gibson WILEY Wiley Publishing, Inc. Contents Introduction xxiii Chapter 1 Planning for the Installation

More information

Active Directory Services with Windows Server 10969B; 5 days, Instructor-led

Active Directory Services with Windows Server 10969B; 5 days, Instructor-led Active Directory Services with Windows Server 10969B; 5 days, Instructor-led Course Description Get hands on instruction and practice administering Active Directory technologies in Windows Server 2012

More information

Course: Configuring and Troubleshooting Windows Server 2008 Active Direct-ory Domain Services

Course: Configuring and Troubleshooting Windows Server 2008 Active Direct-ory Domain Services Page 1 of 7 Course: Configuring and Troubleshooting Windows Server 2008 Active Direct-ory Domain Services Course 6425A Duration: 5 Days About this Course This five-day instructor-led course provides to

More information

M6425a Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services

M6425a Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services M6425a Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services Course 6425A: Five days; Instructor-Led Introduction This five-day instructor-led course provides to teach Active

More information

Active Directory. Users & Computers. Group Policies

Active Directory. Users & Computers. Group Policies Active Directory Users & Computers Policies Users & Computers domains domain trusted domains, trusting domains subdomains tree of domains forest of trees s s in Active Directory are directory objects that

More information

Planning and Maintaining a Microsoft Windows Server Network Infrastructure

Planning and Maintaining a Microsoft Windows Server Network Infrastructure Unit 27: Planning and Maintaining a Microsoft Windows Server Network Infrastructure Learning outcomes A candidate following a programme of learning leading to this unit will be able to: Configure security

More information

Chapter. Managing Group Policy MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER:

Chapter. Managing Group Policy MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER: Chapter 10 Managing Group Policy MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER: Implement and troubleshoot Group Policy. Create a Group Policy object (GPO). Link an existing GPO. Delegate administrative

More information

NE-20411D Administering Windows Server 2012

NE-20411D Administering Windows Server 2012 NE-20411D Administering Windows Server 2012 Summary Duration Vendor Audience 5 Days Microsoft IT Professionals Published Level Technology 13 May 2014 200 Windows Server 2012 Delivery Method Instructor-led

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: 6425B Course Length: 5 Days Course Overview This five-day course provides to teach Active Directory Technology

More information

Ultimus and Microsoft Active Directory

Ultimus and Microsoft Active Directory Ultimus and Microsoft Active Directory May 2004 Ultimus, Incorporated 15200 Weston Parkway, Suite 106 Cary, North Carolina 27513 Phone: (919) 678-0900 Fax: (919) 678-0901 E-mail: documents@ultimus.com

More information

This module explains how to configure and troubleshoot DNS, including DNS replication and caching.

This module explains how to configure and troubleshoot DNS, including DNS replication and caching. Module 1: Configuring and Troubleshooting Domain Name System This module explains how to configure and troubleshoot DNS, including DNS replication and caching. Configuring the DNS Server Role Configuring

More information

Create, Link, or Edit a GPO with Active Directory Users and Computers

Create, Link, or Edit a GPO with Active Directory Users and Computers How to Edit Local Computer Policy Settings To edit the local computer policy settings, you must be a local computer administrator or a member of the Domain Admins or Enterprise Admins groups. 1. Add the

More information

OV Operations for Windows 7.x

OV Operations for Windows 7.x OV Operations for Windows 7.x Common questions about OV Operations for Windows Security Setup, Users and groups Whitepaper V.1.01 August 6, 2003 New: Updated for OV Operations for Windows 7.20 Troubleshoot

More information

External Authentication with Citrix Secure Gateway - Presentation server Authenticating Users Using SecurAccess Server by SecurEnvoy

External Authentication with Citrix Secure Gateway - Presentation server Authenticating Users Using SecurAccess Server by SecurEnvoy External Authentication with Citrix Secure Gateway - Presentation server Authenticating Users Using SecurAccess Server by SecurEnvoy Contact information SecurEnvoy www.securenvoy.com 0845 2600010 1210

More information

Creating and Configuring Web Sites in Windows Server 2003

Creating and Configuring Web Sites in Windows Server 2003 Page 1 of 18 Admin KnowledgeBase Articles & Tutorials Authors Hardware Links Message Boards Newsletters Software Control USB stick usage - Network-wide control with LANguard PSC. - Dl Admin KnowledgeBase

More information

DeviceLock Management via Group Policy

DeviceLock Management via Group Policy User Manual DeviceLock Management via Group Policy SmartLine Inc 1 Contents Using this Manual...3 1. General Information...4 1.1 Overview...4 1.2 Applying Group Policy...5 1.3 Standard GPO Inheritance

More information

True Continuous Auditing for Active Directory Derek Melber

True Continuous Auditing for Active Directory Derek Melber True Continuous Auditing for Active Directory by Derek Melber Group Policy and Active Directory MVP ManageEngine ADSolutions Technical Evangelist True Continuous Auditing for Active Directory Today, most

More information

These guidelines can dramatically improve logon and startup performance.

These guidelines can dramatically improve logon and startup performance. Managing Users with Local Security and Group Policies 573. Disable user or computer settings in GPOs Each GPO consists of a user and a computer section. If there are no settings in either of those sections,

More information

COURSE 20411D: ADMINISTERING WINDOWS SERVER 2012

COURSE 20411D: ADMINISTERING WINDOWS SERVER 2012 ABOUT THIS COURSE Get hands-on instruction and practice administering Windows Server 2012, including Windows Server 2012 R2, in this five-day Microsoft Official course. This course is part two in a series

More information

SECURITY BEST PRACTICES FOR CISCO PERSONAL ASSISTANT (1.4X)

SECURITY BEST PRACTICES FOR CISCO PERSONAL ASSISTANT (1.4X) WHITE PAPER SECURITY BEST PRACTICES FOR CISCO PERSONAL ASSISTANT (1.4X) INTRODUCTION This document covers the recommended best practices for hardening a Cisco Personal Assistant 1.4(x) server. The term

More information

The Definitive Guide. Active Directory Troubleshooting, Auditing, and Best Practices. 2011 Edition Don Jones

The Definitive Guide. Active Directory Troubleshooting, Auditing, and Best Practices. 2011 Edition Don Jones The Definitive Guide tm To Active Directory Troubleshooting, Auditing, and Best Practices 2011 Edition Don Jones Ch apter 5: Active Directory Auditing... 63 Goals of Native Auditing... 63 Native Auditing

More information

ms-help://ms.technet.2005mar.1033/security/tnoffline/security/smbiz/winxp/fwgrppol...

ms-help://ms.technet.2005mar.1033/security/tnoffline/security/smbiz/winxp/fwgrppol... Page 1 of 16 Security How to Configure Windows Firewall in a Small Business Environment using Group Policy Introduction This document explains how to configure the features of Windows Firewall on computers

More information

MS-6425C - Configuring Windows Server 2008 Active Directory Domain Services

MS-6425C - Configuring Windows Server 2008 Active Directory Domain Services MS-6425C - Configuring Windows Server 2008 Active Directory Domain Services Table of Contents Introduction Audience At Clinic Completion Prerequisites Microsoft Certified Professional Exams Student Materials

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

Course 20411. Administering Windows Server 2012. About this Course. Level: 200 Technology: Windows Server 2012

Course 20411. Administering Windows Server 2012. About this Course. Level: 200 Technology: Windows Server 2012 Course 20411 Administering Windows Server 2012 Length: 5 Days Language(s): English Audience(s): IT Professionals Level: 200 Technology: Windows Server 2012 Type: Course Delivery Method: Instructor-led

More information

The Encryption Anywhere Data Protection Platform

The Encryption Anywhere Data Protection Platform The Encryption Anywhere Data Protection Platform A Technical White Paper 5 December 2005 475 Brannan Street, Suite 400, San Francisco CA 94107-5421 800-440-0419 415-683-2200 Fax 415-683-2349 For more information,

More information

Microsoft 10969 - Active Directory Services with Windows Server

Microsoft 10969 - Active Directory Services with Windows Server 1800 ULEARN (853 276) www.ddls.com.au Microsoft 10969 - Active Directory Services with Windows Server Length 5 days Price $4070.00 (inc GST) Version B Overview Get hands-on instruction and practice administering

More information

Course 20411D: Administering Windows Server 2012

Course 20411D: Administering Windows Server 2012 Course 20411D: Administering Windows Server 2012 Five Days, Instructor Led About this course Get hands-on instruction and practice administering Windows Server 2012, including Windows Server 2012 R2, in

More information

Log Management and Intrusion Detection

Log Management and Intrusion Detection Log Management and Intrusion Detection Dr. Guillermo Francia,, III Jacksonville State University Prerequisites Understand Event Logs Understand Signs of Intrusion Know the Tools Log Parser (Microsoft)

More information

Windows Server 2012 R2 Certification

Windows Server 2012 R2 Certification About this Course Administering Windows Server 2012 Get hands-on instruction and practice administering Windows Server 2012, including Windows Server 2012 R2, in this five-day Microsoft Official Course.

More information

Administering Windows Server 2012

Administering Windows Server 2012 WINDOWS 2012 COURSE OUTLINE Visit Our Website to Enroll Now Www.ITBigBang.Com/IT-Training Administering Windows Server 2012 Course Title Administering Windows Server 2012 Course Code 20411D Days / Duration

More information

Microsoft Software Update Services and Managed Symantec Anti-virus. Michael Satut TSS/Crown IT Support m-satut@northwestern.edu

Microsoft Software Update Services and Managed Symantec Anti-virus. Michael Satut TSS/Crown IT Support m-satut@northwestern.edu Microsoft Software Update Services and Managed Symantec Anti-virus Michael Satut TSS/Crown IT Support m-satut@northwestern.edu Introduction The recent increase in virus and worm activity has created the

More information

Microsoft IAS Configuration for RADIUS Authorization

Microsoft IAS Configuration for RADIUS Authorization Microsoft IAS Configuration for RADIUS Authorization Purpose To illustrate how to create a Microsoft IAS Remote Access Policy that utilizes an Uplogix vendor specific attribute that contains a user group

More information

SystemTools Software Inc. Hyena Installation Guide

SystemTools Software Inc. Hyena Installation Guide SystemTools Software Inc. Hyena Installation Guide SystemTools Software, Inc. has created this document to cover all requirements to install and fully use all of the features of SystemTools Hyena. Additional

More information

MS-50255: Managing, Maintaining, and Securing Your Networks Through Group Policy. Course Objectives. Required Exam(s) Price.

MS-50255: Managing, Maintaining, and Securing Your Networks Through Group Policy. Course Objectives. Required Exam(s) Price. MS-50255: Managing, Maintaining, and Securing Your Networks Through Group Policy Discover how to consolidate the administration of an enterprise IT infrastructure with Group Policy. In this four-day instructor

More information

Course 10969A Active Directory Services with Windows Server

Course 10969A Active Directory Services with Windows Server Course 10969A Active Directory Services with Windows Server OVERVIEW About this Course Get hands-on instruction and practice administering Active Directory technologies in Windows Server 2012 and Windows

More information

BMC Performance Manager Windows Security White Paper DCOM / WMI

BMC Performance Manager Windows Security White Paper DCOM / WMI BMC Performance Manager Windows Security White Paper DCOM / WMI Problem The IT department delivers user IT services to their internal and external customers. The IT department wants to maintain control

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

Administering Windows Server 2012

Administering Windows Server 2012 Course 20411D: Administering Windows Server 2012 Page 1 of 8 Administering Windows Server 2012 Course 20411D: 4 days; Instructor-Led Introduction Get hands-on instruction and practice administering Windows

More information

Lesson Plans LabSim for Microsoft s Implementing a Server 2003 Active Directory Infrastructure

Lesson Plans LabSim for Microsoft s Implementing a Server 2003 Active Directory Infrastructure Lesson Plans LabSim for Microsoft s Implementing a Server 2003 Active Directory Infrastructure (Exam 70-294) Table of Contents Course Overview... 2 Section 1.1: Introduction to Active Directory... 3 Section

More information

Step by step guide for installing highly available System Centre 2012 Virtual Machine Manager Management server:

Step by step guide for installing highly available System Centre 2012 Virtual Machine Manager Management server: Step by step guide for installing highly available System Centre 2012 Virtual Machine Manager Management server: Here are the pre-requisites for a HA VMM server installation: 1. Failover clustering feature

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 (jaamsp_mngnwi-025) Lisa would like to configure five of her 15 Web servers, which are running Microsoft Windows Server 2003, Web Edition, to always receive specific IP addresses

More information

Alpha High Level Description

Alpha High Level Description Alpha High Level Description Alpha is a Windows Domain Controller (DC) and Domain Name System (DNS) Server. Because Alpha was the first DC in the aia.class domain, it is also (by default) the Windows global

More information

Audit Tools That Won t Break the Bank

Audit Tools That Won t Break the Bank Audit Tools That Won t Break the Bank 2011 Date or subtitle Presented by: Mark Scholl, Partner 1 Background These tools do not require a strong technical background! Do not scan or install tools without

More information

Quest ChangeAuditor 5.1. For Windows File Servers. Events Reference

Quest ChangeAuditor 5.1. For Windows File Servers. Events Reference Quest ChangeAuditor For Windows File Servers 5.1 Events Reference 2010 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

More information

6425C - Windows Server 2008 R2 Active Directory Domain Services

6425C - Windows Server 2008 R2 Active Directory Domain Services Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services Introduction This five-day instructor-led course provides in-depth training on configuring Active Directory Domain Services

More information

Hosts HARDENING WINDOWS NETWORKS TRAINING

Hosts HARDENING WINDOWS NETWORKS TRAINING BROADVIEW NETWORKS Hosts HARDENING WINDOWS NETWORKS TRAINING COURSE OVERVIEW A hands-on security course that teaches students how to harden, monitor and protect Microsoft Windows based networks. A hardening

More information

DELL Remote Access Configuration Tool

DELL Remote Access Configuration Tool DELL Remote Access Configuration Tool A Dell Technical White Paper Dell Product Group Austin Cherian THIS WHITE PAPER IS FOR INFORMATIONAL PURPOSES ONLY, AND MAY CONTAIN TYPOGRAPHICAL ERRORS AND TECHNICAL

More information

Configuring, Managing and Maintaining Windows Server 2008 Servers

Configuring, Managing and Maintaining Windows Server 2008 Servers Configuring, Managing and Maintaining Windows Server 2008 Servers Elements of this syllabus are subject to change Course Details Course Code: 6419 Duration: Notes: 5 day(s) This course syllabus should

More information

Deployment of Keepit for Windows

Deployment of Keepit for Windows Deployment of Keepit for Windows Keepit A/S October 13, 2010 1 Introduction When deploying Keepit in larger setups with many desktops and servers, installing Keepit individually on each computer is cumbersome

More information

Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services

Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services Course 6425C: Configuring and Troubleshooting Windows Server 2008 Active Directory Domain Services Course Details Course Outline Module 1: Introducing Active Directory Domain Services This module provides

More information

Active Directory Change Notifier Quick Start Guide

Active Directory Change Notifier Quick Start Guide Active Directory Change Notifier Quick Start Guide Software version 3.0 Mar 2014 Copyright 2014 CionSystems Inc., All Rights Reserved Page 1 2014 CionSystems Inc. ALL RIGHTS RESERVED. This guide may not

More information

Managing and Maintaining a Windows Server 2003 Network Environment

Managing and Maintaining a Windows Server 2003 Network Environment Managing and maintaining a Windows Server 2003 Network Environment. AIM This course provides students with knowledge and skills needed to Manage and Maintain a Windows Server 2003 Network Environment.

More information

Symantec Endpoint Encryption Full Disk

Symantec Endpoint Encryption Full Disk Symantec Endpoint Encryption Full Disk Installation Guide Version 7.0 Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted in any

More information