Practical Windows PowerShell Scripting LiveLessons

Practical Windows PowerShell Scripting LiveLessons

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 10 Hours | 2.25 GB

Learn from an expert while you become the expert. Practical Windows PowerShell Scripting LiveLessons begins with the basics of working with PowerShell and progresses to areas that are not typically covered, such as building GUI interfaces. The entire video is designed to be hands on, and is created by an instructor who is highly experienced with creating complex PowerShell scripts.

The goal of this video series is to teach skills for building PowerShell scripts that serve a practical purpose. These scripts can be used in day-to-day tasks for most jobs. The videos assume no prior PowerShell knowledge. The information is presented in such a way that each lesson builds onto the previous lesson, working toward the eventual coverage of advanced PowerShell concepts.

What You Will Learn

  • Basic PowerShell syntax
  • Work with PowerShell cmdlets
  • How to interpret PowerShell errors
  • Create basic PowerShell scripts
  • Enhance PowerShell scripts
  • Interact with Active Directory from PowerShell
  • How to automate PowerShell scripts
  • Work with remote sessions
  • Building GUI interfaces
  • PowerShell reporting

Who Should Take This Course

This course is ideal for anyone who wants to learn PowerShell. It is also well suited to those who already know PowerShell, but who want to be able to create PowerShell scripts that function more like applications.

Lesson 1 is an introduction to Windows PowerShell. In this lesson, you will learn what PowerShell is, and how to use the PowerShell interface. This lesson also discusses the basics of PowerShell syntax, and how you can get help with commands. You will also learn how to tell exactly what a command is going to do, before you actually execute the command.

Lesson 2 takes a more in-depth look at PowerShell cmdlets. You will learn about commonly used cmdlets, and how to work with basic PowerShell elements including objects and attributes, variables, and modules. This lesson also discusses techniques for diagnosing and resolving PowerShell errors.

Lesson 3 is an introduction to PowerShell scripting, including how to build PowerShell scripts. Learn how to configure the PowerShell execution policies, and how to add functions to scripts. You will also learn how to authenticate a script both interactively and automatically, and how to suppress script errors.

Lesson 4 builds on the previous lesson by discussing how to enhance your PowerShell scripts. Learn how to pass variables to functions, as well as the difference between global and local variables. This lesson also discusses how to create loops, how to leverage .NET integration from a PowerShell script, and how to create stand-alone functions.

Lesson 5 discusses how PowerShell can be used to interact with the Active Directory. Here you will learn how to query the Active Directory, and how to create and modify Active Directory user accounts from PowerShell. You will even learn how to use PowerShell to create and manage Active Directory groups.

Lesson 6 covers how to automate PowerShell scripts. In this lesson, learn how to make a PowerShell script run at a scheduled time, and how to generate e-mail-based notifications from within a script. This lesson also discusses some best practices for PowerShell scripting.

Lesson 7 explains how to use PowerShell as a reporting engine. Learn some basic techniques for displaying data and how to write a report to CSV, TXT, and HTML files. You will also learn how to add color and formatting to the PowerShell reports that you create.

Lesson 8 builds on the previous lesson by exploring graphical reporting options in PowerShell. Although PowerShell has a reputation for being a text-only environment, it can be used to create very rich graphical charts. In this lesson, you will learn how to create simple charts, change chart types, and import data into PowerShell charts.

Lesson 9 teaches you how to use PowerShell to interact with remote systems. You will learn to establish remote sessions, run cmdlets on remote systems, and even compile data from a collection of remote servers. Lesson 10 wraps up the video series by explaining how to build your own GUI. Although PowerShell is widely regarded as being a text-only environment, it is possible to create PowerShell scripts that include a GUI interface. This lesson teaches you how to create basic GUIs, and how to add GUI elements such as text boxes, buttons, and drop-down lists.

Table of Contents

01 Practical Windows PowerShell Scripting – Introduction
02 Learning objectives
03 1.1 Introduction to PowerShell
04 1.2 The PowerShell Interface
05 1.3 Basic PowerShell Syntax
06 1.4 Getting Help
07 1.5 Predicting a Command’s Behavior
08 Learning objectives
09 2.1 Commonly Used Cmdlets
10 2.2 Objects and Attributes
11 2.3 Working with Variables
12 2.4 Introduction to PowerShell Modules
13 2.5 Making Sense of Error Messages
14 Learning objectives
15 3.1 Building PowerShell Scripts
16 3.2 Configuring Execution Policies
17 3.3 Adding Functions to PowerShell Scripts
18 3.4 Silencing Errors
19 3.5 Using Interactive Authentication
20 3.6 Using Automatic Authentication
21 Learning objectives
22 4.1 Passing Variables to Functions
23 4.2 Global Variables and Local Variables
24 4.3 Creating Loops
25 4.4 Working with .NET Integration
26 4.5 Building Stand-Alone Functions
27 Learning objectives
28 5.1 Querying Active Directory from PowerShell
29 5.2 Creating Active Directory User Accounts with PowerShell
30 5.3 Modifying Active Directory User Accounts from PowerShell
31 5.4 Working with Active Directory Groups from PowerShell
32 Learning objectives
33 6.1 Making Scripts Run Automatically
34 6.2 Sending E-Mail Messages from PowerShell Scripts
35 6.3 Generating Meaningful E-Mail Messages
36 6.4 Best Practices for PowerShell Scripting
37 Learning objectives
38 7.1 Basic PowerShell Reporting
39 7.2 Creating CSV Files
40 7.3 Creating Text Files
41 7.4 Creating HTML Files
42 7.5 Adding Color and Formatting to HTML Reports
43 Learning objectives
44 8.1 Creating Simple Charts Using PowerShell
45 8.2 Changing Chart Types
46 8.3 Importing Data Into PowerShell Charts
47 Learning objectives
48 9.1 Introduction to PowerShell Remoting
49 9.2 Establishing Remote Sessions
50 9.3 Running Cmdlets on Remote Systems
51 9.4 Compiling Data from Remote Servers
52 Learning objectives
53 10.1 Creating Basic GUIs
54 10.2 Adding Text Boxes
55 10.3 Working with Buttons
56 10.4 Working with Drop-Down Lists
57 Practical Windows PowerShell Scripting – Summary