Microsoft Learning Logo is a registered trademark of Microsoft. All rights reserved.

Advanced Automated Administration with Windows PowerShell

Schedule

Start End Duration Location Details

Course Details

Advanced Automated Administration With Windows PowerShell

Course code: 10962C

Duration: 3 Days
 

Prerequisite:

In addition to their professional experience, students who attend this training should already have the following technical knowledge:
•    Experience with Windows networking technologies and implementation.
•    Experience with Windows Server administration, maintenance, and troubleshooting.
•    Experience with Windows Client administration, maintenance, and troubleshooting.
•    Experience with using Windows PowerShell to run commands and to create basic non-modularized scripts.

Students who attend this training can meet the prerequisites by obtaining equivalent knowledge and skills through practical experience as a Windows System Administrator. Course 10961: Automating Administration with Windows PowerShell is strongly recommended to obtain prerequisite skills in Windows PowerShell.

Course Description:

This is a three-day course that will teach students how to automate administrative tasks using Windows PowerShell 5.1. Students will learn core scripting skills such as creating advanced functions, writing controller scripts, and handling script errors. Students will learn how to works with Windows PowerShell Workflow, the REST API and XML and JSON formatted data files, Students will also learn how to use new administration tools such Desired State Configuration (DSC) and Just Enough Administration (JEA) to configure and secure servers.

Course Objectives:

After completing this course, students will be able to:
•    Create advanced functions.
•    Use Microsoft .NET Framework and REST API in Windows PowerShell.
•    Write controller scripts.
•    Handle script errors.
•    Use XML, JSON, and custom formatted data.
•    Enhance server management with Desired State Configuration and Just Enough Administration.
•    Analyze and debug scripts
•    Understand Windows PowerShell workflow.    

Intended Audience:

This course is intended for IT professionals who are experienced in general Windows Server and Windows Client administration. Students should have a foundational knowledge of Windows PowerShell, which they can obtain by taking course 10961C: Automating Administration with Windows PowerShell. 
In addition, this course provides scripting guidance for developers who support development environments and deployment processes.

Course Outlines:

Module 1: Creating advanced functions

This module explains how to parameterize a command into an advanced function.

Lessons
•    Converting a command into an advanced function
•    Creating a script module
•    Defining parameter attributes and input validation
•    Writing functions that accept pipeline input
•    Producing complex pipeline output
•    Documenting functions by using comment-based help
•    Supporting –WhatIf and -Confirm

Module 2: Using Microsoft .NET Framework and REST API in Windows PowerShell

Lessons
•    Using Microsoft .NET Framework in Windows PowerShell
•    Using REST API in Windows PowerShell

Module 3: Writing controller scripts

Lessons
•    Introducing controller scripts
•    Writing controller scripts that display a user interface
•    Writing controller scripts that produce reports

Module 4: Handling script errors

Lessons
•    Understanding error handling
•    Handling errors and timeouts in a script    

Module 5: Using XML, JSON, and custom-formatted data

Lessons
•    Reading, manipulating, and writing XML-formatted data
•    Reading, manipulating, and writing JSON-formatted data
•    Reading and manipulating custom-formatted data

Module 6: Enhancing server management with Desired State Configuration and Just Enough Administration

Lessons
•    Understanding Desired State Configuration
•    Creating and deploying a DSC configuration
•    Implementing Just Enough Administration

Module 7: Analyzing and debugging scripts

Lessons
•    Debugging in Windows PowerShell
•    Analyzing and debugging an existing script

Module 8: Understanding Windows PowerShell Workflow

Lessons
•    Understanding Windows PowerShell Workflow