PowerShell 5 Recipes

PowerShell 5 Recipes

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 7h 55m | 1.49 GB

Build a strong foundation with this basic PowerShell course for beginners and also provision virtual machines

You will learn about the latest upgrade: PowerShell 5.0. The major improvements are in the areas of Desired State Configuration; security; performance; remoting; language enhancements and classes; writing its syntax; building scripts; and developing extensions and modules. You will also gain deep insights into automating various tasks and integrating PowerShell.

In this video course, you will learn how to get started with PowerShell, learn the basics for creating and maintaining your own scripts, and see blueprints on how to leverage PowerShell for common automation and scripting tasks in the vast Microsoft ecosystem of platforms and products.

What You Will Learn

  • Create and maintain your own scripts.
  • Automate and script tasks in the vast Microsoft ecosystem of platforms and products.
  • Get hands-on to manage Azure and to set up a local environment.
  • Build a basic .NET application.
  • Learn to set up and build automation with Psake.
Table of Contents

01 The Course Overview
02 Starting PowerShell
03 Editors
04 Getting Help
05 Basic Syntax
06 Formatting Output
07 Productivity Tips
09 PowerShell Out of the Box
10 Installing and Upgrading PowerShell
11 Online Module Sources
12 Aside – Package Managers
13 Common Management Tasks
14 Common Management Tasks(Continued)
15 Tapping into CIM
16 Running Scripts Remotely
17 Setting Up the Local Environment
18 Provisioning a Virtual Machine
19 Provisioning a Web Application
20 Web App Scaling and Application Slots
21 Writing Good Automation Scripts
22 Building .NET Applications
23 Azure Web App Deployment
24 Customizing Azure Web App
25 Scripts Calling Scripts
26 Scoping
27 Dot-sourcing
28 Advanced Functions
29 Functions for Pipelines
30 Parameter Validation
31 Automated Testing with Pester
32 Creating Modules
33 Metadata and Code Clean Up
34 Publishing Modules
35 Module Dependencies
36 .NET Concepts in PowerShell
37 Loading Assemblies
38 Adding Types
39 Writing cmdlets