cm logo
To speak to a training advisor please call
All Courses / Microsoft Courses / Microsoft Windows PowerShell 2.0: Automating Administration with Windows PowerShell 2.0
Share: Follow us: Bookmark with: twiter Print Page:

Microsoft Windows PowerShell 2.0: Automating Administration with Windows PowerShell 2.0

Course Code: M10325      Days: 5
Online Training

Time stretched?

If you would prefer something more flexible, we can now offer Online Training related to this topic.

Click to see a list of courses »

Course Overview

This course provides students with the knowledge and skills to utilize Windows PowerShell for administering and automating administration of Windows based servers.

Microsoft are a leading software company, this Windows course will improve your career prospects and enhance your professional life.

Related Courses

Audience

This course is intended for IT Professionals already experienced in general Windows Server and Windows Client administration, including Active Directory administration. No prior experience with any version of Windows PowerShell, or any scripting language, is assumed.

Skills Gained

After completing this course, students will be able to:

  • Explain how Windows PowerShell works.
  • Use Windows PowerShell as an interactive, command-line shell.
  • Use Core Windows PowerShell cmdlets for everyday purpose.
  • Customize the output using Windows PowerShell Formatting Subsystem.
  • Explain what Windows Management Instrumentation (WMI) is and how it can be used from Windows PowerShell.
  • Manage Active Directory objects using Windows PowerShell cmdlets.
  • Write basic Windows PowerShell scripts that execute batches of commands.
  • Work with Windows PowerShell's background jobs and remote administration functionality.
  • Master the scripting language of Windows PowerShell.
  • Use advanced techniques related to structured programming within Windows PowerShell.
  • Automate Windows Server 2008 R2 Administration using Windows PowerShell.
  • Identify the best practices for working with Windows PowerShell.

Prerequisites

Before attending this course, students must have:

  • Experience with Windows networking technologies and implementation.
  • Experience with Windows Server administration, maintenance, and troubleshooting
  • Experience with Active Directory technologies and implementation, including Group Policy.
  • Experience with Windows Server 2008 Web application server technologies and implementation.

Course Outline

Module 1: Fundamentals for Using Windows PowerShell v2

This module provides background on Windows PowerShell v2 and where it fits into the Windows technology family. It also covers installation and configuration of Windows PowerShell. It familiarizes students with the interactive shell console, and shows how to operate and interpret the built-in help system. This module focuses on shell's discoverability features, including the online help system and cmdlet inventory. Finally, this module describes how the Windows PowerShell pipeline works at a basic level.

After completing this module, students will be able to:

  • Provide an overview of Windows PowerShell Technology.
  • Use Windows PowerShell as an Interactive Command-Line Shell.
  • Use Windows PowerShell Pipeline.

Module 2: Core Windows PowerShell Cmdlets

This module describes several core cmdlets that are used in many different administrative tasks. This module also covers the basics of filtering objects that are in the PowerShell pipeline. It explains advanced pipeline techniques including pipeline parameter binding and in-pipeline object manipulation.

Module 3: Understanding and Using the Formatting System

This module explains how the PowerShell formatting subsystem works, and shows how to customize the output of cmdlets. It covers the rules that the shell follows for formatting objects by default, and explains how to use the four formatting cmdlets - and their parameters - to customize and control the output displayed on-screen or written to a file, printer, or other output destination.

After completing this module, students will be able to:

  • Explain the Formatting System.
  • Use the Formatting System.

Module 4: Windows Management Instrumentation

This module explains what Windows Management Instrumentation (WMI) is, how it works, and how it can be used from within Windows PowerShell. It describes the structure and security of WMI, and how to query WMI information both from local and remote computers. It also explains how to invoke WMI methods to accomplish configuration changes and other tasks, and how to write commands that respond to WMI events triggered by the operating system.

After completing this module, students will be able to:

  • Give an overview of Windows Management Instrumentation.
  • Use Windows Management Instrumentation.
  • Apply advanced Windows Management Instrumentation techniques.

Module 5: Automating Active Directory Administration

This module introduces the concept of Active Directory administrative automation. It explains how to retrieve, create, modify, move, and remove objects in the Active Directory. It focuses on PowerShell-centric techniques rather than scripting, and heavily leverages on basic and advanced pipeline techniques covered in previous modules.

After completing this module, students will be able to:

  • Give an overview of Active Directory automation.
  • Manage Users and Groups using Windows PowerShell.
  • Manage Computers and Other Active Directory Objects using Windows PowerShell.

Module 6: Windows PowerShell Scripts

This module introduces basic Windows PowerShell scripts that execute a batch of shell commands in a single operation. It points out the security concerns associated with scripting, and how to configure and control the shell's security settings that relate to scripting. It also explains how to write basic scripts that execute batches of commands, and how to parameterize scripts in order to make them more flexible in a variety of situations.

After completing this module, students will be able to:

  • Identify security concerns associated with scripting.
  • Write basic scripts.
  • Write parameterized scripts.

Module 7: Background Jobs and Remote Administration

This module explains how to work with Windows PowerShell's background jobs and remote administration functionality. It shows how to create, monitor, and manage local background jobs, and receive results from completed jobs. It also covers how to configure Windows PowerShell remoting both locally and in a domain environment. This module describes how to create and manage session connections to remote computers, and explain how to use those session connections in one-to-one remote shell instances as well as one-to-many remote command invocation. Finally, it shows how to invoke remote commands as background jobs, and how to manage those jobs and receive results from them.

After completing this module, students will be able to:

  • Work with Background Jobs.
  • Use Windows PowerShell Remoting.

Module 8: Intermediate Scripting

This module explains the concepts and techniques related to structured scripting and programming within Windows PowerShell. It describes how to create, manage, and use variables. It also introduces the complete "scripting language" of Windows PowerShell, which consists of several programming constructs.

