Automating Administration with Windows PowerShell®
• Getting Started with Windows PowerShell:
This module introduces students to Windows PowerShell, its purpose and history. The module will also cover the basics of using the shell, including the help system, command syntax, command discovery explaining the use of the two built-in host applications.
o Overview and Background
o Finding and Learning Commands
o Running Commands
Lab : Configuring Windows PowerShellLab : Finding and Running Basic Commands
• Working with the Pipeline:
This module covers the Windows PowerShell pipeline along with a number of additional techniques and commands, including customizing command output, exporting and converting data, sorting objects, filtering objects, and enumerating objects allowing for the overall retrieval, manipulation and displaying of data.
o Understanding the Pipeline
o Selecting, Sorting, and Measuring Objects
o Converting, Exporting, and Importing Objects
o Filtering Objects Out of the Pipeline
o Enumerating Objects in the Pipeline
Lab : Using the PipelineLab : Converting, Exporting, and Importing ObjectsLab : Filtering ObjectsLab : Enumerating Objects
• Understanding How the Pipeline Works:
This module explains the underlying details of how Windows PowerShell passes objects from command to command within the pipeline. Having seen it in action in the previous module will now get to see some of the theory under the hood. The emphasis will be on two specific techniques used by the shell and students will learn to explain the pipeline operation, predict command behavior and allows them construct more useful, predictable commands.
o Passing Data in the Pipeline By Value
o Passing Data in the Pipeline By Property Name
Lab : Working with Pipeline Parameter Binding
• Using PSProviders and PSDrives:
This module explains the purpose and use of Windows PowerShell PSProviders and PSDrives, and shows students how to use these useful components for administrative tasks. Students will also learn to use the -item* commands to manipulate items within a PSDrive.
o Using PSProviders
o Using PSDrives
Lab : Using PSProviders and PSDrives
• Formatting Output:
This module demonstrates how to format command output and how to create custom output elements.
o Using Basic Formatting
o Using Advanced Formatting
o Redirecting Formatted Output
Lab : Formatting Output
• Querying Management Information by Using WMI and CIM
This module explains Windows Management Instrumentation (WMI) and Common Information Model (CIM), and shows students how to retrieve and in some cases modify management information about local and remote computers.
o Understanding WMI and CIM
o Querying Data with WMI and CIM
o Making Changes by Using WMI and CIM
Lab : Working with WMI and CIM
• Preparing for Scripting
This module prepares students for writing scripts with Windows PowerShell, covering the Windows PowerShell security model and the use of variables.
o Using Variables
o Scripting Security
Lab : Working with Security in Windows PowerShell
• Moving From a Command to Script to Module
This module shows students how to take a command that runs well in the console and turn it into a parameterized, reusable script, and how to evolve that script into a standalone script module. Students will learn the foundations needed to create their own reusable tools.
o Moving From Command to Script
o Moving From Script to Function to Module
o Implementing Basic Error Handling
o Using Basic Scripting Constructs
o Exploring Other Scripting Features
Lab : Moving From Command to ScriptLab : Moving From Script to Function to ModuleLab : Implementing Basic Error HandlingLab : Creating an Advanced Function
• Administering Remote Computers
This module explains Windows PowerShell remoting, and shows students how to configure and use remoting to manage multiple remote computers.
o Using Basic Remoting
o Using Advanced Remoting Techniques
o Using Remoting Sessions
Lab : Using Basic RemotingLab : Using Remoting Sessions
• Putting it All Together
This module offers students an opportunity to use everything they have learned so far. Students will discover, learn, and run commands that perform a complex, real-world administrative task.
o Provisioning a New Server Core Instance
Lab : Provisioning a New Server Core Installation
• Using Background Jobs and Scheduled Jobs
In this module students will learn to create and manage background jobs and scheduled jobs.
o Using Background Jobs
o Using Scheduled Jobs
Lab : Using Background JobsLab : Using Scheduled Jobs
• Using Profiles and Advanced PowerShell Techniques
This module covers a variety of additional advanced Windows PowerShell features and techniques including additional comparison operators, use of alternate credentials, creation of profile scripts, manipulation of strings and date objects.
o Using Advanced PowerShell Techniques
o Creating Profile Scripts
o Working With Alternative Credentials
Lab : Practicing Advanced Techniques