MS6434 – Automating WIndows Server 2008 Administration with Microsoft Windows PowerShell

Request info

Windows 2008 and PowerShell Training

Overview

This three-day instructor-led course provides students with the knowledge and skills to utilize Windows PowerShell for administering and automating administration of Windows Server 2008. The course focuses on cmdlets, script structure and flow control, language syntax, and implementation details of scripting administrative tasks using COM, WMI, and .NET foundations.

This course is intended for Windows administrators interested in automating Windows Server 2008 administration tasks, as well as those people looking for a full-featured interactive command-line environment for Windows operating systems. Windows end users or developers who need to understand what is involved in Windows administration or command-line environments may also find this course helpful.

Prerequisites

Before attending this course, students must have completed course 6430, Managing and Maintaining Windows Server 2008 Servers, or have equivalent knowledge of administrative tasks.

In addition, it is recommended, but not required, that students have completed course 2433: Microsoft Visual Basic Scripting Edition and Microsoft Windows Script Host Essentials, or have equivalent knowledge of scripting and automation in Windows.

Course outline

Module 1: Introduction to Microsoft Windows PowerShell

This module explains how to name, declare, assign values to, and use variables. It also describes how to store data in an array.

Module 2: Overview of Microsoft Windows PowerShell

This module explains basic concepts in Windows PowerShell, including objects, variables, cmdlets, and pipelines. It describes how to invoke available cmdlets and aliases, assign aliases. The module also includes demonstrations of tab expansion and basic operators.

Module 3: Building Pipelines for Assembly-Line Style Processing

This module explains basic concepts in Windows PowerShell, including objects, variables, cmdlets, and pipelines. It describes how to invoke available cmdlets and aliases, assign aliases. The module also includes demonstrations of tab expansion and basic operators.

Module 4: Managing Processes and Formatting Cmdlet Output

This module explains basic concepts in Windows PowerShell, including objects, variables, cmdlets, and pipelines. It describes how to invoke available cmdlets and aliases, assign aliases. The module also includes demonstrations of tab expansion and basic operators.

Module 5: Implementing Scripts to Perform a Sequence of Operations

This module explains basic concepts in Windows PowerShell, including objects, variables, cmdlets, and pipelines. It describes how to invoke available cmdlets and aliases, assign aliases. The module also includes demonstrations of tab expansion and basic operators.

Module 6: Implementing Flow Control and Functions

This module explains basic concepts in Windows PowerShell, including objects, variables, cmdlets, and pipelines. It describes how to invoke available cmdlets and aliases, assign aliases. The module also includes demonstrations of tab expansion and basic operators.

Module 7: Working with Files, the Registry, and Certificate Stores

This module explains how to write scripts that perform specific tasks, such as searching files for particular text and modifying all matching files, or searching the event logs for events that match specific criteria. It also describes how to access data stores, the file store, the registry, certificate stores, and other stores, use wildcards and regular expressions, and import and export aliases and objects.

Module 8: Using Microsoft Windows PowerShell with WMI

This module explains how to use WMI to access system features, enumerate, defragment, and mount disk volumes in Windows PowerShell. Listing and configuring volume shadow copies, listing and creating shared folders with WMI, and configuring Terminal Server are also discussed.

Module 9: Administering Active Directory with Microsoft Windows PowerShell

This module explains how to write scripts to perform Active Directory administration tasks such as changing the domain functional level, moving FSMO roles, and creating and modifying objects such as groups and user accounts. Managing relationships between user accounts and groups is also demonstrated.

Module 10: Administering Group Policy in Microsoft Windows PowerShell

This module explains how to write scripts to perform Active Directory administration tasks such as changing the domain functional level, moving FSMO roles, and creating and modifying objects such as groups and user accounts. Managing relationships between user accounts and groups is also demonstrated.

Module 11: Managing Internet Information Services 7.0

This module explains how to write scripts to manage IIS 7.0 properties and report IIS statistics. It also describes how to create and manage Web sites.

After completing this course, students will be able to:

Install and launch Windows PowerShell

Work with basic objects in Windows PowerShell, including using cmdlets, data types, variables, and fundamental object-based information models

Implement sequences of operations by putting them together into a pipeline

Control the formatting of the resultant set of objects that are emitted at the end of a pipeline

Implement sequences of operations by putting them together into a script

Implement flow control within scripts and define functions and filters to help modularize complex scripts

Manipulate files and registry values

Manage disk storage volumes, shadow copies, shared folders, Terminal Services and IIS properties using WMI in Windows PowerShell

Administer and maintain Active Directory directory services and IIS 7.0 Web sites using Windows PowerShell

Maintain Group Policy using Windows PowerShell

Course duration: 3 Days

Cost: £995 + VAT

Windows 2008 and PowerShell Training Inverness, Aberdeen, Glasgow, Edinburgh, Dunfermline and other sites throughout the UK including onsite closed company courses are available.

Windows 2008 and PowerShell TTraining in Ghana, Nigeria and Qatar is also available.

SELECT wp_posts.*, wp_p2p.* FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) INNER JOIN wp_p2p WHERE 1=1 AND ( ( wp_postmeta.meta_key = 'start_date' AND CAST(wp_postmeta.meta_value AS DATE) >= '2024-12-14' ) ) AND ((wp_posts.post_type = 'schedule' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) AND (wp_p2p.p2p_type = 'schedule_to_courses' AND wp_posts.ID = wp_p2p.p2p_from AND wp_p2p.p2p_to IN (SELECT wp_posts.ID FROM wp_posts WHERE 1=1 AND wp_posts.ID IN (858) AND ((wp_posts.post_type = 'courses' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'acf-disabled'))) ORDER BY wp_posts.post_date DESC )) GROUP BY wp_posts.ID ORDER BY CAST(wp_postmeta.meta_value AS DATE) ASC