After completing this module, students will be able to:

  • Use Variables, Arrays, Escaping, and More Operators.
  • Explain Scope.
  • Use Scripting Constructs.

Module 9: Error Handling, Debugging, and Modularization

This module covers advanced topics and techniques related to structured programming within Windows PowerShell. It explains how to trap and handle errors that occur during script execution, and also describes the proper techniques and practices for debugging a script that is not executing as expected. It also shows how to modularize scripts into a variety of reusable functions, with the ultimate goal of producing a function that mimics the structure of a shell cmdlet.

After completing this module, students will be able to:

  • Trap and handle errors.
  • Apply Debugging Techniques.
  • Use Modularization.

Module 10: Automating Windows Server 2008 R2 Administration

This module gives an opportunity to complete several real-world administration tasks related to Windows Server 2008 R2. It provides minimal instruction in how to use the cmdlets and techniques required to accomplish the lab portion of this module; instead, it lets students rely on the skills they have learned in the preceding modules of this course.

After completing this module, students will be able to:

  • Give an overview of Windows Server 2008 Modules.
  • Give an overview of Server Manager Cmdlets.
  • Give an overview of Group Policy Cmdlets.
  • Give an overview of Troubleshooting Pack.
  • Give an overview of Best Practices Analyzer Cmdlets.
  • Give an overview of IIS Cmdlets.

Module 11: Advanced Windows PowerShell Tips and Tricks

This module introduces several advanced Windows PowerShell techniques. While these techniques do not contribute directly to any particular business goal, they do enable more efficient use of the shell itself, which leads to more efficient administration and automation. It shows how to use profiles to consistently configure the shell environment, and how to use several techniques for effectively re-using and sharing existing modularized scripts. It also points out best practices and techniques related to script documentation.

After completing this module, students will be able to:

  • Use Profiles.
  • Re-Use Scripts and Functions.
  • Write Comment-Based Help.

Module 12: Practical Administrative Automation

This module allows students to practice all of the skills they have learned in this course in a series of practical, real-world tasks. These tasks will require students to use everything they have learned in this course, including the ability to discover new cmdlets and learn how they work - without using external references. This module is intended to serve as a form of "confidence course," enabling students to prove to themselves that they can return to their work environment and begin accomplishing tasks in Windows PowerShell without further instruction.

 
Related Online Training


How to make a booking for the M10325 course

Scheduled Dates

Request availability or enquire by clicking a date:

Sort by Location

London Region
London (Central)
£ 1,750
London (Central) (GT)
£ 1,545
London (Central)
£ 1,750
London (Central) (GT)
£ 1,545
London (Central)
£ 1,750
South East England
Berkshire (GT)
£ 1,545
North West England
Manchester (Greater)
£ 1,750
Manchester (Greater)
£ 1,750
Manchester (Greater)
£ 1,750
Scotland
Glasgow
£ 1,750
South West England
Bristol
£ 1,750
Bristol
£ 1,750
Dorset
£ 1,450
West Midlands
Midlands (West)
£ 1,750
Midlands (West)
£ 1,750
Yorkshire and the Humber
Yorkshire (West) (GT)
£ 1,545
Yorkshire (West) (GT)
£ 1,545
Wales
Glamorgan (South)
£ 1,545
Virtual Class
Virtual Class
£ 1,750
Denmark
Kobenhavn
£ 1,750
Kobenhavn
kr 18,500
Kobenhavn
kr 18,500
Norden
£ 1,750
France
Aquitaine
£ 1,750
Ile-de-France
2,565
Ile-de-France
2,565
Ile-de-France
2,565
Midi-Pyrenees
£ 1,750
Rhone-Alpes
2,565
Rhone-Alpes
£ 1,750
Rhone-Alpes
2,565
Rhone-Alpes
2,565
Rhone-Alpes
2,565
Norway
Hordaland
£ 1,750
Oslo
kr 19,000
Oslo
£ 1,750
Oslo
kr 19,000
Rogaland
£ 1,750
Sweden
Stockholms
£ 1,750

Sort by Date

London Region
£ 1,750
France
2,565
North West England
£ 1,750
South West England
£ 1,750
London Region (GT)
£ 1,545
Norway
kr 19,000
Denmark
£ 1,750
France
£ 1,750
Norway
£ 1,750
Sweden
£ 1,750
Virtual Class
£ 1,750
Denmark
kr 18,500
Scotland
£ 1,750
South West England
£ 1,450
France
2,565
North West England
£ 1,750
France
2,565
West Midlands
£ 1,750
London Region
£ 1,750
Yorkshire and the Humber (GT)
£ 1,545
France
2,565
Norway
kr 19,000
South West England
£ 1,750
France
2,565
London Region (GT)
£ 1,545
Wales
£ 1,545
Denmark
kr 18,500
North West England
£ 1,750
London Region
£ 1,750
West Midlands
£ 1,750
France
2,565
South East England (GT)
£ 1,545
Yorkshire and the Humber (GT)
£ 1,545
France
2,565

No Suitable Dates?

Please click above and we will take care of the rest.

Please click above and we will be happy to discuss the benefits of onsite and bespoke courses with you.

CourseMonster books thousands of public training courses, classes and boot camps both in London, City of London and throughout the UK including: Berkshire, Birmingham, Bristol, Bournemouth, Aylesbury, Cambridge, Derby, Devon, Edinburgh, Glasgow, Hampshire, Ipswich, Leeds, Leicester, Luton, Manchester, Middlesex, Milton Keynes, Newcastle, Norwich, Nottingham, Plymouth, Reading, Sheffield, Southampton, Surrey, Sussex, Midlands and Yorkshire. Topics range from software to administration, project management and development.