This is a three-day course that will teach students how to automate administrative tasks using Windows PowerShell. 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.
Module 1: Creating advanced functions
This module explains how to parameterize a command into an advanced function.
Lessons
Labs :
Module 2: Using Microsoft .NET Framework and REST API in Windows PowerShell
This module explains how to use Microsoft .NET Framework and REST API to supplement functionality that Windows PowerShell commands provide.
Lessons
Labs:
Module 3: Writing controller scripts
This module explains how to combine advanced functions that perform a specific task and a controller script that provides a user interface or automates a business process.
Lessons
Labs:
Module 4: Handling script errors
This module explains how to perform basic error handling in scripts.
Lessons
Lab: Handling errors in a script
Module 5: Using XML, JSON, and custom-formatted data
This module explains how to read, manipulate, and write data in XML and JSON format.
Lessons
Lab : Reading, manipulating, and writing XML-formatted data
Module 6: Enhancing server management with Desired State Configuration and Just Enough Administration
This module explains how to write Desired State Configuration (DSC) configuration files, deploy those files to servers, and monitor server’s configurations. This module also explains how to restrict administrative access with Just Enough Administration (JEA).
Lessons
Labs:
Module 7: Analyzing and debugging scripts
This module explains how to use native Windows PowerShell features to analyze and debug existing scripts.
Lessons
Lab: Analyzing and debugging an existing script
Module 8: Understanding Windows PowerShell Workflow
This module explains the features of the Windows PowerShell Workflow technology.
Lessons
Lab : Creating and running a Windows PowerShell Workflow